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!

[GvG] 80-90% Mage mech Deck

Pheerzqt

New Member
Joined
Oct 25, 2014
Messages
19
Wins: 122
Lose: 18
Concede: 119

122/140 87.14%


Mage cards:

2x Frostbolts
2x Unstable Portal
2x Snowchugger
2x Arcane Intellect
2x Fireball
2x Goblin Blastmage

Neutral cards:

2x Clockwork Gnome
2x Cogmaster
2x Annoy-o-tron
2x Mechwarper
2x Harvest Golem
2x Spider Tank
2x Tinkertown Technician
2x Mechanical Yeti
2x Azure Drake

If you can afford a few GvG packs, this deck is really cheap to make.
See link below for 80-90% Paladin and Priest deck

https://www.thebuddyforum.com/heart...198200-gvg-80-90-priest-pala.html#post1817846

80-90% Shaman deck, link below
https://www.thebuddyforum.com/hearthbuddy-forum/hearthbuddy-guides/199963-gvg-80-90-shaman.html
 
Last edited:
im going to try it, but what configuration are you running it?
rush or control?

thx for the build
 
Behavior behave = new BehaviorControl();

int enfacehp = 30;
int mxwde = 6500;
int twotsamount = 200;

bool enemySecondTurnSim = true;
bool playaround = false;

int playaroundprob = 50;
int playaroundprob2 = 80;
this.useExternalProcess = false;

int amountBoardsInEnemyTurnSim = 70;
int amountBoardsInEnemyTurnSimSecondStepp = 200;
int amountBoardsInEnemySecondTurnSim = 70;

int nextturnsimDeep = 6;
int nextturnsimMaxWidth = 200;
int nexttunsimMaxBoards = 400;

bool secrets = true;

int alpha = 50;
 
Last edited:
Hey Pheerzqt,

i searched over half an hour in this forum to set up a specific bot, but coulndt find a manual.
Can you help me to setup yours?

DefaultBot is working fine with this deck, but its at 68% atm and i think he can do much better,


Greets Warbot
 
Hey Pheerzqt,

i searched over half an hour in this forum to set up a specific bot, but coulndt find a manual.
Can you help me to setup yours?

DefaultBot is working fine with this deck, but its at 68% atm and i think he can do much better,


Greets Warbot

go in your folder Hearthbuddy/Routines/Defaultroutine and open up Defaultroutine.cs using notepad.
Scroll down or use CTRL+F to find *play with these settings*

the values are under *play with these settings##################################* line
 
I tried out the bot for the first time today using this deck and the same settings as you posted here. It worked out great in the beginning with 10 wins in a row (going from rank 25 to rank 17), but a bit slower after that. When I lose, its always the same reason. The bot got everything under controll, and it seems like a easy win. Then he randomly ends turn without doing anything, and the board controll is gone. Does anyone know why he randomly just ends turn without doing anything sometimes? Would be great help.
 
Ive used this deck from rank 20 and im on 15 right now and it looks good. Everything working great.
 
I tried out the bot for the first time today using this deck and the same settings as you posted here. It worked out great in the beginning with 10 wins in a row (going from rank 25 to rank 17), but a bit slower after that. When I lose, its always the same reason. The bot got everything under controll, and it seems like a easy win. Then he randomly ends turn without doing anything, and the board controll is gone. Does anyone know why he randomly just ends turn without doing anything sometimes? Would be great help.

make sure you have *Keep Constructed Rank/MMR* box CHECKED so the bot concede after each win,
that way you stay rank 20
 
Behavior behave = new BehaviorControl();

int enfacehp = 30;
int mxwde = 6500;
int twotsamount = 200;

bool enemySecondTurnSim = true;
bool playaround = false;

int playaroundprob = 50;
int playaroundprob2 = 80;
this.useExternalProcess = false;

int amountBoardsInEnemyTurnSim = 70;
int amountBoardsInEnemyTurnSimSecondStepp = 200;
int amountBoardsInEnemySecondTurnSim = 70;

int nextturnsimDeep = 6;
int nextturnsimMaxWidth = 200;
int nexttunsimMaxBoards = 400;

bool secrets = true;

int alpha = 50;
what is it?
 
Pheer, when I try to add this.useExternalProcess = false; to the DefaultRoutine.cs the routine wont work
 
Back
Top