- Joined
- Jun 26, 2014
- Messages
- 504
Hello guys :3
I'm having a problem with my jungle creeps.
Whenever i kill a creep it respawns on the same place that i have killed it.
I'm having a problem with my jungle creeps.
Whenever i kill a creep it respawns on the same place that i have killed it.
-
Dying unit
-
Events
- Unit - A unit Dies
-
Conditions
- (Owner of (Dying unit)) Equal to Neutral Hostile
-
Actions
- Wait 60.00 seconds
- Set TempPoint = (Position of (Dying unit))
- Unit - Create 1 (Unit-type of (Dying unit)) for (Owner of (Dying unit)) at TempPoint facing (Facing of (Dying unit)) degrees
- Special Effect - Create a special effect at TempPoint using Abilities\Spells\NightElf\BattleRoar\RoarCaster.mdl
- Special Effect - Destroy (Last created special effect)
- Custom script: call RemoveLocation(udg_TempPoint)
-
Events
Last edited: