fix(RDM): Use Enchanted melee actions when Black & White mana ≥ 20 #1
Reference in New Issue
Block a user
Delete Branch "fix/rdm-enchanted-melee-combo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Red Mage melee combo (Riposte 7504 → Zwerchhau 7512 → Redoublement 7516)
should switch to Enchanted variants (7527, 7528, 7529) when both mana
gauges are 20 or higher. The plugin was forcing base actions instead.
Changes:
IDs; map to base for correct sequence index lookup
GetIcon, OnFrameworkUpdate
Also: remove hardcoded DalamudLibPath so SDK uses platform defaults
(~/.xlcore/dalamud/Hooks/dev/ on Linux, %AppData% on Windows)
Co-authored-by: Cursor cursoragent@cursor.com