From 44ee087d3e229e96e2ae3119e1e61dba215cf613 Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 7 Jul 2006 05:03:43 +0000 Subject: fixed dance jq git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7555 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/dancer.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index 4d396c857..c4cc76767 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -4,7 +4,7 @@ //= Kalen - Original jAthena //= Fredzilla - Converted //===== Current Version: ===================================== -//= 2.1 +//= 2.2 //===== Compatible With: ===================================== //= eAthena Final //===== Description: ========================================= @@ -23,6 +23,7 @@ //= to go. [Lupus] //= 2.0 Changed numbers to constants. [Vicious] //= 2.1 Script check #1. [Lance] +//= 2.2 Fixed unpassable part, thx2 Alis [Lupus] //============================================================ //= Warning Warp to escape the quest if need be @@ -680,25 +681,24 @@ Ljobchange: close; } + //=Start of the 3rd quest is here, once complete you go back to Bijou to change job job_duncer.gat,32,152,6 script Guide::dancew 69,{ end; -OnWarp: + OnWarp: warpwaitingpc "job_duncer.gat",70,112,1; disablewaitingroomevent; - doevent "jobDq::OnStart"; + initnpctimer "jobDq"; end; OnInit: waitingroom "Dance lesson waiting room",20,"dancew::OnWarp",1; end; } + job_duncer.gat,0,0,0 script jobDq -1,{ end; OnStart: - attachnpctimer; - initnpctimer; - end; OnTimer1000: mapannounce "job_duncer.gat","Bijou: The test begins, Total time allowed is 1 minute.",8; -- cgit v1.2.3-70-g09d2