- Joined
- Jun 3, 2006
- Messages
- 4
I've been trying to make a trigger spell called Healing Aura. Works like Brilliance Aura simply, only change is that it heals instead of restores mana.
So I made the custom Brilliance Aura spell, removed effects etc, only set range;
Made a trigger
The Healing Aura 2 trigger is initially off.
It's probably something simple-.. cant figure it out tho, i'd love some help![/code]
So I made the custom Brilliance Aura spell, removed effects etc, only set range;
Made a trigger
Code:
Healing Aura
Events
Unit - A unit Learns a skill
Conditions
(Learned Hero Skill) Equal to Healing Aura
Actions
Trigger - Turn on Healing Aura 2 <gen>
Code:
Healing Aura 2
Events
Time - Every 5.00 seconds of game time
Conditions
Actions
Unit Group - Pick every unit in (Units within 500.00 of (Position of Cleric 0016 <gen>) matching (((Picked unit) belongs to an ally of Player 1 (Red)) Equal to True)) and do (Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + 50.00))
The Healing Aura 2 trigger is initially off.
It's probably something simple-.. cant figure it out tho, i'd love some help![/code]