• 🏆 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!

BLink-slash spell help

Status
Not open for further replies.
Level 3
Joined
Jan 10, 2005
Messages
30
How can you make a spell that randomly blinks 3 times, slashing random enemies (close to the triggering unit) for critical dmg, then 6 times, then 9 times (respectively in spell lvl)?
 
Level 7
Joined
May 16, 2004
Messages
355
That is simple, all you need is a targeted spell and then do this:
action1: move(instantly) casting unit to target unit of abiltiy being cast
action2: select 1 random unit in range and instantly move casting unit to it and deal dmg

Then you just need to expand it to as high as you need
 
Status
Not open for further replies.
Top