I'm having trouble getting my bot to recognize the profile. When I load the bot it just says there are no rotations for this class. I installed the folder in the Routines subfolder, should I have put it somewhere else?
Ninja, currently. Should I just take the soul off and let it do it's thing that way? I thought maybe it would at least do the normal combo, apologies for not trying this before posting.
Thought so. You should see something like Code: get { return new ClassJobType[] {ClassJobType.Rogue,}; } in the profile. (open it with notepad etc) ctrl+F and find that code and replace it with this: Code: get { return new ClassJobType[] {ClassJobType.Rogue, ClassJobType.Ninja,}; }
Currently it is only set up for Rogue, but I'm going to go ahead and upload a version that should be alright for Ninja as well. It won't use any Ninja specific stuff, however, because I have no way to test it yet. EDIT: Updated for this in the OP. Make sure you do like it says and delete your old Kupper folder first since filenames have changed.
I'm not sure if this will affect your dancing edge code at all or you already know about it, but i thought you should have a look at this: Ninja/Rogue - Mistranslated Skills (info inside) : ffxiv apparently dancing edge's tooltip is wrong and you can get the potency bonus from any direction.
Yeah, I saw a post about this yesterday and removed the flanking requirement from Dancing Edge in the routines. Thanks though.
This quote is the reason you have a Donate button. LOL- Great work looking forward to your continued support of this routine.
Haha, Thanks, I really appreciate it. I've been working on Ninja today but it's a real pain in the ass because there isn't really a way to tell if something you casted actually worked. I think I've solved it for the most part though, and have something out in the next day or 2.