diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-24 15:16:05 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-12-24 15:16:05 +0000 |
commit | 6b3e3bb6101e8e6e6b284084f341d11afe9ca059 (patch) | |
tree | 523837a8e177345207a0f3c8e0b0bc34d25b9932 /npc/quests | |
parent | 05debeeda0c727bb299950e1abb8b27465943e07 (diff) | |
download | hercules-6b3e3bb6101e8e6e6b284084f341d11afe9ca059.tar.gz hercules-6b3e3bb6101e8e6e6b284084f341d11afe9ca059.tar.bz2 hercules-6b3e3bb6101e8e6e6b284084f341d11afe9ca059.tar.xz hercules-6b3e3bb6101e8e6e6b284084f341d11afe9ca059.zip |
Applied Kazukin's fix for the dancing portion of The Sign Quest. (bugreport:3966)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14214 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index c7b42c089..d88cb118f 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -19,6 +19,7 @@ //= 3.1 Corrected time check for Sir Jore. [L0ne_W0lf] //= 3.2 Removed mapannounce used while debugging. [L0ne_W0lf] //= Moved the disablewaitingroomevent in dancing portion. +//= 3.3 Applied Kazukin's fix for the dancing portion. (bugreport:3966) [L0ne_W0lf] //============================================================ //============================================================ @@ -5371,6 +5372,7 @@ OnTimer38000: end; OnTimer44000: + stopnpctimer; donpcevent "s_dance#up::Onreset"; donpcevent "s_dance#down::Onreset"; donpcevent "s_dance#left::Onreset"; @@ -5378,8 +5380,7 @@ OnTimer44000: donpcevent "s_dance#cen::Onreset"; mapannounce "cmd_in01","Well done.",bc_map,"0xFFFF00"; enablenpc "Examiner#sd"; - donpcevent "Examiner#sd::Onreset1"; - stopnpctimer; + donpcevent "Standby Room#sign::Onreset"; end; } @@ -5739,10 +5740,6 @@ OnDisable: set .s_check,0; disablenpc "Examiner#sd"; end; - -Onreset1: - donpcevent "Standby Room#sign::Onreset"; - end; } alberta_in,125,101,5 script Wealthy-looking Merchant 807,{ |