S sweetnsour New Member Joined Jul 27, 2012 Messages 50 Reaction score 0 Jan 19, 2015 #1 I heard it is now built in the bot, how do we change the setting to control or aggressive?
B BotNyo New Member Joined Sep 23, 2014 Messages 3 Reaction score 0 Jan 19, 2015 #2 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.
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.
J joeykswt1 New Member Joined Dec 30, 2014 Messages 2 Reaction score 0 Jan 20, 2015 #3 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"
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"