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

Silverfish

sweetnsour

New Member
Joined
Jul 27, 2012
Messages
50
Reaction score
0
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