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

Utility MQ2AutoAccept

〰️Commits​


(855ddd3) ~Knightly
Merge branch 'v143' into 'master'

Update for v143

See merge request redguides/plugins/mq2autoaccept!2
(8efc4ac) ~Knightly
  • Update so the OnIncomingChat checks respect bAutoAccept -- currently, if you "turn off" autoaccept, you will still accept group invitations because it doesn't respect bAutoAccept
  • MQ2AutoAccept will no longer erroneously accept non-percentage based resurrection spells, like a "call". it is intended that mq2autoaccept ignores rezzes, and allows something else, like mq2rez to accept all resurrections including non-percentage based ones.
- Removed using namespace std
- Removed pragma warning disable
- Moved global buffers to appropriate functions
- Removed unused variables
- Removed Update_INIFileName() since it never changed
- Removed redeclared variables
- Removed mixed tabs and spaces (more spaces than tabs, so spaces win)

alynel
- Switched to range based loop and emplace_back

Top