• 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 --->
Very Vanilla MQ (Test Server)

Very Vanilla MQ (Test Server) 2532

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
March 8, 2022:
- Spell SPA data for base, base2, and max are now 64 bit values.
- Spell Buff counters are now 64 bit values.
- GetSpellBase, GetSpellBase2, GetSpellMax, CalcValue all return int64_t now.
- GetSpellCounters, GetMySpellCounters, GetTotalSpellCounters, GetMyTotalSpellCounters all return int64_t now
- The associated macro data members for these return Int64 instead of Int datatypes.
- Plugins may exhibit warnings due to int64_t -> int conversions. These warnings ought to be addressed
as appropriate by utilizing int64_t where arbitrary values may occur (like damage or healing values)
Posted by: Redbot
March 2, 2022:
- Fixed an issue with chat events cutting off chat
- Added Spawn types for BodyWet and HeadWet to complimenet FeetWet
- Updated FeetWet to include when standing in other liquids like lava or slime. Underwater is still just water.
- Added WritePrivateProfileValue for plugin authors
Posted by: Redbot
February 25, 2022:
- Fixed some potential issues with detours. Possibly fixes issue with unloading/reloading
causing problems with commands
- Moved GetSubscriptionLevel to core. If you have a copy of this function in your plugin,
you can remove it now.
- Added GetClass(), GetClassString(), GetRace(), GetRaceString(), GetClassThreeLetterCode()
to PlayerClient (SPAWNINFO) as convenience helpers for plugin code.
- Reverted an earlier change to MQ2Map during 64-bit conversion to potentially address an
issue with the map
Posted by: Redbot
Updated for patch
Posted by: Redbot
February 15, 2022:
- Updated for patch. Welcome to 64-bit MacroQuest.
Posted by: Redbot
Back
Top