From 326c18888d4c876dec70ec82393df3ad254b369b Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Tue, 29 Aug 2006 21:15:27 +0000 Subject: Fixed a bug in the sign quest that prevented people from advancing in it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8539 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/The_Sign_Quest.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/quests/The_Sign_Quest.txt') diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 2b4daec13..4329168da 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //===== Current Version: ===================================== -//= 1.1a +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -15,6 +15,8 @@ //= 1.0 First version, beware of potential nasty bugs :x [MasterOfMuppets] //= 1.1 Finalized for stable, might still contain bugs though. [MasterOfMuppets] //= 1.1a moved #aldesignwarp to fix enless warp [Lupus] +//= 1.2 Fixed a minor bug that prevented people from advancing [MasterOfMuppets] +//= quest at one point. //============================================================ //===== Configuration : ====================================== prontera.gat,1,1,1 script TheSignConfig -1,{ @@ -664,6 +666,7 @@ L_Where: set @metzmin,gettime(2); if(@metzmin > 29) set @metzhour,@metzhour +1; set signmetzhour,@metzhour + rand(2,4); + if(signmetzhour > 23) set signmetzhour,signmetzhour - 24; set signquest,60; close2; cutin "",255; @@ -5861,6 +5864,7 @@ L_Sign: set @engelmin,gettime(2); if(@engelmin > 29) set @engelhour,@engelhour +1; set signengelhour,@engelhour + rand(2,4); + if(signengelhour > 23) set signengelhour,signengelhour - 24; set signquest,62; close; -- cgit v1.2.3-70-g09d2