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

How to make a unit cast an ability.

Status
Not open for further replies.
Action is "Unit - Issue order with no Target."
  • Unit - Order (Triggering unit) to Night Elf Druid Of The Talon - Storm Crow Form
 
i think. you edit the origin ability (as velm said) and use the trigger ordering the unit to cast the original ability. and if the unit has a replica/the original ability, it will activate. i have no idea what will happen if you try with 2 replicas/originals.
 
well i am using that method in my map right now. so... try again? maybe you did something wrong.

go right back to basics, take a step at a time altering the ability, test the map frequently. and when it no longer does what you want it to, see what you did and maybe why it didn't like it.

and yer lol. avatar is kwl!! =D i wish they would hurry up with episode 314 =(
 
Look at orderstring
order string is deathcoil for example
you order Undead Death Knight - Death Coil
Warning: Doesnt work for abilities dont have orderstring by default (like item wand of illusion)
 
I think AI spell casting depends on orderstrings too
like you make an healing spell you give it healing wave id to make default AI cast it when it needs to cast heal
Im not sure about this anyway
 
was this never solved then or what
seems pretty farting simple but i can't farting figure it out...WHAT THE FART?????
you'd think blizzshart would have added something as basic as "unit - order unit to cast <abilityhere>" like what the fart-fridge dude
You don’t need to change the original Ability... the Order use the Same OrderId

That means I do my own custom Holy Light and use the Unit oder to Unit cast Human Holy Light Even when my custom spells name is Badabum

For channel it’s a Bit More tricky it depends on the OrderID you Set it for example

You do your own Channel Ability then you need to know what the Spell should Target a unit or Point or even nothing...

Let’s say I want a Unit Order so I pick Holy Light as Order

So my Custom Channel Deals 100 Damage to the Target Unit

And I use as trigger

Unit issued order Unit Human Holy Light because I set in the editor fields the OrderId to Holy Light

But watch out you Don’t use 2 Times the Same OrderId on the Same Hero because if I give him now the Custom channel and the Custom Holy Light it will Prefere on of this everytime my trigger runs...

:)
 
Also when using channel you need to make sure that the channel ability is set to the same target type as the orderid you choose for it. Making an instant cast channel ability using the Holy Light orderid will stop the AI and triggers from being able to cast the regular Holy Light ability and all abilities based on it.
 
Status
Not open for further replies.
Back
Top