• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Autocast Bash?

Status
Not open for further replies.
Level 5
Joined
Nov 6, 2014
Messages
70
Though I cannot change the animation names of Bash so I decided Cold Arrows as base ability (now I can change the anims name) but I want to have "Bash" effect on it.

It's like each time that "Base Cold Arrow" ability is fired. "Bash effect" is casted upon the enemy unit.

Any ideas how to?
 
you would most likely need a damage detection system for this. there's plenty around.

when the unit takes damage and the attacked unit has buff caused by a buff from the ability (i'm not too sure with these events), make a dummy unit and order it to cast a storm bolt spell.
 
In addition to Light's post:
make a dummy unit and order it to cast a war stomp spell.

Differences:
War stomp is instant.
Storm bolt is not.
Also make sure that you set the dummies right.
(no movement, no turn rate, no cast point, no mana cost, 1 range, targets all units, etc, etc, etc.)
 
Unless you actually order the unit to use it by pressing the ability and the targeting an enemy there won't be any order besides the normal attack target.

So I'm thinking that while you're just auto attacking with autocast on it won't actually use another anim than attack?
 
Unless you actually order the unit to use it by pressing the ability and the targeting an enemy there won't be any order besides the normal attack target.

So I'm thinking that while you're just auto attacking with autocast on it won't actually use another anim than attack?

most likely.
i thought of the orb of lightning effect but i'm not sure if it applies here.
 
Status
Not open for further replies.
Back
Top