I reach legend with HB , I used zetalot priest from rank 8 with 65% win rate , (EU server)
I did not make the updating HB
The deck :
https://www.facebook.com/SKGaming/p...46448792534/10153326439922535/?type=3&theater
Routine :
// play with these settings###################################
int enfacehp = 15; // hp of enemy when your hero is allowed to attack the enemy face with his weapon
int mxwde = 0; // numer of boards which are taken to the next deep-lvl
int twotsamount = 0; // number of boards where the next turn is simulated
bool enemySecondTurnSim = false; // if he simulates the next players-turn, he also simulates the enemys respons
bool playaround = false; //play around some enemys aoe-spells?
//these two probs are >= 0 and <= 100
int playaroundprob = 50; //probability where the enemy plays the aoe-spell, but your minions will not die through it
int playaroundprob2 = 80; // probability where the enemy plays the aoe-spell, and your minions can die!
int amountBoardsInEnemyTurnSim = 40;
int amountBoardsInEnemyTurnSimSecondStepp = 200;
int amountBoardsInEnemySecondTurnSim = 20;
int nextturnsimDeep = 10;
int nextturnsimMaxWidth = 20;
int nexttunsimMaxBoards = 160;
int ImprovedCalculations = 1;
bool secrets = true; // playing arround enemys secrets
int alpha = 30; // weight of the second turn in calculation (0<= alpha <= 100)
HREngine.Bots.Settings.Instance.simulatePlacement = false; //rudiment!!! set this true, and ai will simulate all placements, whether you have a alpha/flametongue/argus
ENJOY AND SHARE YOUR RESULT