[Trigger] Unable to turn off auto-cast for custom auto-cast spell

Status
Not open for further replies.
Level 3
Joined
Jan 25, 2020
Messages
6
The script language is in Lua so it may look a bit different from what you are used to. This trigger is able to turn off auto-cast for a normal auto-cast spell like heal, but I can't get it to turn off my custom faeriefire. It detects the custom auto-cast ability being turned on fine.

  • Toggle off
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(faeriefireon))
    • Actions
      • Custom script: IssueImmediateOrderBJ(GetTriggerUnit(), "faeriefireoff")
      • Custom script: IssueImmediateOrderBJ(GetTriggerUnit(), "healoff")
      • Game - Display to (All players) the text: test
This is the "Text - Order Strings"
Text - Order String.PNG


Also if I change the Text - Order String - Activate it still detects the order as "faeriefireon"
 
Status
Not open for further replies.
Top