How to get a dummy to cast with no Order String

jwallstone

New Member
Reaction score
33
Is there any way to get a dummy to cast a spell that doesn't have an Order String? In particular, the Item Illusions ability? Any other way to create an illusion?

Thanks
 

Silver

New Member
Reaction score
21
Please search, this has been asked a lot.

Its order string code is 852274.
Try this action (found it by searching for 2 seconds)
Trigger:
  • Custom Script: call IssueTargetOrderById(udg_Casting_Unit_Variable, 852274, udg_Target_Unit_Variable)
 

jwallstone

New Member
Reaction score
33
Oops, thanks. Temporary fail, slipped my mind to use search. I was displaying the Order String for Illusion, but since it was null, assumed there wasn't an integer for it. Assumed that it would need a more complicated fix.
 

FhelZone

Have a drink of a nice cold mellowberry juice!
Reaction score
103
Here's one from my Conjure Image Skill
Trigger:
  • Conjure Image
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Conjure Image
    • Actions
      • Set Temp_Point = (Position of (Triggering unit))
      • Unit - Create 1 Dummy for (Owner of (Casting unit)) at Temp_Point facing (Facing of (Casting unit)) degrees
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
        • Then - Actions
          • Item - Create Conjure Image 1 at Temp_Point
        • Else - Actions
      • Hero - Give (Last created item) to (Last created unit)
      • Hero - Order (Last created unit) to use (Last created item) on (Triggering unit)
      • Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
      • Custom script: call RemoveLocation (udg_Temp_Point)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top