Ver código fonte

fixed dance jq

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7555 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 19 anos atrás
pai
commit
6b2a738709
2 arquivos alterados com 7 adições e 6 exclusões
  1. 1 0
      npc/Changelog.txt
  2. 6 6
      npc/jobs/2-2/dancer.txt

+ 1 - 0
npc/Changelog.txt

@@ -39,6 +39,7 @@ Playtester
 Date		Added
 ======
 07/05
+	* Fixed Dancer Job Quest (3rd part) thx2Alis [Lupus]
 	* Went trough all scripts and turned all job numbers -> constants [Lupus]
 07/05
 	* fixed missing labels socket_enchant.txt [Lupus]

+ 6 - 6
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;