• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

AOE Mana drain Request

Status
Not open for further replies.
Level 31
Joined
Jul 7, 2008
Messages
4,185
Level 33
Joined
Mar 27, 2008
Messages
8,035
You just need to change this line;
  • Unit - Set life of Drain_Caster[i] to ((Life of Drain_Caster[i]) + Drain_Value[i])
To Set Mana instead of Life.

And some other condition, but that's what causing the Life to be drained in that spell.

Also, remove the;
  • Unit - Cause Drain_Caster[i] to damage (Picked unit), dealing Drain_Value[i] damage of attack type Spells and damage type Normal
Because your spell actually drain Mana, not Life.

And don't forget to remove target's Mana too.
 
Status
Not open for further replies.
Top