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

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