From b504fd2b4e268565600cd31ad2264dc831157a14 Mon Sep 17 00:00:00 2001 From: Playtester Date: Sun, 30 Apr 2006 19:30:00 +0000 Subject: Added the updated dancer.txt script from sodaboy581, it still gives error messages though, can someone check that? git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6409 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/dancer.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/jobs/2-2/dancer.txt') diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index f71a09e13..ed7c9fbbe 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/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; -- cgit v1.2.3-60-g2f50