kyleanthonydizon Posted April 30, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 100 Reputation: 0 Joined: 10/22/16 Last Seen: May 17, 2017 Share Posted April 30, 2017 - script Punching Bag -1,{ OnInit: setmapflag("prontera",mf_monster_noteleport); setmapflag("morocc",mf_monster_noteleport); monster "prontera",136,171,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; monster "morocc",170,85,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end; OnDummyKill: monster "prontera",136,171,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; monster "morocc",170,85,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end; OnPCAttackEvent: if ( !@test_punch ) end; @dps_damage += @damage; end; } Hi, sometimes my punching bags disappears Then I need to @reloadscript to have them back Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 30, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 30, 2017 Do you have mushroom event enabled? When mushroom are summoned on the same map with punching bags, and killmonster .Map$,"All"; was executed, the puching bag will also be killed and the event label won't be triggered. 1 Quote Link to comment Share on other sites More sharing options...
0 kyleanthonydizon Posted April 30, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 100 Reputation: 0 Joined: 10/22/16 Last Seen: May 17, 2017 Author Share Posted April 30, 2017 2 minutes ago, Technoken said: Do you have mushroom event enabled? When mushroom are summoned on the same map with punching bags, and killmonster .Map$,"All"; was executed, the puching bag will also be killed and the event label won't be triggered. Uuh, so that's why. Now I removed mushroom spawns on Morocc and Prontera, will that solve the problem? Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 30, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 30, 2017 Test it Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted April 30, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted April 30, 2017 With a permanent spawn the mob should respawn (5 secs delay) prontera,136,171 monster Punching Bag 1905,1,5000,0,"Punching Bag::OnDummyKill" Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted May 1, 2017 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 1, 2017 it could be your player purposely teleported the monster to somewhere else ... ex: Tarot Card skill .... or Rogue's Raid... Quote Link to comment Share on other sites More sharing options...
Question
kyleanthonydizon
Hi, sometimes my punching bags disappears
Then I need to @reloadscript to have them back
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.