HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

What is the order string for Ray of Disruption

01-14-2007, 06:40 PM#1
rain9441
Collapse JASS:
call IssueTargetOrder(caster, "????", target)

The Order String - Use/Turn On is empty in WE, i tried changing it to another value and using that value in IssueTargetOrder but it didn't work (not that I expected it to anyway). There doesn't seem to be a way to find out what OrderString is associated with ray of disruption.

Anyone take the time to figure this out? I'd appreciate it if you'd share the knowledge.
01-14-2007, 06:43 PM#2
Fireeye
Make a Trigger with the events, a unit issue order to target a unit, location or nothing.
The use in the action a game message with the order received you'll have the order string (if there's one).
I'll edit this post in a few minuts with the trigger.
-edit-
Trigger:
ShowOrder
Collapse Events
Unit - A unit Is issued an order targeting an object
Unit - A unit Is issued an order targeting a point
Unit - A unit Is issued an order with no target
Conditions
Collapse Actions
Game - Display to (All players) the text: (String((Issued order)))
01-14-2007, 06:54 PM#3
Vexorian
What spell is ray of disruption? whatever, it sounds like an item so it probably got just an orderid and no orderstring
01-14-2007, 07:52 PM#4
rain9441
Thanks a bunch, worked like a champ.

Theres no order string, but the ID is 852615.