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.
[255] - 2024-07-28
Commits
(ed56d27) ~AlgarDudeUpdate enc_class_config.lua (#90)
[ENC] Added Azure Crystal use during combat. Crystals will be used at the same (user-configured) mana percent as Mod Rods (ModRodManaPct).
[ENC] Added a temporary fix to prevent single-target runes from being spammed on Tanks every Group Buff cycle.
[254] - 2024-07-28
Commits
(d25d6c0) ~RobbanEQWiz fixes (#91)
* Update clr_class_config.lua
Switch latest aego/symbol
* Update clr_class_config.lua
added check if buff active
* Update clr_class_config.lua
Added aura check for basename to Aura1, same as Aura2
* Update enc_class_config.lua
Added check for Mana Ripple Aura, only aura that doesnt have the same name as the spell. (Mana Ripple in the Aura window)
* Update wiz_class_config.lua
Fixed the SelfRune1 buff, someone mixed that weird.
Added Spell/melee guard buff
[251] - 2024-07-27
Commits
(05d6165) ~AlgarDude[PAL] Rez/Cures, [ENC] Spell Gem update (#88)
[PAL] Added barebones support for curing, currently only Radiant Cure is supported.
[PAL] Added barebones support for resurrection. Gift of Resurrection is the only source at this time, no items are included. Currently, Battle Rez is disabled in the Tank Mode regardless of the general setting "DoBattleRez".
Further implementation for both features is possible, but I feel this more discussion or commit # [feedbac](https://github.com/DerpleMQ2/rgmercs/commit/feedbac)k is warranted.
[ENC] Swapped spell gems of unused spells to reduce remems during buff cycles.
[ENC] Added ManaDoT to dps rotation.
Further optimization likely needed, I am concentrating on small issues which give immediate returns.
[250] - 2024-07-27
Commits
(1ea7fc1) ~DerpleMQ2Updated Contributors! Thanks Everyone!
[248] - 2024-07-27
Commits
(995329f) ~RobbanEQFix for Cleric Aego/Symbol swap and Cleric/Ench Aura (#87)
* Update clr_class_config.lua
Switch latest aego/symbol
* Update clr_class_config.lua
added check if buff active
* Update clr_class_config.lua
Added aura check for basename to Aura1, same as Aura2
* Update enc_class_config.lua
Added check for Mana Ripple Aura, only aura that doesnt have the same name as the spell. (Mana Ripple in the Aura window)
[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.