- Joined
- Aug 31, 2018
- Messages
- 167
i want to make sleep + banish in 1 spell but my dummy dont work.. It appears but the enemy is not banished, why?
Is there a way to do sleep + effect of banish for bonus damage taken from abillities, thats what i want to do.
Is there a way to do sleep + effect of banish for bonus damage taken from abillities, thats what i want to do.
-
Spy Snipe Banish
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Sleep [E]
-
-
Actions
-
Set Caster_point = (Position of (Triggering unit))
-
Set Target_unit = (Target unit of ability being cast)
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at Caster_point facing (Facing of (Triggering unit)) degrees
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Banish to (Last created unit)
-
Unit - Order (Last created unit) to Human Blood Mage - Banish Target_unit
-
Custom script: call RemoveLocation (udg_Caster_point)
-
Custom script: set udg_Target_unit = null
-
-
Last edited: