- Joined
- Aug 19, 2007
- Messages
- 294
Hello, i need help with a healing spell.
The spell should give 4% of target unit max life.
Here is my work... (based on the normal priest heal)
The spell should give 4% of target unit max life.
Here is my work... (based on the normal priest heal)
-
Healing
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Heal
-
Actions
- Unit - Set life of (Target unit of ability being cast) to (((Real((String((Max life of (Target unit of ability being cast)))))) - (Real((String((Life of (Target unit of ability being cast))))))) + ((Real((String((Max life of (Target unit of ability being cast)))))) x 0.04))
-
Events