Jump to content
  • 0
elmucho

Punching Bag Npc with auto respawn and dps

Question

This is the code that i have but its not working :( can you help me about this please thank you i want to create 3 punching bag when die it will automatically respawn 

 

-    script    Punching Bag    -1,{OnInit:monster "prontera”,203,183,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill";monster "prontera”,203,180,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2";monster "prontera",203,177,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3";end;OnDummyKill:     monster "prontera",203,183,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill";     end;OnDummyKill2:     monster "prontera”,203,180,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2";     end;OnDummyKill3:     monster "prontera”,203,177,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3";     end;}
 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Well, first of all, your script has no line breaks. Labels need to be on their own line with nothing else. The script header too needs its own line. Also in the script header you used spaces but it needs tabs

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.