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

MQ2React

〰️Commits​


Added on/off state to globally enable/disable processing. Added TLO member Active.
(9777cc3) ~Ron Smith
Merge branch 'master' into 'master'

Added on/off state to globally enable/disable processing. Added TLO member Active.

See merge request redguides/plugins/mq2react!3
(58bf283) ~Redbot
Config setting added to affect rate of react processing.
MQ2React will be gentler on your YAML files. File wipe-outs should be reduced (hopefully eliminated.

MQ2React will now provide you feedback when you issue commands.
The globaladd and globalrem slash commands allow for the adding of new global reacts from the mq2 command line.
Fixed: Bug where you'd lose your file on a failed parse.
Fixed: Bug where MQ2React would not allow action's (Or conditions) with double quotes around things. Actions such as /cast "My Spell Name" now work.
Replaced the .ini file with a .yaml. Created a SaveConfig function to wrap the serialize interface with an exception to avoid crashing on parse errors. Also wrapped serialize in an exception. Switched individual calls to parse and serialize throughout the slash functions to these load and save functions. Added single quotes to the list of tokens that mini-yaml thinks should be double quoted. Changed save and load functions so that they didn't take an argument and instead leverage the constant global config file name. This was also modified so the config path was calculated properly. Modified the enable/disable commands so that it checks the reacts list and not the current characters list of reacts for validity. Changed how mq2react executes actions. Now is more aggressive in executions to avoid over summon items.
Back
Top