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.
November 29, 2022:
November 28, 2022:
- emu: Fix PctExp and PctAAExp calculations
- tlo: Added BazaarItem.FullName
- lua: Fixed bug where /lua pause would not pause imgui thread
- lua: added :on and :off arguments to /lua pause
- Huge update to settings window for MQ2Map plugin settings - /mqsettings plugin/map (#657)
- lua: Many more improvements to imgui bindings for lua.
- lua: Consolidated imgui demo scripts into examples/imgui_demo
- lua: Scripts can now be started by specifying a folder name if the folder contains init.lua.
- lua: Scripts can now require files relative to the directory that the script runs in.
November 23, 2022:
- test: updated for test patch
- Message box will now appear when overlay is stopped due to an error.
- lua: Many improvements to imgui bindings for lua. Notably, ImDrawList support has been
added. Some of these features are evolving, check out examples/imgui_demo.lua for example lua code.
- lua: Added support for converting macro array types to lua tables (#641).
- lua: event and bind add/remove will now return true/false based on if the action was successful.
These actions may fail if the event already exists with the specified name, for example.
November 16, 2022:
- live: Updated for latest patch
- Updated MQ2TargetInfoPHs.txt (#661)
- Updated Fish.mac (#605)
- Added refcounting to item and itemspell datatypes. This should fix a crash where a lua script
consumes the last charge of an item causing it to disappear.
- plugins: Deprecated old item spell enum values. See deprecation warnings for replacements.
- lua: Added imgui bindings for TableGetColumnFlags (#658)
November 9, 2022:
- test: Updated for patch
November 3, 2022:
- test: Updated for patch
October 31, 2022:
- Added upper bounds check on ReagentID, NoExpendReagentID, and ReagentCount. The max number
of reagents for a spell is 4. ReagentCount[n] explains how many ReagentID[n] you need.
For NoExpendReagentID is always just need 1 of the item.
October 26, 2022:
- live: Updated for live patch
October 16, 2022:
- test: Updated for patch
October 14, 2022:
- Add MaxFPS and MaxBGFPS to EverQuest TLO. Reports the settings found on the options window.
- Improved Macro TLO functionality to be able to retrieve some values while a macro isn't running.
- Fixed achievement categories not being found properly.
October 10, 2022:
- emu: Improved ability to capture crash reports.
- emu: Fixed CharSelect data (#627).
October 9, 2022:
- emu: Fixed issue causing custom UIs to create instability and other problems (#639).
October 6, 2022:
- Remove Spell.SPA - this wasn't actually a SPA and was some other meaningless value.
- Add Spell.CategoryID and Spell.SubcategoryID - the integer values of Category and Subcategory
October 2, 2022 (test):
- Updated for test patch
October 2, 2022:
- Autobank and related functionality has been moved from mq2main into its own autobank plugin. (#580)
- autobank: Added tradeskill item filter
- framelimiter: Fix framelimiter not bypassing built-in limiter when it is enabled.
September 26, 2022:
- Fix Me.Levitating (#632)
- Add more robust ini handling options - see http://docs.macroquest.org/reference/data-types/datatype-inifilesectionkey
- Add .StripLinks memember to string types which will return the plain text version of a string containing links
September 21, 2022 (live):
- Fix achievement crash (#629).
- Updated for live patch