- Joined
- Apr 8, 2017
- Messages
- 1,605
Hello all im making a non-mana cost buff, buff = spells mana cost turned off.
But i think this can be upgraded with hashtables (I THINK, cuz my hashtables knowledge are only rumons)
Here are the triggers
Set mana
PD 2: if you can add it an effect when he casts a spell it could be better.
-
But i think this can be upgraded with hashtables (I THINK, cuz my hashtables knowledge are only rumons)
Here are the triggers
Set mana
-
Drae diff set
-
Events
-
Unit - A unit Issues an order with an object as a target
-
Unit - A unit Issues an order with a point as target
-
Unit - A unit Issues an order without target
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If: Condiciones
-
((Triggering unit) has buff Dra diff ) Equal a True
-
-
So: Actions
-
Unit - Set the custom value of (Triggering unit) to (Integer((Mana of (Triggering unit))))
-
-
Otros: Acciones
-
-
-
-
Drae diff cast
-
Events
-
Unit - A unit ends the effect of a spell
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If: Condiciones
-
((Triggering unit) has buff Dra diff ) Equal a True
-
-
So: Actions
-
Unit - Set mana of (Triggering unit) to (Real((Custom value of (Triggering unit))))
-
-
Otros: Acciones
-
-
-
PD 2: if you can add it an effect when he casts a spell it could be better.
-
Last edited: