Stubenhocker 2 Posted July 10, 2017 Share Posted July 10, 2017 If the bot cast a spell to a mob and the mob walks back, the bot break the cast move a little bit forward try to cast again over and over. I think after 3 times or so the bot cancel the target and the Log says mob seems bugged. I got this problem with every caster class. I try it on my own profiles to make the combat range smaller or the target distance or not move during cast but nothing help. I have this problem with Paid profiles, free profiles and my own profiles. It's really anyoing some accounts with caster classes from me got banned. That looks very botish. Pls help and thanks for answers. Link to comment https://wrobot.eu/forums/topic/6424-caster-bug/ Share on other sites More sharing options...
arkhan 11 Posted July 10, 2017 Share Posted July 10, 2017 I've encounter the same issue, tested with some parameters but that doesn't matter. LHW.Launch(); // bug if target move LHW.Launch(true, true, false, true); //bug don't wait during cast for healing if target move; bot move LHW.CastTime = 1500f; // Ignore the castime set SpellManager.CastSpellByNameOnSelfLUA("Lesser Healing Wave"); // Tested all lua and the bot doesn't wait //LHW.MinRange and LHW.MaxRange doesn't change notting I'll try tonight with minRange et MaxRange to see if that change something Edit: Finaly found a solution wManager.Wow.Helpers.Usefuls.WaitIsCasting(); // Wait during cast LHW.Launch(true, true, false, true); Link to comment https://wrobot.eu/forums/topic/6424-caster-bug/#findComment-29097 Share on other sites More sharing options...
Stubenhocker 2 Posted July 12, 2017 Author Share Posted July 12, 2017 Can I add this code to my fight class with the fight class editor? Link to comment https://wrobot.eu/forums/topic/6424-caster-bug/#findComment-29184 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