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.
January 23, 2023:
- Add /executelink command that will simulate a click from raw link text.
- spell datatype: Add Link member to generate clickable link text.
- spell datatype: Add Inspect method to open the spell display window.
- spell datatype: Added /vardata and /varset support for spell variables. Assigning
a string or number will reassign the spell variable by spell name or id.
- achievement datatype: Add Inspect method to open achievement display window.
- emu: Fix crash when declaring a spell var (#688).
January 19, 2023:
- live: Fix for broken world container
January 18, 2023:
- live: Updated for live patch
December 6, 2022:
- live: Update for expansion patch
- live: Fixed Switch ids and names
- Added currency for NoS
- Added ${TradeskillDepot}, see the docs for full description of the members:
https://docs.macroquest.org/reference/top-level-objects/tlo-tradeskilldepot/
- lua: Running "/lua run scriptname" will now prefer lua/scriptname/init.lua over
lua/scriptname.lua. this is to make it easier to transition to the new directory layout.