You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/nextmacro won't work reliably to transition between crafting macros after the last update. Sometimes it works, sometimes it doesn't. Not sure why you changed it in the first place, as there wasn't really an issue with the old implementation in the first place from what I can tell.
The text was updated successfully, but these errors were encountered:
/nextmacro won't work reliably to transition between crafting macros after the last update. Sometimes it works, sometimes it doesn't. Not sure why you changed it in the first place, as there wasn't really an issue with the old implementation in the first place from what I can tell.
Nexmacro's issue is because some state information doesn't get set when Dalamud boots up initially, so until you've executed one macro, the plugin system doesn't know about whether there's a macro running or not, and it appears to default to "no".
The original reason given in the commit message for the change to runmacro was because of "Balance" in the author's own words.
Also, no commits in 2 months, pull request that's been open for just as long, Abandonware much?
/nextmacro won't work reliably to transition between crafting macros after the last update. Sometimes it works, sometimes it doesn't. Not sure why you changed it in the first place, as there wasn't really an issue with the old implementation in the first place from what I can tell.
The text was updated successfully, but these errors were encountered: