• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

How to make training dummy

Status
Not open for further replies.
Level 3
Joined
Feb 18, 2014
Messages
41
Hello!

I would like to create training dummy for heroes. But I have no idea how to do it. Can you help me?

It should be undestroyable and give very little amount of experience after each hit.
 
Level 1
Joined
Sep 21, 2011
Messages
5
Will it be placed on the map initially? If so, it's better to use 'a unit is damaged' instead of 'a unit is attacked'.

Also, you can set the health regeneration really high to make it basically indestructable.
 
Level 3
Joined
Feb 18, 2014
Messages
41
Will it be placed on the map initially? If so, it's better to use 'a unit is damaged' instead of 'a unit is attacked'.

Also, you can set the health regeneration really high to make it basically indestructable.

Yes, it's placed near the base.

I see no difference between 'attacked' and 'damaged'. Why is it better?

And yes, I'll set hight regeneration rate. Thanks.
 
Level 25
Joined
May 11, 2007
Messages
4,651
Damaged happens when the unit takes damage, Attacked happens when someone is just about to attack them, so if you have an Archer, just when she launches her arrow at the target the "Attacked" event happens while the "Takes Damage" event happens when the arrow hits the target.
 
Level 3
Joined
Feb 18, 2014
Messages
41
Damaged happens when the unit takes damage, Attacked happens when someone is just about to attack them, so if you have an Archer, just when she launches her arrow at the target the "Attacked" event happens while the "Takes Damage" event happens when the arrow hits the target.


I see. I will fix it. Thank you both.
 
Status
Not open for further replies.
Top