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

[Spell] confused with barrage abilty

Status
Not open for further replies.
Level 4
Joined
Feb 6, 2012
Messages
43
help me, i'm confused with barrage ability already 2 days :vw_death:

this the screenshot hero and ability, i'm already test this tutorial http://world-editor-tutorials.thehelper.net/mshot.php and still same

1-1.jpg


2.jpg
 
Level 3
Joined
May 15, 2012
Messages
61
What is not working properly?

You surely already read this in the tutorial:

Code:
    -Unit already gets 1 for normal attacks. (thats the unit's normal attack)
    -Unit already gets 1 for having barriage. (so having barriage gives +1 attack)
    -Unit already gets 1 for the number of targets. (so having barriage gives another +X attacks)
...
So the minimum number of targets you can have is 3, and the maximum is somewhere around 9

So, taking these rules, you declared your unit to 9+1+2 = 12 total attacks o_O

You declared the number of attacks at the hero to 9. Set 1 here. The number of attacks should be set in barriage, not at the unit.
You declared the number of attacks at barriage to 2. Set (X - 2) here, where X is the number of total attacks you want to achieve.

Hint: The ablity's requirement is level 15 - confirm that your hero can gain this level.
 
Level 4
Joined
Feb 6, 2012
Messages
43
What is not working properly?

You surely already read this in the tutorial:

Code:
    -Unit already gets 1 for normal attacks. (thats the unit's normal attack)
    -Unit already gets 1 for having barriage. (so having barriage gives +1 attack)
    -Unit already gets 1 for the number of targets. (so having barriage gives another +X attacks)
...
So the minimum number of targets you can have is 3, and the maximum is somewhere around 9

So, taking these rules, you declared your unit to 9+1+2 = 12 total attacks o_O

You declared the number of attacks at the hero to 9. Set 1 here. The number of attacks should be set in barriage, not at the unit.
You declared the number of attacks at barriage to 2. Set (X - 2) here, where X is the number of total attacks you want to achieve.

Hint: The ablity's requirement is level 15 - confirm that your hero can gain this level.

im already set my hero level 50, and im already try number of attack at the hero to 1 and still not work
 
Level 3
Joined
May 15, 2012
Messages
61
Remove "Hero" from "Stats - Targets allowed" - now the spell can only attack heroes, i'm pretty sure you tested it with normal enemies. If you want to attack both "hero"s and "player units", you have to set both or none of them. Setting "hero" means: only heros. I know, it's stupid...

EDIT: Just tested - using "hero" in "Stats - Targets allowed" will stop barriage from working. So you have to set only "Ground", "Air" and "Enemy".
 
Level 5
Joined
Jan 13, 2008
Messages
96
ok i think your question is like...why my hero doesn`t atack 6 targets...so the problem is maxim damage. if barage ability has maximum damage 200 and your hero got more than 200 damage, you will no able to atack 6 targets...so you can make it work only makin barage maximum damage to 99999....
 
Status
Not open for further replies.
Top