Code: Select all
/if (${Me.CombatAbilityReady["Name of Combat Ability"]}) /discipline "Name of Combat Ability"Code: Select all
/if (${Me.CombatAbilityReady[Innerflame]}) /standCode: Select all
/if (${Me.CombatAbilityReady[Stonestance]}) /standModerator: MacroQuest Developers
Code: Select all
/if (${Me.CombatAbilityReady["Name of Combat Ability"]}) /discipline "Name of Combat Ability"Code: Select all
/if (${Me.CombatAbilityReady[Innerflame]}) /standCode: Select all
/if (${Me.CombatAbilityReady[Stonestance]}) /standCode: Select all
/if (!${Me.CombatAbilityTimer[Innerflame Discipline]}) /stand
2xWhiskey wrote:I had to run a few searches to find the correct syntax for making discipline checks and came up with:
However I can't get this to work for the monk disciplines Stonestance and Innerflame. I'm playing on a progression server, if that makes any difference. Here's what I'm using to test wether the line is working:Code: Select all
/if (${Me.CombatAbilityReady["Name of Combat Ability"]}) /discipline "Name of Combat Ability"
andCode: Select all
/if (${Me.CombatAbilityReady[Innerflame]}) /stand
Code: Select all
/if (${Me.CombatAbilityReady[Stonestance]}) /stand
Code: Select all
/if (${Me.CombatAbilityReady[Innerflame Discipline]}) /stand
/if (${Me.CombatAbilityReady[Stonestance Discipline]}) /stand