attickdoor / MOActionPlugin

Dalamud plugin to allow for macro-less use of mouseover actions.
GNU General Public License v3.0
50 stars 57 forks source link

Action stacks with Role actions as base action "bleed" together #96

Open Alluneve opened 10 months ago

Alluneve commented 10 months ago

if you make any stack with a role action as a base action, this stack will be applied to every single job that can use the role action, when they press that role action.

this causes erratic behaviour by having multiple stacks with eg: swiftcast between multiple jobs, like WHM, SCH, BLM,....

pretty sure this is also what https://github.com/attickdoor/MOActionPlugin/issues/73 experienced.

the following pull request https://github.com/attickdoor/MOActionPlugin/pull/95 should fix this issue while maintaining the "accidental" functionality of allowing the baby classes (CNJ, GLA,....) to share their action stacks with the adult classes of (WHM, PLD,....).