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!

auto face bug

exaccuss

Active Member
Joined
Nov 10, 2013
Messages
1,021
As per my other post that got deleted, here is a log. Although i doubt it will help as all it shows is spamming skills. And in game it keeps giving the 'target is not in range' error when i am facing away from the target. Auto face is enabled in game.
 

Attachments

As per my other post that got deleted, here is a log. Although i doubt it will help as all it shows is spamming skills. And in game it keeps giving the 'target is not in range' error when i am facing away from the target. Auto face is enabled in game.
I had been using EX Combat Assist for so long that I forgot that the default combat assist turns face target off. If you delete line 131 of ..\RB\BotBases\RaidBro\RaidBro.cs it won't mess with your setting anymore. It looks like this
Code:
GameSettingsManager.FaceTargetOnAction = false;
 
I had been using EX Combat Assist for so long that I forgot that the default combat assist turns face target off. If you delete line 131 of ..\RB\BotBases\RaidBro\RaidBro.cs it won't mess with your setting anymore. It looks like this
Code:
GameSettingsManager.FaceTargetOnAction = false;

That seems to fix it. Thank you very much for pointing that out.
 
Back
Top