• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

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.
 
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.
 
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.
 
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.
 
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.
Back
Top