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.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.
Customizable sound alerts.
you can drop in your own wav files into the "lua/alertmaster/sounds" folder.
name them what you wish and adjust the names in the ini file. (these save per char) the defaults will overwrite on updates otherwise.
changing the volume will play a preview for at that volume.
Commands
INI:[Alert Master] :: - Sounds - [Alert Master] :: /am dosound pc -- toggle PC custom sound alerts [Alert Master] :: /am dosound npc -- toggle NPC custom sound alerts [Alert Master] :: /am dosound gm -- toggle GM custom sound alerts [Alert Master] :: /am volpc 1-100 -- Set PC custom sound Volume 1-100 [Alert Master] :: /am volnpc 1-100 -- Set NPC custom sound Volume 1-100 [Alert Master] :: /am volgm 1-100 -- Set GM custom sound Volume 1-100
I'll add a nice gui config soon.