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

Can someone help me with the Bot

Ingenii

New Member
Joined
Aug 3, 2015
Messages
5
Reaction score
0
Hi i just bought the bot and now i have a question. i couldn't really find a thread with an answer to it so i just ask you. i saw some decks where people linked an DefaultRoutine.cs file. i suppose you just put the new one in the old folder but what haooens with the old DefaultRoutine.cs file. or for example i found a post where someone posted some configurations :

Heres my configs:

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;

it was said that you should paste that inside of the DefaultRoutine.cs file but where and do i need to replace it for something ort not.
 
Back
Top