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

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