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!

Silverfish

sweetnsour

New Member
Joined
Jul 27, 2012
Messages
50
I heard it is now built in the bot, how do we change the setting to control or aggressive?
 
You're supposed to go into DefaultRoutine.cs and change "behave = new BehaviorControl()" to "behave = new BehaviorRush()"...

However, I tried it and didn't notice a difference in play.
 
Behavior behave = new BehaviorControl();//change this to new BehaviorRush() for rush mode

This is what i see in the file however I am still unclear on where to put "behaviorRush"
 
Back
Top