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.


[447] - 2024-09-03
Commits
(720b6f7) ~AlgarDude[SHD] Major Update! (#154)
* Update enc_class_config.lua
Added an additional stacking check to haste buff to (speculatively) fix spamming issues
* [SHD] Major Update!
Major update to SHD. Should see marked improvements in nearly every facet. Default settings are suitable for a mid-late game, live server group driver, and may require some tweaking outside of that; however, I did my best to include the options EMU/TLP/Endgame may need to shine.
*Added new utils functions to support the above and retrofitted to other classes:
HPStopDOT is now split into HPStopDOT (for trash mobs) and NamedStopDOT. Named must be present in named.lua or your SpawnMaster ini to take advantage of this feature!
* Update shd_class_config.lua
[SHD] Fix for charm spamming
* Update shd_class_config.lua
Fix for taunt checks comparing number with boolean
* Update shd_class_config.lua
Typo fix for Vet AA settings
* Moved HP/Named StopDOT to config, SHD fixes
Left the indexes on the config entries so at least they will be placed together for now
[445] - 2024-09-03
Commits
(4c7ad41) ~Derple[ENC] Added more stacking checks.
[443] - 2024-09-03
Commits
(0f1cc8b) ~AlgarDudeUpdate enc_class_config.lua (#152)
Added an additional stacking check to haste buff to (speculatively) fix spamming issues
[441] - 2024-09-03
Commits
(a9c078f) ~Grimmier378Creates a backup of custom config if one exists (#151)
* creates a backup of custom config if one exists
* set fist load window size
[436] - 2024-09-01
Commits
(370be3f) ~AlgarDudeSpam reduction pass, magician group mod rod checking support, minor class config fixes (#147)
* Group (and combat) ModRod checking, spam reduction, BuffCheck adjustment
[MAG] Mod Rods:
* Will now check your group for modrods and summon appropriately.
*Added support to summon modrods in combat (configurabled based on threshold of one or more group members mana).
[utils] Added the time delay for waiting to buff after movement directly to the buff check function (and removed now extraneous checks from rotations)
[utils] Eliminated ! MISSING SPELL ! spam temporarily, may readd with some form of "Highest Only" support at a later date.
[init] Removed option to use MQ2Twist (which was deprecated) and moved it to the unload list as speculative conflict protection.
[SHM] Fixed issue of starting group buff cycle while invis or moving
[BRD] Corrected low mana count inaccuracies for some songs.
[DRU} Removed short duration DS from group DS list
* Update init.lua
Changed actor register to verbose to reduce startup spam
* Update init.lua
Squelched the group message informing us that we were pausing CWTN plugins
* Add variable for Cure Rotation intervals
* Update rgmercs_config.lua
Changed using fellowship insignia to false by default, campfires are sometimes left behind so teleporting to them should be a conscious election
[433] - 2024-09-01
Commits
(f4d0d5f) ~Grimmier378Missed () (#148)
[432] - 2024-09-01
Commits
(f6d49e4) ~DerpleCleaned up escape to minimize
[430] - 2024-09-01
Commits
(d94502a) ~Grimmier378Esc to min + context menu (#149)
* escape minimizes when window in focus option
* added context to button for pause/resume
* class check for persona switching
[428] - 2024-09-01
Commits
(fdac8eb) ~RobbanEQUpdate Dru spells to 125 (#144)
* Update Dru spells to 125
Druid spells updated to 125
* SHD - removed code from Blade
Removed the 2H requirement from Blade
[425] - 2024-09-01
Commits
(bf2e951) ~RobbanEQSHD - removed 2h check from 'Blade' Combat Ability (#145)
Removed the requirement to wield a 2h for the blade Combat Ability
[424] - 2024-09-01
Commits
(d9e60e8) ~Derple[ALL] Fix for Cures not working on EMU
Added Util function to see if we are on an emu server.