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

Utility MQ2Status

Added "/status macro" to report the macro you have running
Cleaned up subscription section
  • /status tribute now returns your tribute state and current favor
  • /status gtribute or guildtribute now returns your guild tribute state and your current guild favor -- There was no way to access this information like I could do with tribute state, so I'm reading the tribute window (it doesn't have to be visible)
- Users would like for /status to report back if their kissassist is set to a "Back Off" state
-- BackOff uses DPSPaused 1 and 2 for being backed off
-- I considered doing an else if from the Paused check, but there are circumstances where you would still want to know if your toons are backed off while paused.
added "/status itemall" which returns inventory + bank item count. Code cleanup
/status login (returns login name)
zone (returns current zone)
krono (returns # of krono)
stat weight (returns weight, limit and difference) currency blah (returns amount of any type of currency: overseer, loyalty, dbc, etc.)
Update EzCommand(buffer) to EzCommand(&stringBuffer[0])
removal of max string buffer
additional lines for readability in a few places
will do another commit to clean up some of the string builder extra + " " +
  • "/Status Quest blah" will now return if you have a quest called "blah"
  • Fixed issue with the GetColorCode that didn't correctly use Dark mode for EQBC
- MQ2Status (Sic) Fixed some issues about which macro is running and other display issues.
Requests to Report back ${Role} even if your macro doesn't have kissassist in the name. The original intention of this was to report back
if your macro has "kiss" in the name to accomodate beta/dev verisons of kissassist, kissmule/muleassist, and anyone running a custom/modified kiss version.
I specifically don't want to check it against ${MacroName} to equal kissassist because again - the intention is to include any
forks or kissasist like kissmule/muleassist and the like.
MQ2Status Updates March 2020:
- Will now use Dannet if you have dannet loaded and don't have eqbc loaded
- Standardized output color/format for readability
- Fixed some typos and spacing issues
- Huge refactoring "under the hood"
- New Video

Small fix for output of MQ2Eskay during /status - @Sic
Back
Top