What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Kupper - Demo/Testing

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?
 
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?

Are you a ninja or a rogue?
 
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,}; }
 
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.

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.
 
Last edited:
Got it running right now. So far no major issues, doing it's job. Thanks for the upload and help!
 
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.

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.
 
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.

What about Mudras or was that what you were primarily talking about?
 
Can't wait for the ninutsu part out. If you need someone to test it, i have a 43 ninja so far lol
 
Back
Top