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.
[2.15] - 2024-08-10
Bug Fixes
- Importing MQ2SpawnMaster.ini
(8191523) ~grimmier378Should better Import from MQ2SpawnMaster.ini
you may need to manually click Import are visiting a zone you have already been to or edit the am_imports.lua file in your config dir to reset the zones.
Features
- Command /am reload
(158934c) ~grimmier378```/am reload ``` reload the config
useful if you are running this on multiple characters on the same PC to update settings across toons after making an adjustment on one of them.
also some import from SpawnMaster Adjustments.
[2.12] - 2024-06-13
Bug Fixes
- Is Zoning check is failing
(03cdb87) ~grimmier378Preventing crash added some nil checks.
[2.11] - 2024-06-12
Bug Fixes
- Alerts setting volume on eq and not resetting
(f0fdd1e) ~grimmier378Now re record the current volume setting when the script loads.
and after playing an alert we will reset back to that setting. this is set to a 2 second buffer to account for audio durations.
[2.10] - 2024-05-12
Bug Fixes
- Add spawn and import
(2a82435) ~grimmier378Fixed some of the add spawn options since they broke adding targeted spawn.
importing from MQ2SpawnMaster.ini should go better.
[2.07] - 2024-05-05
Commits
- Some code cleanup
(1cae936) ~grimmier378/am spawnadd
now also takes your target if it's an NPC
and you don't supply a name.
[2.06] - 2024-04-29
Features
- Moved the forced import to the spawn list view.
(ec92676) ~grimmier378Button only shows up if you have a MQ2SpawnMaster.ini file in your MQ Config folder already.
Clicking will force import and update your spawn list from the MQ2SpawnMaster.ini
[2.05] - 2024-04-29
Features
- Added checks so we don't reimport a zone we already imported.
(32e9896) ~grimmier378You can force a re-import by clicking on the ZoneName button.
This should prevent re-appearing entries if you removed some after already importing the zone.
[2.03] - 2024-04-28
Bug Fixes
- If do beeps and do sound are enabled we will default to the custom sound.
(d1a6a51) ~grimmier378
[2.02] - 2024-04-28
![]()
Commits
- Added more to the config window. you can access toggles, and custom sound settings.
(c2cdfa9) ~grimmier378Cleaned up some code here and there.