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!

Where is the option to autoconcede?

Settings -> Tools -> Constructed -> Uncheck "Keep Constructed Rank"

if you want to go deeper on this setting, open your DefaultRoutine.cs in notepad (can be found in your Hearthbuddy Bot folder -> Routines -> DefaultRoutine -> DefaultRoutine.cs)
search the following line:

private int concedeLvl = 5; // the rank, till you want to concede

i don't really no if this actually effects the bot if you have disabled "Keep Constructed Rank", but i think it does.. so enter the Lvl there from which you want to start to concede.. maybe a dev can give insight on this line :)
 
Settings -> Tools -> Constructed -> Uncheck "Keep Constructed Rank"

if you want to go deeper on this setting, open your DefaultRoutine.cs in notepad (can be found in your Hearthbuddy Bot folder -> Routines -> DefaultRoutine -> DefaultRoutine.cs)
search the following line:

private int concedeLvl = 5; // the rank, till you want to concede

i don't really no if this actually effects the bot if you have disabled "Keep Constructed Rank", but i think it does.. so enter the Lvl there from which you want to start to concede.. maybe a dev can give insight on this line :)
Oh damn thanks! I didn't know that's what keep constructed rank meant. Yep, it seems to do what I needed, thanks!
 
Back
Top