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.
Feb 1, 2024
- live: Updated for latest patch
Jan 30, 2024:
- Disable jit when delaying so that delays are not optimized away (#822)
- /doability will now accept quoted or unquoted ability names
- /doability will now work for innate skills like slam (#371)
- mq.TLO.Me.Ability is now a boolean. It returns true or false based on whether you have the ability.
- mq.TLO.Me.AbilityReady will no longer say an ability is ready if you don't have that ability.
- Added mq.TLO.Me.AbilityTimerTotal which will return the total amount of time an ability takes to refresh. This is only available while the ability is in cooldown, otherwise it returns 0. Useful for converting mq.TLO.Me.AbilityTimer into a percentage. (#823)
- mq.TLO.Me.AltCurrency now works with the singular or plural name of the currency
- plugins: GetZoneExpansionName(0) would previously return "Original EQ" but now returns "EverQuest"