- Joined
- Apr 6, 2010
- Messages
- 3,218
The following trigger isn't working and I can't figure out why:
The thing is, it works perfectly manually: The ability is based off the Blood Mage's which allows mana transfer instead of the standard one, I checked the game constants to ensure mana transfer is allowed, and most annoying of all, I can order both units to transfer mana by clicking the ability and then the target. So why won't it work via triggers?
-
mana restore libr
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
((Triggering unit) Equal to High Librarian 0460 <gen>) and ((Ability being cast) Equal to Mana Shield)
-
-
Actions
-
Unit - Order Font of Magic (Level 4) 0458 <gen> to Human Blood Mage - Siphon Mana High Librarian 0460 <gen>
-
Unit - Order Font of Magic (Level 4) 0459 <gen> to Human Blood Mage - Siphon Mana High Librarian 0460 <gen>
-
-
The thing is, it works perfectly manually: The ability is based off the Blood Mage's which allows mana transfer instead of the standard one, I checked the game constants to ensure mana transfer is allowed, and most annoying of all, I can order both units to transfer mana by clicking the ability and then the target. So why won't it work via triggers?