jrouten 1 Posted June 19, 2017 Share Posted June 19, 2017 I've fought with this, and tried seemingly everything, but I can't solve this problem. When I'm fighting a mob, or a group of mobs, and I am not getting hit (nothing is targeting me), the BOT will just turn off Auto Attack after a few seconds, and stop casting detrimental spells. My character is still in combat (the combat flag is on my player frame). It was suggested that it might be caused by an addon, so I disabled all addons in game, but the issue is still there. Is there something that I might be doing in my Fight Class that could cause the bot to turn off auto attack? Is there a setting somewhere that I might have missed that could cause the bot to turn off auto attack? I play on Retail. I am using Rotation only, no plugins, and my own custom C# fight class. Link to comment https://wrobot.eu/forums/topic/6182-bot-stops-attacking-midfight/ Share on other sites More sharing options...
Droidz 2738 Posted June 22, 2017 Share Posted June 22, 2017 Hello, try to change your fightclass and disable all wow addons Link to comment https://wrobot.eu/forums/topic/6182-bot-stops-attacking-midfight/#findComment-28156 Share on other sites More sharing options...
jrouten 1 Posted June 23, 2017 Author Share Posted June 23, 2017 @Droidz As I said in my original post, I have disabled all plugins in game. If I create a new fight class using the fight class creator, and add only one ability, it does not turn off attack. If I use my own custom fight class (c#), it turns off attack. My question is - how does a fight class cause the bot to turn off auto attack? Link to comment https://wrobot.eu/forums/topic/6182-bot-stops-attacking-midfight/#findComment-28220 Share on other sites More sharing options...
jrouten 1 Posted June 23, 2017 Author Share Posted June 23, 2017 I also just noticed that if I stand outside melee range, the only ability in range is "Heroic Throw", and it will stand there and do that forever, and will not turn off auto attack. but as soon as I move into melee range, it turns off auto-attack. Again, this is only for mobs that are not targeting me (they are attacking someone else, not in my party). If the mob is attacking me, or someone in my party, auto attack stays on. Link to comment https://wrobot.eu/forums/topic/6182-bot-stops-attacking-midfight/#findComment-28221 Share on other sites More sharing options...
jrouten 1 Posted June 23, 2017 Author Share Posted June 23, 2017 Well ... By process of elimination, I found the culprit. ObjectManager.Me.InCombat If I check (get) that value, the bot turns off Auto Attack. @Droidz Looks like a bug, unless you don't intend for us to use that property any more. Link to comment https://wrobot.eu/forums/topic/6182-bot-stops-attacking-midfight/#findComment-28230 Share on other sites More sharing options...
Droidz 2738 Posted June 26, 2017 Share Posted June 26, 2017 Hello, to check if you are in combat try to use: wManager.Wow.Helpers.Fight.InFight Link to comment https://wrobot.eu/forums/topic/6182-bot-stops-attacking-midfight/#findComment-28323 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now