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!

Well, this is going less than optimal, last season (april). Got to rank 6, now stuck at 13~

Probably have to chill until ranks "even out".


dc25e5cdee.png
 
indeed, the bot isnt good enough to beat the early season. Maybe only the bots that are left at the end of the month.. :p
 
r5 again this season with this deck. Took out one juggler and replaced with secret eater.
 
At the beginning thank You very much for sharing, noob as me never would be able to cr8 something like that in mine own :(.

May I please to guide me a little bit more because Im quite fresh HB user and all those things arent so obvious for me.

1.) I created deck version 2
2.) I pasted a line of text about "global rules" inside defaultroutine.cs file using normal windows notepad
and now i have some problems
3.) Im trying to find those options and I cant, where they exacly are ?

int enfacehp = 30
bool secrets = false

4.) Do I have to do something more before happy "START" ?

Thank You very much and greets !
 
At the beginning thank You very much for sharing, noob as me never would be able to cr8 something like that in mine own :(.

May I please to guide me a little bit more because Im quite fresh HB user and all those things arent so obvious for me.

1.) I created deck version 2
2.) I pasted a line of text about "global rules" inside defaultroutine.cs file using normal windows notepad
and now i have some problems
3.) Im trying to find those options and I cant, where they exacly are ?

int enfacehp = 30
bool secrets = false

4.) Do I have to do something more before happy "START" ?

Thank You very much and greets !

Start over with a fresh install of hearthbuddy, and use Notepad++ to edit the routine file. Also this deck might be out of date, try a newer secret pally deck or murloc, the routine might be ok unless its card specific. Honestly using default routine with secret pally like 1 year ago the bot got me 1 win away from 5 (so 6 with max stars) but the game has evolved so much. Secret pally isnt even meta anymore. Maybe try Murloc Pally.
Code:
https://notepad-plus-plus.org/download/v7.1.html
 
Hello guys i dont find this in the the file DefaultRoutine.cs
Can u please explain me where i put it in ?

put in on the lines that have

int enfacehp = 30;
bool secrets = false;
bool concede = false;
bool teststuff = false;
// set to true, to run a testfile (requires test.txt file in folder where _cardDB.txt file is located)
bool printstuff = false; // if true, the best board of the tested file is printet stepp by stepp
 
Back
Top