• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

Utility Endless Mana for MQ2Mage 1.9

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):
YAML:
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):
YAML:
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%
Back
Top