- Joined
- Mar 1, 2005
- Messages
- 3
Here is the trigger i have so far:
It works in single player but in multiplayer all it does is revive the hero and keep the color of the player who owned it but its neutral passive's hero.
I use WEU 1.18.
JASS:
Events
Unit - A unit Dies
Conditions
((Triggering unit) belongs to an enemy of (Owner of (Killing unit))) Equal to True
((Triggering unit) is A Hero) Equal to True
Actions
Player - Add 100 to (Owner of (Killing unit)) Current gold
Advanced - Simulate receipt of 100 gold at point ((X of (Killing unit)),(Y of (Killing unit)))
Hero - Instantly revive (Triggering unit) at ((Owner of (Triggering unit)) start location), Show revival graphics
It works in single player but in multiplayer all it does is revive the hero and keep the color of the player who owned it but its neutral passive's hero.
I use WEU 1.18.