deathunter144
New Member
- Joined
- Jan 17, 2015
- Messages
- 36
- Reaction score
- 0
[GVG] [DRUID] THE GOLDEN TICKET DRUID with 86%+ Win Rate. Step by step on config bot.
Hello Community,
Today i would like to show my highly effective Druid deck, with a win rate of 86%+ from all games at level 20. HIGHLY RECOMMENDED TO TRY IT. The bot setting for this deck is this:
Behavior behave = new BehaviorControl();//change this to new BehaviorRush() for rush mode
int enfacehp = 15; // hp of enemy when your hero is allowed to attack the enemy face with his weapon
int mxwde = 3000; // 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!
this.useExternalProcess = false; // use silver.exe for calculations a lot faster than turning it off (true = recomended)
int amountBoardsInEnemyTurnSim = 40;
int amountBoardsInEnemyTurnSimSecondStepp = 200;
int amountBoardsInEnemySecondTurnSim = 20;
int nextturnsimDeep = 6;
int nextturnsimMaxWidth = 20;
int nexttunsimMaxBoards = 200;
bool secrets = false; // playing arround enemys secrets
int alpha = 50; // weight of the second turn in calculation (0<= alpha <= 100)
HREngine.Bots.Settings.Instance.simulatePlacement = true; // set this true, and ai will simulate all placements, whether you have a alpha/flametongue/argus
//use it only with useExternalProcess = true !!!!
Have fun with the deck!
How to config your bot, if you are a new botter!
1. Head to your Hearthbuddy folder ; Hearthbuddy 0.838.118
2. Find within the folder, a folder called "Rountines"
3. Once inside, continue to click on "DefaultRoutine"
4. Click on "DefaultRoutine .cs"
5. Change the settings inside the CS file.
6. If you still need a hand, have a look at my pictures and follow the steps.
7. Good luck and have fun!
Hello Community,
Today i would like to show my highly effective Druid deck, with a win rate of 86%+ from all games at level 20. HIGHLY RECOMMENDED TO TRY IT. The bot setting for this deck is this:
Behavior behave = new BehaviorControl();//change this to new BehaviorRush() for rush mode
int enfacehp = 15; // hp of enemy when your hero is allowed to attack the enemy face with his weapon
int mxwde = 3000; // 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!
this.useExternalProcess = false; // use silver.exe for calculations a lot faster than turning it off (true = recomended)
int amountBoardsInEnemyTurnSim = 40;
int amountBoardsInEnemyTurnSimSecondStepp = 200;
int amountBoardsInEnemySecondTurnSim = 20;
int nextturnsimDeep = 6;
int nextturnsimMaxWidth = 20;
int nexttunsimMaxBoards = 200;
bool secrets = false; // playing arround enemys secrets
int alpha = 50; // weight of the second turn in calculation (0<= alpha <= 100)
HREngine.Bots.Settings.Instance.simulatePlacement = true; // set this true, and ai will simulate all placements, whether you have a alpha/flametongue/argus
//use it only with useExternalProcess = true !!!!
Have fun with the deck!

How to config your bot, if you are a new botter!
1. Head to your Hearthbuddy folder ; Hearthbuddy 0.838.118
2. Find within the folder, a folder called "Rountines"
3. Once inside, continue to click on "DefaultRoutine"
4. Click on "DefaultRoutine .cs"
5. Change the settings inside the CS file.
6. If you still need a hand, have a look at my pictures and follow the steps.
7. Good luck and have fun!



Attachments
Last edited: