Hey all. Ok so i've been playing wow for year and botting on that for a long time with honorbuddy and it is great. So i forked out for Buddywing since i've gone back to playing that.. It's lacking. All i want it to do is do my combat routine for me with a combat bot. I have my level 21 immortal sith juggernaut and it does fine. So i made a Jedi consular and when i load the bot up (the exact same as my sith) it chooses the wrong CR for my class (trooper medic) and drops my fps to about 5, swaps target about 6,157 times a seconds and just is crap.. There has to be someone out there who can figure out how to fix this (Maybe the devs of buddywing.) i mean c'mon, you cant even disable auto target with a hotkey??? sort it out please.
if you would know how it works, you know this aint the bot, its the routine. Ok that not every class is mapped correctly via the bot, but still routine devs should update it. And this would be... Ama or Alltrueist in the Defaultcombat thread. (not here)
TBH all that really needs dong is the ability to disable auto target and that it picks the right routine!
Add this bold text to DefaultCombat/Core/RotationFactory.cs, right below the Build function: Code: public RotationBase Build(string name) {[INDENT][B] //Set the basic class as the rotation if char has no advanced class[/B][/INDENT] [B] if (BuddyTor.Me.AdvancedClass == AdvancedClass.None) { name = BuddyTor.Me.CharacterClass.ToString(); }[/B]
Unhandled exception during init: System.InvalidOperationException: No routines were loaded. Please ensure there is a routine for your class before starting the bot. at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine() at Buddywing.MainWindow.DoInitialization()
I don't suppose you know what is causing it to LAG? works fine on my level 21 Sith warrior and level 4 Sith Inquisitor but when i make a Jedi Consular its runs fine with the bots open and turned on etc with combat bot and default routine but as soon as i target something it lags (i dont have to attack for it to lag). its okay if i untarget the enemy. I've followed the guide etc etc and set my cpu processes.. Just strange it does it with jedi and not sith.
I just wanted to say that this worked beautifully! Thanks! I just wish this had been in the Default Combat Thread. I might have found it much sooner!