• 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 (Test server) 2021-12-15

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
May 07 2019 by EqMule
- Updated for TEST
- Events are not caught for system messages anymore.
-
May 07 2019 by RedGuides
- *NEW PLUGIN* MQ2Twitch (EqMule). Chat with Twitch users while you stream, directly from the EverQuest client.
-
May 02 2019 by Brainiac
- Fixed the CXWnd__IsActive_x offset
-
May 01 2019 by EqMule
- Fixed a crash in /caption anon on
- Fixed a crash in /unload
-
Apr 30 2019 by RedGuides
- MQ2DPSAdv (ChatWithThisName) Update to remove "You" from being displayed instead of yourself when dealing damage.
-
Apr 30 2019 by EqMule
- TBL plavceholder info will again display correctly on the targetwindow if you use mq2targetinfo.
- Changed a bunch of stuff, plugin authors you have until next patch to update your plugins.
No more direct access to the window struct members in prep for moving to classes.
From now on call functions to get/put data out/in:
Example: too many to list see CSW struct.
I'll list 4 examples: previously pWnd->XMLIndex now: pWnd->GetXMLIndex()
previously pWnd->IsVisible()==false now: pWnd->IsVisible()==false
previously pWnd->dShow = true now: pWnd->SetVisible(true)
previously SetCXStr(&pWnd->WindowText,"blah"); now pWnd->CSetWindowText("blah");
previously GetCXStr(pWnd->WindowText,szOut); now GetCXStr(pWnd->CGetWindowText(),szOut);
- Added .NoExpendReagentID to the Spell tlo.
Usage: /echo ${Spell[Burst of Fire].NoExpendReagentID[x]} where x can be 1-4
This returns the ID of the needed Reagent you have to have in your inventory but will not be spent.
Apr 22 2019 by RedGuides
- MQ2AFNuke (Jimbob) Fixed Mage and Wizard Dissident spells.
-
Apr 22 2019 by EqMule
- Updated for TEST & LIVE
- Find Item Window is now displaying merchant sell prices.
- Added sorting to find item window for the sell value column
- Added sorting to find location window for the distance column
- Fixed .NewStacks
- Fixed a autologin bug
-
Apr 20 2019 by EqMule
- Added Colors to Quest items and Tradeskill items in the FindItem Window list.
Yellow=Quest
Magenta=Tradeskill
(No this is not configurable, I might add an option later.)
-
- Added a Value(Price) column to the FindItem window.
- Enjoy marking items for sale in the FindItem Window.
Usage: mark some items while you have a merchant open, then click the Sell Marked button.
Still Todo: display real merchant price instead of item value.
Maybe add sort functionallity to Price column.
-
Apr 19 2019 by EqMule
- Updated for TEST
- Updated for LIVE
-
Apr 18 2019 by EqMule
- Added ${EverQuest.ValidLoc}
Usage: /echo ${EverQuest.ValidLoc[123 456 789]}
it returns true or false if the X Y Z location in the world is a valid player location.
in other words: can I go to this loc or is it inside a wall or a mountain or a tree or whatever invalid location?(those locs will return false obviously)
-
- Fixed the ZoneGuideManagerClient class.
-
Apr 17 2019 by RedGuides
- MQ2Nav (brainiac, dewey2461) 1.3.1 update includes: option to face backwards, fix path too long issues, other fixes
- MQ2DanNet (dannuic) updated to version 0.75, added some guards against crashing while crashing
- MQ2Profiler removed for maintenance.
-
Apr 17 2019 by EqMule
- Updated for LIVE
- Previous updates see Apr 12 2019 by EqMule entry below.
- Added more anonymizing to chat when using /caption anon - chatwiththisname
- Moved advloot checkboxes dynamically to not cover fuse item button on mq2itemdisplay window - chatwiththisname
-
Apr 14 2019 by brainiac
- Fix crash/freeze from starting macro from within another macro
-
Apr 12 2019 by RedGuides
- New Plugin! MQ2ShellCmd (Knightly) Allows you to issue a shell command from within EQ. The process that is spawned
is independent and will run even after EQ closes. This plugin can be used within other plugins and macros.
- MQ2FeedMe (ChatWithThisName) Added several commands for autofeed & autodrink, fixed issue so bards can eat too.
- MQ2DPSAdv (ChatWithThisName) All names can be anonymized in the DPSAdv window, handy for streaming.
- Fish.mac (LurkMcGurk) Now works with most fishing poles in the game.
-

Apr 12 2019 by EqMule
- Updated for TEST
- Updated for LIVE
-
- In preperation for next weeks live patch the following offsets has been removed:
pinstAggroInfo_x
pinstAuraMgr_x
pinstEQItemList_x
pinstMercAltAbilities_x
pinstRealEstateItems_x
pinstCTargetManager_x
pinstCTextOverlay_x
pinstEQObjectList_x
- All of the above offsets are no longer static in the client so I have replaced them with
calls to the proper Instance/Get functions instead.
-
- Plugin authors, you need to make a few changes to access some SPAWNINFO members from now on:
(don't change any other struct members if they happen to have the same name!)
All instances of ->SpellCooldownETA needs to be changed to ->GetSpellCooldownETA()
All instances of ->spawneqc_info needs to be changed to ->GetCharacter()
All instances of ->ManaMax needs to be changed to ->GetMaxMana()
All instances of ->ManaCurrent needs to be changed to ->GetCurrentMana()
All instances of ->EnduranceMax needs to be changed to ->GetMaxEndurance()
All instances of ->EnduranceCurrent needs to be changed to ->GetCurrentEndurance()
All instances of ->Zone needs to be changed to ->GetZoneID()
-
Mar 29 2019 by RedGuides
- MQ2MoveUtils (ChatWithThisName) allow custom window resize, title, remove transparency
- Mq2EQBC (ChatWithThisName) Window to remove transparency, allow resize, apply border and title
-
Mar 29 2019 by EqMule
- Added /travelto command for mq2easyfind
Usage: /travelto "Surefall Glade"
It will ty to use zone guide connections to get there no matter where you are when you issue the command.
- Updated kissassist1004e15.mac
-
Mar 29 2019 by EqMule
- Fixed MQ2Autologin
- Added .SelectedItem to the Merchant TLO
it returns the currently selected item in the merchant window as a pItemType
-
Mar 26 2019 by EqMule
- Fixed multiple problems in arrayclass.h due to client changes.
-
Back
Top