Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
March 9, 2022:
March 8, 2022:
- Updated for patch.
- Me.AssistComplete is temporarily disabled. Its been broken since x64 but the disabling is purposeful now to avoid crashing.
- 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) and cast to int where they do not (like SPA or spell id values).
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
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
An incomplete summary of today's fixes since release:
- tasks fixed
- GetAssistParam fixed
- assist handling fixed
- GetSkillCap fixed
- MQ2DPSAdv fixed
- MQ2Status fixed
- MQ2Dannet fixed
- Add DynamicZone.MinMembers
- Fix crash when reading DynamicZone.Leader and maybe others
- Fix crash casued be Me.Aura[0] (#449)
Januay 19, 2022:
- Updated for patch.
- Add missing ToL entry to GetZoneExpansionName() (#444)
- Fix Me.AmIGroupLeader not returning a proper bool.
- Fix a bug with /itemnotify and rightmouseup
- Fix /plugin command so that it parses the command line
- Add settings panel for ChatWnd
- lua: Added mq.gettime() which returns current time in microseconds
December 7, 2021:
* Happy Terror of Luclin Day!
* Added full support for the merchant perk and bag slot 11 and 12.
* Added ${Me.NumBagSlots} which returns the number of bag slots enabled in main inventory.
* Added ${TeleportationItem} TLO to access the teleportation item keyring.
* Fix crash when selling items using button from find item window (#426).
* Fix spell display for SPA_TRIGGER_SPELL_NON_ITEM
* Fix ${DisplayItem.Collected} (#420).