HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help with trigger "issued and order.."

12-29-2002, 10:21 AM#1
Guest
How can you make a trigger turn on with the event "issued and order...." and the order does not target a unit or an object. Im trying to make the trigger turn on when a hero uses windwalk or other spells that does not target a unit. Only choice I have with the event is "targeting an object" "targeting point" and "no target". I used "no target" and it still doesnt work. Any help would be great. Thanks
12-29-2002, 05:51 PM#2
SilentSpyder
use no target as event, and then as condition, use issued order = windwalk
12-29-2002, 10:34 PM#3
Guest
I have tried that and its still not working. Am I doing something wrong? Are you able to get it to work?

Thanks
12-30-2002, 02:27 AM#4
Azumarril
try
issued order = Wind Walk
12-30-2002, 02:29 AM#5
Swift_Rapier123
no, "windwalk" is the correct order name. It seems that windwalk is another one of the orders that isn't detected. im testing stuff to find out why this is.
12-30-2002, 03:54 AM#6
Guest
Yeah I tried "windwalk" and it didnt work.

Swift_Rapier123 let me know when you figure it out.

Thanks
12-30-2002, 07:30 AM#7
DemonicSoul
to find the names of the orders, go in the <race>abilitystrings.txt

or make a trigger that has all three events for spell casting

and display message the order that was given
12-30-2002, 07:36 AM#8
Sytadel
The correct order is 'windwalk'. Also, theres 'unwindwalk' for if a person disables windwalk halfway through using it. Gl hf.
01-22-2003, 02:58 AM#9
SilentSpyder
You're right I'm trying it for my map, and it's not working. I'm gonna try something with unit speed.