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!

Control or Basic?

desiodus

New Member
Joined
Jan 6, 2013
Messages
14
Where is the button to tell the bot to play more control style deck or basic style deck? Thanks!
 
there is no such button, in Hearthbuddy -> Routines -> DefaultRoutine -> DefaultRoutine.cs open with notepad and find for line Behavior behave = new BehaviorControl();//change this to new BehaviorRush() for rush mode and change it for for rush mode if you wish. Bot is set to control behave by default
 
When I change it I get this ....

[NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.

This is what I have typed in there


Behavior behave = new BehaviorControl();//change this to new BehaviorRush() for rush mode

public DefaultRoutine()
{

What Am I doing wrong?
View attachment DefaultRoutine.cs
Attatched the default routine file. Thanks!
 
Just change BehaviorControl() to BehaviorRush()

nothing else

If it is messed up i suggest deleting the whole folder and redownloading if you didnt back it up
 
Back
Top