- Joined
- Jun 18, 2004
- Messages
- 136
ok i want it to be that when a hero is killed a message is displayed and the player that killed the hero should get gold equal to the point value of the unit. i need the message to say (players name here)'s hero was killed by (name of killing player here). ok heres my trigger so far:
hero kills
Events
Unit - A unit Dies
Conditions
((Dying unit) is A Hero) Equal to True
Actions
Player - Add (Point-value of (Dying unit)) to (Owner of (Killing unit)) Current gold
hero kills
Events
Unit - A unit Dies
Conditions
((Dying unit) is A Hero) Equal to True
Actions
Player - Add (Point-value of (Dying unit)) to (Owner of (Killing unit)) Current gold