浏览代码

bio ethics quest doesn't warp alche's to empty room now, displays warning of unfinished quest and warps them back.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8223 54d463be-8e91-2dee-dedb-b68131a5f0ec
evera 19 年之前
父节点
当前提交
ab6dc6f536
共有 2 个文件被更改,包括 10 次插入2 次删除
  1. 1 0
      npc/Changelog.txt
  2. 9 2
      npc/quests/quests_lighthalzen.txt

+ 1 - 0
npc/Changelog.txt

@@ -35,6 +35,7 @@ Playtester
 Date		Added
 ======
 08/10
+	* Added bit to Bio Ethics quest to warp out player if attempts quest, since quest is unfinished [Evera]
 	* Some Einbroch respawn time fixes [Playtester]
 08/09
 	* A small sign quest fix according to a recent patch. [MasterOfMuppets]

+ 9 - 2
npc/quests/quests_lighthalzen.txt

@@ -4,7 +4,7 @@
 //= Persian, Vicious_Pucca, Completed by aoa00
 //= Evera, MasterOfMupppets
 //===== Current Version: ===================================== 
-//= 2.1
+//= 2.2
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -38,6 +38,8 @@
 //= capitalized or undercase. [Evera]
 //= 2.0 Removed Duplicates [Silent]
 //= 2.1 Added first part of Bio Ethics Quest [Evera]
+//= 2.2 Added bit to say Bio Ethics is unfinished, and if a player attempts, it warps them
+//= 	out after finished part... Don't want players getting stuck ;_; [Evera]
 //============================================================ 
 //= aoa's comment
 //= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
@@ -2670,7 +2672,12 @@ lhz_in01.gat,282,172,0	script	BioEthTrg1::BETrg1	-1,1,1{
 			mes "are trying to sneak into here!";
 			mes "I know the security here is";
 			mes "pretty much failsafe, but...";
-			close;
+		//Okay, we don't want players to get stuck here before quest is finished -.-;
+			next;
+			mes "Sorry, quest under construction";
+			close2;
+			warp "lhz_in01.gat",199,131;
+			end;
 		}
 }