Warcraft III resources & community, 2003–2006 · archived

Force Unit to cast abilty

4 posts
#1

Force Unit to cast abilty

I need something like this but i dont know if its possible.. i cant find a way in WE to fix this anyway

Action: -Unit as variable- cast -Abilty as variable- on -unit as variable-

is this possible? plz help
#2
Each ability has a base spell, or you can give it is channel, you give it your own base spell. Use
Unit - Order unit to (ability)
or
Unit - Order unit to (ability) at point
or
Unit - Order unit to (ability) at unit

They're allunder the issue order commands.
--donut3.5--
#3
But it wont work... i have a variable i want to isert but it wont let me

i have kinda like this

Set AttUnit = (Triggering unit)
Set DefUnit = (Target of ability being cast)
Set xSpellx = (Ability being cast)

then i need

Unit - order AttUnit to Cast xSpellx on DefUnit

Its that yourorderstring that dont exist in World editor
all i can do is make unit cast prselected spells, i want him to cast variable spell
#4
What did you base your spell off of? there is no spell that is activatable that isn't based off a spell.
Pretend you modified war stomp. The action would be
Issue order with no target
Order unit to Orc - Centaur Warchieftan - War Stomp.

I cannot explain it any clearer, it DOES NOT REQUIRE VARIABLES. AT ALL.
You select THE SPECIFIC SPELL that the spell YOU made is based on, and you find THAT SPELL in the list Blizaard gives you.
--donut3.5--