From 6b3e3bb6101e8e6e6b284084f341d11afe9ca059 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 24 Dec 2009 15:16:05 +0000 Subject: 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 --- npc/quests/The_Sign_Quest.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'npc/quests') 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,{ -- cgit v1.2.3-60-g2f50