diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-30 19:30:00 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-30 19:30:00 +0000 |
commit | b504fd2b4e268565600cd31ad2264dc831157a14 (patch) | |
tree | 49bc2db46354aee45ffe6b88c9307f4dad9c0f83 | |
parent | 4a0892a6619b9774bbe98de5b48c0b6382836cb6 (diff) | |
download | hercules-b504fd2b4e268565600cd31ad2264dc831157a14.tar.gz hercules-b504fd2b4e268565600cd31ad2264dc831157a14.tar.bz2 hercules-b504fd2b4e268565600cd31ad2264dc831157a14.tar.xz hercules-b504fd2b4e268565600cd31ad2264dc831157a14.zip |
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
-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;
|