1. Place MM.mac into macro folder.
2. Open MQ2React.yaml (This file is in base MQ2 folder) in Visual Studio Code or whatever editor you use.
3. Add the following to your mage's name (spacing is important for MQ2React):
globals:
GlobalExample: "${Me.CombatState.NotEqual[COMBAT]} && ${Me.PctHPs} <= 25"
ServerNameHere:
MageNameHere:
ExampleReact: disabled
MageManaMacroOff: disabled
MageManaMacroOn: enabled
4. Add the following below the "reacts" section (spacing is important for MQ2React):
reacts:
MageManaMacroOff:
action: /multiline ; /react disable MageManaMacroOff; /react enable MageManaMacroOn
condition: "${Me.PctMana} > 90"
MageManaMacroOn:
action: >-
/multiline ; /react disable MageManaMacroOn; /react enable MageManaMacroOff;
/mac MM
condition: "${Me.PctMana} < 10"
5. Type "/react reload" on mage in game to update settings on mage.
6. Burn to your hearts content and it will automatically get your mana up if you drop below 10%