- Joined
- Apr 23, 2011
- Messages
- 460
I can tell this spell doesn't work, and I need it fixed if possible. I didn't make this spell one of my co Creators did. I'm not good at spells, so if anyone could improve this spell it would be most helpful.
-
Nerubian Sacrifice
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Nerubian Sacrifice
-
Actions
- Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units within 300.00 of (Position of (Casting unit)) matching (((Owner of (Picked unit)) is an ally of (Owner of (Casting unit))) Equal to True)) and do (Actions)
-
Loop - Actions
- Unit - Make (Picked unit) Invulnerable
-
Loop - Actions
- Wait ((Real((Level of (Ability being cast) for (Casting unit)))) x 10.00) seconds
- Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units within 300.00 of (Position of (Casting unit)) matching (((Owner of (Picked unit)) is an ally of (Owner of (Casting unit))) Equal to True)) and do (Actions)
-
Loop - Actions
- Unit - Make (Picked unit) Vulnerable
-
Loop - Actions
- Unit - Set life of (Casting unit) to ((Max life of (Casting unit)) / 4.00)
-
Events