Jump to content
  • 0

Question

Posted
-	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 :(

5 answers to this question

Recommended Posts

  • 0
Posted

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.

  • Upvote 1
  • 0
Posted
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?

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...