summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-29 21:15:27 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-29 21:15:27 +0000
commit326c18888d4c876dec70ec82393df3ad254b369b (patch)
tree2012d8b8427a1bd26f0f3f1191f16ce7b4513502 /npc
parent3689475e77478e702623b970108c6c9d4a117bcb (diff)
downloadhercules-326c18888d4c876dec70ec82393df3ad254b369b.tar.gz
hercules-326c18888d4c876dec70ec82393df3ad254b369b.tar.bz2
hercules-326c18888d4c876dec70ec82393df3ad254b369b.tar.xz
hercules-326c18888d4c876dec70ec82393df3ad254b369b.zip
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
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/The_Sign_Quest.txt6
1 files changed, 5 insertions, 1 deletions
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;