minx123 2 Posted July 19, 2015 i have problem to make its auto respawn when player kill it.. here the script.. - script Punching Bag -1,{OnInit:OnDummyKill: monster "invek",143,148,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end;}- script Punching Bag 2 -1,{OnInit:OnDummyKill: monster "invek",153,140,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end;}- script Punching Bag 3 -1,{OnInit:OnDummyKill: monster "invek",161,169,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end;} Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 19, 2015 - script Punching Bag -1,{OnInit:monster "invek",143,148,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill";monster "invek",153,140,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2";monster "invek",161,169,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3";end;OnDummyKill: monster "invek",143,148,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill"; end;OnDummyKill2: monster "invek",153,140,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2"; end;OnDummyKill3: monster "invek",161,169,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3"; end;} You were using wrong npc name, since npc name was having 2/3 at end, but better merge them all into one npc, like shown above. 1 minx123 reacted to this Quote Share this post Link to post Share on other sites
0 minx123 2 Posted July 19, 2015 - script Punching Bag -1,{OnInit:monster "invek",143,148,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill";monster "invek",153,140,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2";monster "invek",161,169,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3";end;OnDummyKill: monster "invek",143,148,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill"; end;OnDummyKill2: monster "invek",153,140,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2"; end;OnDummyKill3: monster "invek",161,169,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3"; end;} You were using wrong npc name, since npc name was having 2/3 at end, but better merge them all into one npc, like shown above. oh.. like that.. thank you.. Quote Share this post Link to post Share on other sites
0 Emistry 145 Posted July 19, 2015 this way is better http://herc.ws/wiki/Permanent_Monster_Spawn 1 minx123 reacted to this Quote Share this post Link to post Share on other sites
0 minx123 2 Posted July 19, 2015 this way is better http://herc.ws/wiki/Permanent_Monster_Spawn thank you.. will try it.. Quote Share this post Link to post Share on other sites
i have problem to make its auto respawn when player kill it..
here the script..
Share this post
Link to post
Share on other sites