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

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

heinzskies

Member
Joined
Sep 7, 2014
Messages
57
Reaction score
2
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