Переглянути джерело

Added the updated dancer.txt script from sodaboy581, it still gives error messages though, can someone check that?

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6409 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 роки тому
батько
коміт
6c49b01601
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      npc/jobs/2-2/dancer.txt

+ 3 - 1
npc/jobs/2-2/dancer.txt

@@ -778,7 +778,7 @@ OnTimer71000:
 	donpcevent "::OnDE1";
 	mapannounce "job_duncer.gat","Bijou:  Kill the monster using Arrow Shower!",8;
 	set @skillcheck,Sp;
-	monster "job_duncer.gat",69,106,"Poring",1002,1,"jddie";
+	monster "job_duncer.gat",69,106,"Poring",1002,1,"jddie::OnStart";
 	end;
 OnTimer76000:
 	killmonsterall "job_duncer.gat";
@@ -837,6 +837,8 @@ L_SUB5:
 	return;
 }
 job_duncer.gat,0,0,0	script	jddie	-1,{
+
+OnStart:
 	if (@skillcheck==Sp) set @check,1;
 	if (@check==0) mapannounce "job_duncer.gat","Dancer: Well done, you were very skillful, and have passed the test.",8;
 	if (@check==1) mapannounce "job_duncer.gat","Dancer: Sorry "+strcharinfo(0)+" the failed to use arrow shower to kill the monster",8;