Hey I have been trying to create a spell called "Holy Nova" for like 50 min now, the spell is like the WoW prist holy nova, it damages all enemies around you and heals all friends around you. I based it on channel and here is the trigger.
made by JetFangInferno.
But I cant get the explosion effect to you know work (the special effect doesnt come) and nor can I get it to heal/damage enemies/allies
- Events
- Unit - A unit Finishes casting an ability
- Conditions
- (Ability being cast) Equal to Holy Nova
- Actions
- Set HolyNovaPlayer = (Owner of (Casting unit))
- Set HolyNovaArea = (Region centered at (Position of (Casting unit)) with size (300.00, 300.00))
- Unit Group - Pick every unit in (Units in HolyNovaArea) and do (If (((Picked player) is an enemy of HolyNovaPlayer) Equal to True) then do (Unit - Cause (Casting unit) to damage (Picked unit), dealing 100.00 damage of attack type Spells and damage type Normal) else do (Unit - Set life of (Picked unit) to ((Life of (Picked unit) + 100
made by JetFangInferno.
But I cant get the explosion effect to you know work (the special effect doesnt come) and nor can I get it to heal/damage enemies/allies