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!

Aevitas, the reason it is spam resting is because BuddyTor.Me.HealthPercent is not getting the correct amount when you are level synced to a lower level. For example as level 65 if I'am on a planet that has no sync or only syncs me down a little bit it will show 100% for HealthPercent. If I go to a level 50 planet, it will show a lower number like 69.26575 even though I'm at 100% health.
 
Aevitas, the reason it is spam resting is because BuddyTor.Me.HealthPercent is not getting the correct amount when you are level synced to a lower level. For example as level 65 if I'am on a planet that has no sync or only syncs me down a little bit it will show 100% for HealthPercent. If I go to a level 50 planet, it will show a lower number like 69.26575 even though I'm at 100% health.

Wow good catch. I was thinking it had to do with resources, since most people were reporting it on Knights/Juggs. I hadn't tried it on a synched character, maybe why I never saw the issue.
 
Aevitas, the reason it is spam resting is because BuddyTor.Me.HealthPercent is not getting the correct amount when you are level synced to a lower level. For example as level 65 if I'am on a planet that has no sync or only syncs me down a little bit it will show 100% for HealthPercent. If I go to a level 50 planet, it will show a lower number like 69.26575 even though I'm at 100% health.

Very clever! This is most likely what's causing the problems, and also why I didn't notice them while testing.
 
Works fine with BH, but can't choose conversation correctly when use "<ForceAlignment Type="Dark" AutoSkip="true" />" to choose quest. BW would chosen option 1 by default and there's an error tips "error conversation" in game windows.
 
Last edited:
Hey the bot isnt doin anything for me, i just like to use it for combat. I startet the bot, loaded a blank profile and pressed start. After that hes using 1 Attack and goes afk then ^^ Any Help? (60 Sith Warrior) Thanks
 

Attachments

Last edited:
Working Fine for me.
Using a Jedi Knight Sentinel Combat.
Tried with Default Combat and with FightAtJoes.
FightAtJoes do 15 more APM and about 400-500 more dps.
But Default Routines seems pretty good.
I will try to modify them slightly tomorrow.
Thank you Aevitas....keep up the good work
 
Modified default routine rest - false , it does not heal himself all the time but now it's not moving :(
 
just tried the mercenary routine that ama made but i updated working as it should be even in pvp rest should be working aswell =D
 
for me a brutal temporar fix was to replace in Rest.cs in \Routines\DefaultCombat\Helpers to return always false on NeedRest():
public static bool NeedRest()
{
// int resource = NormalizedResource();
return false;
// return !DefaultCombat.MovementDisabled && !Me.InCombat && ((resource < 50 || Me.HealthPercent < 90)
// || (Me.Companion != null && !Me.Companion.IsDead && Me.Companion.HealthPercent < 90));
}

just replace method ar line 66
Keep in mind now bot will never use rest :). This is just a fast (and brutal) temporar solution until Buddy team will get a real fix.


can you actually explain what word we are changing please, because i have tried so many things and everytime, the bot just comes back with no routines loaded crap

i assume its the rest folder after the string of folders you typed, but you say ad false before the string , and i have no ideah what you are talking about, can someone copy the correct wording what i need to change in the rest folder please>?
 
Back
Top