diff options
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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;
|