elmucho 0 Posted July 22, 2017 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;} Quote Share this post Link to post Share on other sites
0 meko 170 Posted July 22, 2017 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 Quote Share this post Link to post Share on other sites
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