- Joined
- Feb 18, 2016
- Messages
- 96
Hi
I need some help with these triggers i made to detect how much mana a spell is consuming
I need some help with these triggers i made to detect how much mana a spell is consuming
-
Impedido 2
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
Actions
-
Set ManaOBJ = (Mana of casting unit)
-
-
-
Impedido
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
Actions
-
Set ManaReal[11] = (ManaOBJ - (Mana of casting unit))
-
Set ManaReal[1] = (ManaReal[1] + ManaReal[11])
-
Floating Text - Create floating text that reads (String(ManaReal[1])) at (Position of casting unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
-