HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Ability Object Orders

04-17-2004, 04:29 AM#1
Ragnarok X
How I can know as they are you order for the ability of object ilusion, and the other abilities of object?
04-17-2004, 12:49 PM#2
AIAndy
I am unable to derive what you want. Please rephrase your question.
04-17-2004, 03:35 PM#3
Ragnarok X
Do I want to knew as it is the order for that a unit execute the object ability "illusion"?
Do I want to knew as I can find the other orders of object abilities?

Example: The order for that a unit execute the unit ability "Blood Lust" is "bloodlust"
04-17-2004, 04:57 PM#4
AIAndy
So you want to find out the order strings for certain abilities ? You can find them as data fields in the object editor. Another way is to write a trigger that catches the order and then displays the order string. Then just use it.
04-17-2004, 05:10 PM#5
Vexorian
most abilities don't have orderstrings, just order ids and they are used in the IssuedXXXOrderById to get the order id of an ability make a trigger that displays I2S(GetIssuedOrderIs()) everytime an order is made, then order some unit to cast the spell, after that a silly number will appear, write it down, that is the order id of the ability
04-17-2004, 06:03 PM#6
Ragnarok X
Thank AIAndy for want to help me and thank you very much Lord Vexorian, you trigger work.