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

auto face bug

exaccuss

Active Member
Joined
Nov 10, 2013
Messages
1,021
Reaction score
6
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