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!

pindleskin

Community Developer
Joined
Oct 24, 2012
Messages
1,124
Example:
Mercenary -> Bodyguard is detected as CanNotBeDetermined

Solution:
Rename Bodyguard.cs under DefaultCombat/Routines/Advanced/Mercenary to CanNotBeDetermined.cs

and in that file change line:
Code:
public class [U]Bodyguard[/U] : RotationBase
to
Code:
public class [U]CanNotBeDetermined[/U] : RotationBase

...and voila its working :) Should be the same for other classes. This is just an example.

Someone will still have to update the combat rotations (priority and skills) for that "broken" disciplines though.
 
Last edited:
Ooohh.. a work around for one of my last remaining problems.


PowertechTank (Shieldtech) is still coming up as CanNotBeDetermined.


Edit: This loads the profile, but does no rotation.
 
Last edited:
Ooohh.. a work around for one of my last remaining problems.


PowertechTank (Shieldtech) is still coming up as CanNotBeDetermined.


Edit: This loads the profile, but does no rotation.

Yeah you need to write the combat rotation if not already written. I only provide the fix that loads the file "correctly".
 
Back
Top