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!

"Automatically face target when using action" get disable when starting Combat Assist

heinzskies

Member
Joined
Sep 7, 2014
Messages
57
Every time you start the CA bot that option will be disabled internally. So both the bot and using a skill manually doesn't automatically face the target.
You can fix this by unchecking the option and then check it again.
Don't know if this is intended or not.
 
Every time you start the CA bot that option will be disabled internally. So both the bot and using a skill manually doesn't automatically face the target.
You can fix this by unchecking the option and then check it again.
Don't know if this is intended or not.

Line 131 in Raidbro.cs
Code:
GameSettingsManager.FaceTargetOnAction = false;

Delete it or change it to true. You'll have to do this after every update.


Edit - Oops I thought you were asking how to stop it.
 
Back
Top