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.
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.
[1.98] - 2024-04-27
Features
added auto importing for the zone from MQ2SpawnMaster.ini
this will happen as you zone around and fill in any missing spawns that exist in SpawnMaster.ini and not AlertMaster.ini.
Styling
- Scaling adjustments
(872096a) ~grimmier378
[1.95] - 2024-03-30
Bug Fixes
(f2fec0a) ~grimmier378Fix:
forgot to reset scaling at the end of the windows
don't want that affecting other windows
[1.93] - 2024-03-30
Styling
- Scaling text will no longer effect the toggle buttons and search bars.
(a440b2b) ~grimmier378Scaling should only effect the tables and pop up windows.
[1.92] - 2024-03-29
Bug Fixes
- Fix for breaking the right click context on the table
(98a477e) ~grimmier378
[1.91] - 2024-03-29
Bug Fixes
(d17b0cb) ~grimmier378Fix:
mousing over the window ill bring it into focus.
This should fix some of the issues where the first click when out of focus will click in game objects.
Commits
- Just some code cleanup and organization.
(9fda68d) ~grimmier378