diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-18 15:44:42 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-18 15:44:42 +0000 |
commit | c9d0a3d124113292b271c0614f722f47eb30dd46 (patch) | |
tree | 0328a4d7fcf6725d83041e5c37b237bb67e02a73 /npc/quests/thana_quest.txt | |
parent | 9e9526ac92868a0d29250a99eefd8329b7aa51b3 (diff) | |
download | hercules-c9d0a3d124113292b271c0614f722f47eb30dd46.tar.gz hercules-c9d0a3d124113292b271c0614f722f47eb30dd46.tar.bz2 hercules-c9d0a3d124113292b271c0614f722f47eb30dd46.tar.xz hercules-c9d0a3d124113292b271c0614f722f47eb30dd46.zip |
* Fixed two minor bugs in the Sign Quest and Thanatos Tower ascension.
- Players do not lose time anymore if they return the Sign around midnight.
- Thanatos Tower code game now resets properly when entering a wrong value in the box.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11238 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index d3df4847f..138d3b276 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= [Ishizu-chan] //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= Any eAthena Version i guess? //===== Description: ========================================= @@ -18,6 +18,7 @@ //= 1.4a You may enter either "Charmstone" or "Charm Stone" [Lupus] //= 1.5 Fixed a bug in the number part of the quest. [SinSloth] //= 1.6 Fixed experience gains to match upcoming rate adjustments. [SinSloth] +//= 1.7 Fixed a minor bug with prevented code part from reseting properly. [SinSloth] //============================================================ hu_fild01,140,163,5 script Tower Keeper 852,3,3,{ @@ -898,6 +899,7 @@ tha_t04,195,195,0 script Machine Device 111,{ mes "single number more than"; mes "once or use the number 0."; next; + if(@thanatry) goto L_Input; L_Recode: set @thanacode1,rand(1,9); set @thanacode2,rand(1,9); @@ -950,6 +952,7 @@ L_Input: mes "[Screen]"; mes "Input number accepted."; mes "Access authorized."; + set @thanatry,0; next; mes "^3355FFAfter the screen displays"; mes "the access authorization"; |