• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Spell Request

Status
Not open for further replies.
Level 11
Joined
Aug 11, 2009
Messages
594
Spell Name: Shadow Cloak
Type: Activate/Deactivate (like immolation)

Effect: When activated, deals 2x Caster Agility damage to all enemies within 350 of the caster every second. However, the caster takes 10% of the damage dealt himself. (Use the Death Coil Special effect on enemies who gets damaged)

The 10% damage taken to himself should work like if 1 enemy gets hit the caster takes 0.2x Agility, if 2 enemies get hit he takes 0.4x Agility and so on. And ofcourse if no enemy gets hit the caster takes no damage.

Has to be MUI :)

+rep and credit in my map to the one who makes this :) thanks!
 
Level 11
Joined
Aug 11, 2009
Messages
594
You can make it in GUI or Jass, does not matter, just make it easy to configure if you use Jass cause I dont understand it that much :p
 
Level 37
Joined
Mar 6, 2006
Messages
9,240
http://www.hiveworkshop.com/forums/pastebin.php?id=zzev8b

Make sure "automatically generate unknown variables" is ticked in preferences
Copy the buff
Copy the ability
Copy the triggers
Mae sure these actions are using the correct ability/buff:
  • (Level of Shadow Cloak for (Triggering unit)) Greater than 0
  • (UNIT1 has buff Shadow Cloak ) Equal to True
  • Set REAL2 = ((Real((Agility of UNIT1 (Include bonuses)))) x (1.00 + (Real((Level of Shadow Cloak for UNIT1)))))
Also make sure the Turn on trigger action is not greyed out.
 
Status
Not open for further replies.
Top