• 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 --->
  • There was a hotfixtoday. DO NOT PATCH EQ or you'll have to wait for the next MQ update (no ETA). You can play without the patch by using patchme or autologin (preferred). If you've already patched EQ you're out of luck, unless you find someone to share the older eqgame.exe (don't ask here).
Resource icon

Plugin - MQ2Bucles (1 Viewer)

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
81,426¢
MQ2Bucles - This plugin adds while and do bucles (loops) to macros.
Commands:
Rich (BB code):
/while (<condition>)
...
/endwhile  - Executes a bucle(loop), evaluating the condition on each iteration.

/do
...
/until (<condition>) - Executes a bucle(loop), evaluating the condition on each iteration but on first one.

/break - Stops a /while, /do or /for bucle(loop).

/continue  - Stops a /while, /do or /for bucle(loop), reevaluating the condition.

MQ2BuffTool - This is also a plugin that will click off buffs automatically, but includes some logic to decide what to click off.

TLO Added
Rich (BB code):
${Block.Ready} (bool Plugin Loaded && InGame && Bloc Enable)
${Block.Quiet} (bool Always true or NULL if plugin not loaded)
${Block.Popup} (bool Should i Popup Msg on Spell Block?)
${Block.Count} (int # of buff in bloc list)
${Block.Total} (int # of buff blocked so far)
${Block.Spell[X]} (int # of free slot for a spell -1 not found)
${Block.Maxim[X]} (int Maxim # of Buff (1=buff,2=song,3=pet))
${Block.Avail[X]} (int Avail # of Buff (1=buff,2=song,3=pet))
 
Last edited:
Plugin - MQ2Bucles

Users who are viewing this thread

Back
Top