• 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

Unmaintained Legacy MacroQuest2 (Live Servers) 2022-01-19

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Jul 31 2019 by RedGuides
- MQ2DanNet (dannuic) Added format definitions.
-
Jul 31 2019 by EqMule
- Fixed a clear target bug in mq2targetinfo -dannuic -knighty
- Next release:
- TODO: Fix EQGroundItemListManager so we can get /itemtarget working for guild objects again.
-
Jul 27 2019 by EqMule
- Turned on Knightlyparse.
- Added support for mq2dannet to mq2targetinfo.
- You can now confgure the mimic me feature in mq2targetinfo.ini to use dannet (or any other plugin u use for it's commands.)
- Added ${Me.LastZoned} to the character TLO. It returns a timestamp of last time you zoned.
- Removed EQ_END_ZONE and EQ_BEGIN_ZONE.
- Added new detours for zonechange detection.
- ${Me.Zoning} is depreciated, use ${Me.LastZoned} or just wait for ${Zone.ID} to change.
-
Jul 22 2019 by RedGuides
- dumpaa.mac (hellfyre) updated to include the Focus tab
- MQ2Main (ctaylor22) Changed BlockedBuff and BlockedPetBuff in the Character TLO to allow use the Buff/spell name as well as the index, like Me.Buff works.
-
Jul 20 2019 by RedGuides
- (Redbot) I forgot to turn Knightlyparse back on
-
Jul 20 2019 by RedGuides
- MQ2Main Knightlyparse (Knightly) Fixed bugs in /noparse and /multiline, cleaned up code
-
Jul 17 2019 by RedGuides
- MQ2Netbots (Woobs) major fixes
- MQ2Autoloot (Plure) Fixed for the new loot message when passing out loot
- Knightlyparse (Knightly) Removed temporarily
-
Jul 17 2019 by EqMule
- Updated for LIVE
-
Jul 15 2019 by RedGuides
- MQ2AutoLoot (Plure) Fixed a bug that would cause MQ2AutoLoot to initialize only during the first login on an account per session.
- MQ2Melee (EqMule) fixed some issues with escape, feigndeath and harmtouch
- MQ2XPTracker (ChatWithThisName) will no longer track wacky max values for AA's
- MQ2DanNet (dannuic) fixed bug associated with high CPU usage, added keepalive with frequency options, and added options for expire and evasive timeouts
-
Jul 15 2019 by EqMule
- Updated for TEST
-
Jul 11 2019 by RedGuides
- MQ2Xptracker (ChatWithThisName, dannuic) Updated to follow new XP formula, improved readability of output, more detailed output
- MQ2AutoLoot (Plure) Fixed bug where no drop items marked destroy won't be destroyed, fixed excludebag issues which allows bags other than
"Extraplanar Trade Satchel" to work.
- MQ2Rez (ChatWithThisName) Correct /rez settings, or /rez status from outputting the invalid rez command output.
- MQ2SQLite (Knightly) Upgraded library to 3.28, add ResultCode TLO (req. exspes) that returns the SQLite Result Code or -1 for an Active Query or -2 for Query Not Found.
-
Jul 11 2019 by EqMule
- Updated for TEST
- Updated for LIVE
- updated for EMU
- Fixed a crash when /echo ${InvSlot[enviro1].Item.ID} - cred report kaen01
-
Jun 22 2019 by EqMule
- Updated for TEST
- Updated for LIVE
-
Jun 20 2019 by EqMule
- Fixed Me.PctExp and Me.PctAAExp
- Fixed /advloot
- Fixed a mq2ic crash. cred: psxoxo
Jun 19 2019 by EqMule
- Updated for LIVE
- Added ${Macro.CurSub} returns the name of the current Sub being executed. -cred alynel
- Added ${SubDefined[blah]} it returns a bool if a Macro Sub is defined. -cred alynel
- Previously Added: .CachedBuff[x] to the spawn tlo where x is a spellid if its a number and a spell name if not. It returns a MQ2CachedBuffType.
- Previously Added: .CachedBuff[#x] to the spawn tlo where #x is a buffslot between 1-97. It returns a MQ2CachedBuffType.
- Previously Added: .CachedBuff[*x] to the spawn tlo where *x is a index (buffslots are not sorted). It returns a MQ2CachedBuffType.
- Previously Added: .CachedBuff[^x] to the spawn tlo where ^x is a keyword. It returns a MQ2CachedBuffType.
^x keywords: Slowed Rooted Mezzed Crippled Maloed Tashed Snared and Beneficial
-
- MQ2CachedBuffType has the following members:
.CasterName .Count .Slot .SpellID .Duration
-
- Previously Added: .CachedBuffCount to the spawn tlo. it returns -1 if no buffs are cached for the spawn or number of buffs cached.
- Using CachedBuff to get buff info on targets, group members etc, only requires you to target the entity once. after thats done, buffs are cached.
- The upside is obviously that we don't have to target back and forth constantly.
- Usage: well lets say you are a druid and you want to know if a group members sow buff has worn off, you can just check CachedBuff without having to retarget the group member.
- /echo ${Group.Member[2].CachedBuff[Spirit of Wolf].Duration}

Jun 14 2019 by RedGuides
- MQ2Cast, MQ2Melee, MQ2Medley, MQ2SpellHotKeys, MQ2Twist (pjfry, ChatWithThisName) handle spell fizzle and interrupt messages with links.
- MQ2Melee (alynel, kaen01) Removed keybind settings so customizations in macroquest.ini aren't overwritten
- MQ2EQBC, EQBCS (jimbob) added silent commands Maskoi requested (/bcsa, /bcsaa, /bcsg, /bcsga, /bcst).
- MQ2DanNet (dannuic) fixed zoning losing custom groups, major reworking of observers to be way more efficient
-
Jun 14 2019 by EqMule
- Updated for TEST
-
Jun 05 2019 by RedGuides
- KissAssist (Maskoi, ctaylor22) updated to 11.004, small fixes
- KissAssist EqMule Edition (EqMule) new buff code
- MQ2EasyFind (EqMule) added a fix for stuck spell gems. /unstickgems
- MQ2DanNet (dannuic) changed observer TLO's (and fixed them), removed delay from `/dobs`, fixed major observer frequency bug
- MQ2Melee (Alynel) Change defaults on harm touch, FD, and escape
- MQ2DPSAdv (ChatWithThisName) Fixed crash in SplitStringNonMelee where MobEnd would exceed the size of MobName by ensuring it's within the capacity
of it's container, and false out if it's not.
-
Jun 05 2019 by EqMule
- Fixed a crash in the TEST build.
-
Back
Top