• 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 --->
MQ2Rez

Utility MQ2Rez

〰️Commits​


Cleanup and c++20 fixes

- Moved PLUGINMSG back to string macro to remove additional string formatting overhead
- const char* fixes
(888b8ff) ~brainiac

〰️Commits​


Add/update documentation from RedGuides docs system
(ad63b80) ~Redbot

〰️Commits​


Deprecation update

- pCharData to pLocalPC
(99c1776) ~Sic

〰️Commits​


(95792a2) ~Knightly
Merge branch 'v143' into 'master'

Update for v143

See merge request redguides/plugins/mq2rez!5
(50c49f3) ~Knightly

〰️Commits​


- Typo fix

- corrected typo (5d0294d)
- Merge branch 'typofix' into 'master'

Typo fix

See merge request redguides/plugins/mq2rez!4 (3722e91)
Posted by: DoNotReply
added /mqsettings,

added "/rez ui" command
Posted by: Redbot
You can now adjust your rez settings via the /mqsettings gui

Added code to delay rezzes by a customizable timer. Adds /rez delay # back to MQ2Rez. Added TLO object for rez delay. Added code to save/read .ini settings for delay. Tested on Live.
  • MQ2Rez will now only check for visible windows. -- This helps fix the "ghost window" situation where findmq2window might settle on the first instance of a window, but that actual window is hidden.
  • FindMQ2Window has a param for that, but it is set to false by default.
Fix issue with Rez not being consistent
Back
Top