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

Multi arrow

Status
Not open for further replies.
Level 40
Joined
Dec 14, 2005
Messages
10,532
WHAT? I POSTED HERE... ah well, ill have to rewrite it

allright. First, make the good old barrage spell.

register when the hero attacks.

set an integer called int ( i always find such a variable extremely useful ) to a random number between 1 and 100.

check if int is <= ( YOUR PERCENT CHANCE ) and if it is, add barrage to the hero, wait .2 seconds, remove barrage.

if that is not a long enought wait ( it will really be ~.35 seconds ) then experiment with increasing it / decreasing it ( if it is too long ) until you get a wait time that works.
 
Status
Not open for further replies.
Top