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

can sum one help me make this spell :P

Status
Not open for further replies.
yes barrage is, its used as multi shot in alot of games, but dunt think itl work every 3rd shot even with a 3 sec cd (could be wrong) BTW siege engine has barrage.

BUT you could use Phonix fire (ability on phonix that burns ppls)
but set its dps to 0 and duration to .1 and cd to 3x ur attack rate
the only prob with this is it will fire even if your not attacking, and wont get faster as you get more agility (same with barrage if it worked)
but to get it to work with triggers your gonna have to creat a counter, that counts to 3 and resets, and at 3 it adds barrage to an invisible spellbook then after an attack removes it, id show you the code, but from the looks of this your not that advanced of a mapper, but if you PM me we can arrange a time to meet on USEAST so i could add this spell to your map for you
 
Level 15
Joined
Dec 18, 2007
Messages
1,098
It doesn't work properly, you would have to trigger it.
Something like this:
  • ThirdBarrage
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacking unit) has buff MultiHit) Equal to True
      • ((Attacking unit) belongs to an enemy of (Owner of (Attacked unit))) Equal to True
    • Actions
      • Unit - Set the custom value of (Attacking unit) to ((Custom value of (Attacking unit)) + 1)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Custom value of (Attacking unit)) Equal to 3
        • Then - Actions
          • Unit - Add Multi Hit(real) to (Attacking unit)
          • Unit - Set the custom value of (Attacking unit) to 0
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Custom value of (Attacking unit)) Equal to 1
            • Then - Actions
              • Unit - Remove Multi Hit(real) from (Attacking unit)
            • Else - Actions
Please note, you must base the dummy ability off an aura skill with no bonuses unless you want it. The Multi Hit(real) is the actual multishot that is based off barrage.
 
Level 17
Joined
May 6, 2008
Messages
1,598
You don't learn a shit. I know that. Judging from all the threads you've been creating about the same matter.

All you do is copy and paste. You don't learn from that.
 
Level 28
Joined
Mar 25, 2008
Messages
2,955
Basically it's the same and does not matter whether you constuct the pasted trigger yourself or if you get it via a map.
The first way also offers the possibilty that you get to know the means of the different actions better.
arghpn3.jpg

I don't see much of the so-called learning-effect
 
Status
Not open for further replies.
Top