AllunEve
AllunEve
#it is possible to argue that using Cure II may be desirable As a white mage main, lily spenders and basic healing spells are not mutually exclusive. nor is single...
``` foreach (StackEntry entry in stackToUse.Entries) { if (CanUseAction(entry, ActionType)) { if (!entry.Action.CanTargetFriendly && !entry.Action.CanTargetHostile && !entry.Action.CanTargetParty && !entry.Action.CanTargetDead) return (entry.Action, clientState.LocalPlayer); return (entry.Action, entry.Target.getPtr()); } } ``` for each...
is this scenario one where a target of target exists, but the target of target was an invalid target for your spell? example given: you're in an alliance raid and...
Placing a note here that I was able to get this working, but I'm unsure if this is a feature that aligns with the stance taken by the people working...
Heya @Tysaki. I've been looking into MoAction recently and rather profoundly. this can be attributed because PMOAction hijacks a /ac (or ability press) and then applying the stack to it....
added a reference, there's a bug in MoActionPlugin where your selected job on an action does not matter. so when you have multiple jobs where you have a stack on...
this concerns how the plugin (master branch) currently decides if a target is an enemy or friendly. If https://github.com/attickdoor/MOActionPlugin/pull/97 ever gets pulled in, that would solve it. it's the long...
While it might be a misnomer, the MENU option is your ALT key as a modifier. it comes like that out of Dalamud.
that's not really how this plugin works, this plugin does not skip an action just because you have not learned it yet. all it does is check if you could...
Tested and works on 6.55: - Double-checked ground target queue patch - Double-checked and verified specific interactions like mouse over, and unorthodox actions,...