From 9635520ca3850e702ef26c5189ef39e39324dedc Mon Sep 17 00:00:00 2001 From: SinSloth Date: Mon, 13 Aug 2007 09:25:55 +0000 Subject: * Fixed a wrong negative value checking in Schwartzvalt Trilogy quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10993 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_lighthalzen.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/quests/quests_lighthalzen.txt') diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 1410f90da..c1803a081 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -56,6 +56,7 @@ //= 3.2 Updated some NPCs regarding Hugel Rebellion Quest. [SinSloth] //= 3.2 Removed the NPC "#kiz03-4" as I couldn't find any [L0ne_W0lf] //= reference to it in the Aegis script. +//= 3.3 Fixed a wrong negative value checking in Schwartzvalt Trilogy quest. [SinSloth] //============================================================ lighthalzen,1,1,7 script sneakAddSuber -1,{ @@ -7250,6 +7251,7 @@ L_Mission: mes "find. I'm sorry that I can't"; mes "tell you more, but we've got"; mes "to protect our security..."; + next; mes "[Karl]"; mes "And don't worry..."; mes "She'll know exactly"; @@ -8645,7 +8647,7 @@ OnTouch: if((lhz_boss > 27) && (lhz_boss < 35)) { set @sneaktime,gettimetick(0) % 100; - if((@sneaktime < -10) && (@sneaktime > -59)) + if((@sneaktime > 10) && (@sneaktime < 59)) { mes "^3355FFAs you approach"; mes "the corner, you can"; -- cgit v1.2.3-70-g09d2