hey Athene any possibility that you add stance/shapeshifting support in the triggers section?. For example I have a trigger for "Overpower" and another 3 triggers for "Revenge" but as you know you can't use Overpower in Defensive stance and you can't use Revenge in Battle stance, but they still pop up whenever you get the "got dodge" trigger for Overpower or the "you parried/dodged/blocked" trigger for Revenge even if you are not in the stance that can use that spell.
Is kinda annoying because to disable or enable the trigger you need to go into the options screen and click the check box, I tried doing this by macro but I don't really know how to call the function that change that variable, maybe you can help me? is there any way I can change that variable without clicking the checkbox? maybe by calling some function by script
I tried doing something like this
/run MikSBT.SetOptionFromVarPath(Triggers.MSBT_TRIGGER_CUSTOM2.EventSetting.Show, false)
where MSBT_TRIGGER_CUSTOM2 is the trigger that I want to disable but I got an error, I'm guessing because Triggers is part of the options module and is not loaded unless I do /msbt. I think it works with the options menu open, but it doesn't update the checkbox and it doesn't save the variable. Any idea on how can I do what I want to do?
EDIT: here are my revenge triggers for the 4.43v for the people asking for it
You need 3 triggers
Dodge revenge trigger(DRevenge)
Applicable trigger class: Warrior
Icon Path: Interface\Icons\Ability_Warrior_Revenge
Trigger type: Search pattern
CHAT_MSG_COMBAT_CREATURE_VS_SELF_HITS
CHAT_MSG_COMBAT_CREATURE_VS_SELF_MISSES
CHAT_MSG_COMBAT_HOSTILEPLAYER_MISSES
Require Stance: Defensive
Search Pattern 1: VSDODGEOTHERSELF
Search Pattern 2: SPELLDODGEDOTHERSELF
Parry revenge trigger(PRevenge)
Applicable trigger class: Warrior
Icon Path: Interface\Icons\Ability_Warrior_Revenge
Trigger type: Search pattern
CHAT_MSG_COMBAT_CREATURE_VS_SELF_MISSES
CHAT_MSG_COMBAT_HOSTILEPLAYER_MISSES
Require Stance: Defensive
Search Pattern 1: VSPARRYOTHERSELF
Search Pattern 2: SPELLPARRIEDOTHERSELF
Block revenge trigger(BRevenge)
Applicable trigger class: Warrior
Icon Path: Interface\Icons\Ability_Warrior_Revenge
Trigger type: Search pattern
CHAT_MSG_COMBAT_CREATURE_VS_SELF_HITS
CHAT_MSG_COMBAT_HOSTILEPLAYER_HITS
CHAT_MSG_COMBAT_CREATURE_VS_SELF_MISSES
CHAT_MSG_COMBAT_HOSTILEPLAYER_MISSES
Require Stance: Defensive
Search Pattern 1: BLOCK_TRAILER
Search Pattern 2: SPELLBLOCKEDOTHERSELF
and this is how they look:
http://i.imgur.com/C0iFkoV.jpghttp://i.imgur.com/ApJh0iY.jpg