- Joined
- Mar 23, 2008
- Messages
- 942
The original topic:
http://www.hiveworkshop.com/forums/showthread.php?t=65860
http://www.hiveworkshop.com/forums/showthread.php?t=65860
Well, I tried to make a ability that allows my unit to burn the mana of the enemy each attack, first I used feedback, but feedback cannot be turned off and its a orb, so I choose searing arrow.
I tried adding a effect to the arrow and burn the mana of units with the effect, but the effect never appear and the mana don't burn.
After I tried a buf, and got the same problem.
So I tried making it:
Edit: The problem stay if I use "Begins casting an ability"
- Hama no Ya Test
- Events
- Unit - A unit finishes casting an ability
- Conditions
- (Ability being cast) Equal to Hama no Ya
- Actions
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (Level of (Ability being cast) for (Casting Unit)) Equal to 1
- Then - Actions
- Unit - Set mana of (Target unit of ability being cast) To ((Mana of (Target unit of ability being cast)) - 4)
- Else - Actions
- This repeat for all lvs with different amount of mana burned...
Edit2: If I put "Starts the effect of an ability" works just when I manually click with the searing arrow.
Edit3: I don't know why, but when I manually uses the searing arrow, a yellow/dust missile goes to the target, and after that the searing arrow comes.