• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Spell Request

Status
Not open for further replies.
Level 11
Joined
Aug 11, 2009
Messages
609
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
609
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,243
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