From e32eca3187186eebbbe4047cc0f177f963498884 Mon Sep 17 00:00:00 2001 From: SinSloth Date: Sat, 11 Aug 2007 09:34:00 +0000 Subject: * The Sign Quest is now more accurate, some bugs have been fixed and an exploit has been too. - It is no longer possible for players helping in the last part to complete the quest at the same time. * Fixed some bugs in various quests. - Einbroch laboratory now correctly checks for players entrance - Small fix with Laboratory device to make it more understandable. - Fixed a misorder with some checkings of a Rachel quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10980 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_ein.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/quests/quests_ein.txt') diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index 4642b42e9..5a02cb69d 100644 --- a/npc/quests/quests_ein.txt +++ b/npc/quests/quests_ein.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Evera and The eAthena Dev Team //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -22,6 +22,8 @@ //= 1.5.2 Updated Shino Quest to leave no grabage vars [Lupus] //= 1.5.3 Fixed some typos regarding Schwartzvalt Trilogy [SinSloth] //= 1.6 Updated Laboratory Entrance regarding Heart Fragment quest. [SinSloth] +//= 1.7 Changed the laboratory entrance checking to prevent players +//= from being stuck in the quest. [SinSloth] //============================================================ @@ -554,7 +556,7 @@ ein_in01,32,133,6 script Maid 850,{ } einbroch,51,52,1 script lab_warp 45,2,2{ - if(Shinokas_Quest != 7 && lhz_heart != 9){ + if(Shinokas_Quest != 7 && lhz_heart != 9 && lhz_heart != 10){ mes "^3131FFThe door is locked."; mes "You cannot enter."; close; -- cgit v1.2.3-60-g2f50