- Joined
- Mar 1, 2013
- Messages
- 555
Hey everyone
I hide the attack button to make more space for spells (spell books won't work because you cannot add abilities via triggers into a spell book) but now I can't attack passive units anymore. So I made an item that when you cast the item upon a target, the caster will be redirected to attack the unit instead. However the unit still stops for a short moment and cast the spell before attacking. How can I prevent that?
I hide the attack button to make more space for spells (spell books won't work because you cannot add abilities via triggers into a spell book) but now I can't attack passive units anymore. So I made an item that when you cast the item upon a target, the caster will be redirected to attack the unit instead. However the unit still stops for a short moment and cast the spell before attacking. How can I prevent that?
-
Untitled Trigger 001
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to AttackItem
-
Actions
- Unit - Order (Triggering unit) to Attack (Target unit of ability being cast)
-
Events