Casting an ability order string

Status
Not open for further replies.
Level 7
Joined
Apr 27, 2008
Messages
94
That would probably work, but I mean "Casting an ability" as a generic when the unit is going to cast an ability, and a unit is a target, what the order string is for the generic targeting of an ability. Not just some order of a specific spell.
 
Level 12
Joined
Mar 26, 2005
Messages
790
Make simple trigger like


E:players types message "triggger"
A:game-display text- (string-name of order of UNITX)


and of course execute this trigger when unit is casting your spell.

Game will tell you something like this "attack, move, smart and so on"

I hope u understand
 
Level 11
Joined
Jun 21, 2007
Messages
505
For divine shield the order string is divineshield.

You can find it out for any ability by looking at it's Order String field (I don't remember more precisely how it's named).

For Curse being turned on the order string is curseon. To turn curse off the orer string is curseoff.

For spellbook I don't remember. For windwalk the order string, as far as I remember, is windwalkon.
 
Status
Not open for further replies.
Top