Thanks for the quick update Ex.
Running into an issue with the aoe hotkey. When I try to disable it I get this error, and the dropdown menu for it gets longer by duplicating the options.
View attachment 135495
Also trying to edit the Bard routine a little something's confusing me. If I add the line
Casting.Cast(r => "Wide Volley", r => KeyboardPolling.IsKeyDown(Keys.LShiftKey), r => Core.Player.CurrentTarget, r => 2, r => false),
I get an error on launch saying
Compiler Error: c:\Users\***\Documents\FFARR\Rebornbuddy\Routines\Magitek\Rotations\Bard.cs(184,77) : error CS0103: The name 'Keys' does not exist in the current context
Almost the exact same line works in other routines though, like the Black mage one for Sleep. In fact I copy/pasted the line over and just replaced Sleep with Wide Volley and it still doesn't work.