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.
[246] - 2024-07-26
Commits
(662ff78) ~cannonballdexUpdate war_class_config.lua (#86)
* Update war_class_config.lua
Added dps clickies, changed tab area of arrows and chest clicky to be more consistent with tabs across all classes.
* Update war_class_config.lua
Skipped manually added dps clickies. Added tab for DPS clickies in movement.lua for dps clickies to fire in combat.
[243] - 2024-07-23
Commits
(d7d9e9b) ~AlgarDude[pull] Fix for underwater check (#84)
* [pull] Fix for underwater check
Check was reversed, reported in
Tested, confirmed, fixed, tested.
* Druid Heal Rotations, Paladin DPU bug, SHM buffing bug
[DRU] Expanded Druid heal rotations to make them more akin to other healers, splitting into Big/Main/Group. Added some AA abilities that were not previously included. Tested at lower levels (mid 90's), but made changes with an eye towards maintaining viability in higher level content. Feedback welcome.
[PAL] Fix for Issue #82 (DPU spamming on cooldown)
[SHM] Removed "DoInvisBreak" setting which was breaking buffing functionality.
[240] - 2024-07-21
Commits
(88a9982) ~AlgarDude[ENC] Aura Fix (#83)
* [ENC] Aura Fix
[ENC] Updated aura entries so that the proper auras should be selected in all likely use cases:
-Under Level 85, with or without Learner's selected (Twincast isn't available).
-Level 85+, with or without Learner's selected, and with or without Auroria Mastery (second aura) AA.
Note: Auroria Mastery is available at level 81, but the code as written will not use a second aura until level 85 when Twincast is available.
* Radiant Cure support
[SHM, DRU] Added Radiant Cure
[CLR] Improved handling with Radiant Cure
Using AAReady will simply return false if the PC doesn't have the AA and will not return when RC is on cooldown like CanUseAA.
[238] - 2024-07-19
Commits
(b34131b) ~AlgarDudePAL and SHD Tooltips/Shield Flash (#80)
* Update enc_class_config.lua
[ENC] Temorarily removed the unused "ChromaNuke" table to prevent mapping conflicts.
[ENC] Replaced hardcoded reagent checks with the existing function in utils.
* Shield Flash, Tooltips
[PAL] Corrected Tooltips in the Combat options.
[SHD] Added Shield Flash and updated the Tooltip to match PAL.