- Joined
- Oct 13, 2007
- Messages
- 20
Pretty simple, so I am making a caster map and i wanted a trigger that costs the caster 5 mana per normal attack, can anyone tell me the triggers for that?:
Ok, i there is a little side effect: the trigger runs for your spells as well, so you have to pay mana for every targeted unit too. I can try to change that, if you want.
lets better make an if-then-else action.You forgot another thing:
The trigger runs even when the bloodmage has less than 5 mana.
Condition:
(Attacking unit)'s mana is greater than or equal to 5
lets better make an if-then-else action.
if (Attacking unit)'s mana is greater than or equal to 5 then do nothing else unit-order (attacking unit) to stop
just add this action before the action i gave you.
a few more questions:
step by step, how do i make-Unit - Set mana of (Attacking unit) to ((Mana of (Attacking unit)) - 5.00)
and
(mana of CurrentUnit) less than or equal to 5 ?