Gatherbuddy still cant mine, it locates the mine, then goes up left right a couple of times then blacklists
New V. dont fix it! : Old bug: bu6 - YouTube Only 1 of 4 characters are not having problems. PS Why Arms War dont use Colosuss? Ty google tranclate
When i turn on my gatherbuddy2, it flys around normally then when it finds a node it just zig zags slowly getting higher and higher then blacklists and does the same to the next one
As of today's update Kick's holiday Hallow's End Handful of Treats (Candy Buckets for Ally) crashes wow when started in SW and the first bucket has already been looted. Completely fresh install, Included 2 Logs that should have the error below thanks loads, Ice I was using it all day yesterday with no real issue (other than getting stuck occasionally so something must have changed)
(Forwarded from support forum) I keep getting this error: All files (honorbuddy) are up to date as well as I have done a complete fresh install (just now) and only then limited the store streams to those that have been updated. Is this anything I should be worried about (logs including the error should be below) Thanks loads, Ice
ProfessionBuddy mailing action not working, the log shows that items were mailed to recipient but the bot doesn't do any action ingame beside opening the mailbox frame. Log file attached. Link of the video in WMV format showing this issue : https://dl.dropboxusercontent.com/u/426969/PB_Mailing_version_750.WMV
Hey, my bot is having alot of trouble killing mobs underwater, I don't know if the log is enough but the bot just follows the mob it's supposted to kill, it just follows it on the surface. Look at the end of the log where it tries to kill Snapjaw Crocolisk. I do see alot of could not generate path but the bot was able to follow them at the surface. attaching log
some quest related functions run during BotBase.Start() or BotBase.Initialize() will lock up HB. have to end-task once it locks up. Code: Me.QuestLog.GetCompletedQuests() or Styx.CommonBot.Profiles.Quest.Order.ProfileHelperFunctionsBase().IsQuestCompleted(xxxx) the log shows nothing at all, line 500: View attachment 7016 2014-10-20 17.17.txt when i moved the code into BotBase.Pulse() or BotBase.Root, it works fine. seems like another thing that cant be included in start?
The bot was questing when it ran into a mob, after a minute or so the mob didn't die so after a closer inspection I saw that the mob was taking damage but his health wasn't moving.. of course at first I thought that it was an evading mob since his health wasn't going down but then I saw that it didn't say evading at all so I thought the bot wouldn't know how to handle the situation since it wasn't evading but it's health also wasn't going down.. please note that this is not a bug with Honorbuddy but with the WoW server side type thing. Simply put, Honorbuddy doesn't know that should skip this mob since there hasn't been a health change in over... 5 minutes now but thankfully my plugin detected it as a stuck and acts accordingly.
View attachment 11624 2014-10-17 13.16.txt Hi there, using a Hallows end daily profile and it picks up all quests but then tries to turn them in right away without completing any of it.
Hi there, Thanks for the release! Just wanted to check if the current ProfessionBuddy issues are on the radar as I can't see them in "known" issues? From what I can see a bunch of the LUA functions are now returning true and false, where previously they were returning 1 or 0 or "nil". This is causing some issues with ProfessionBuddy's components. GetMailAction The current GetMailAction for example just stands by the mailbox for ages after getting mail. Although I don't have access to the latest PB code, I can only assume it's still using this LUA (from the version before it went closed source). Last line of the MailFormat const in GetMailAction: Code: if foundMail == 0 and ((newMailCheck == 1 and HasNewMail() == nil) or newMailCheck ==0 ) and totalItems == numItems and beans ~= 1 then return 1 else return 0 end Issue is that HasNewMail() == nil doesn't act the same way any longer, as it returns false. The following fixes the issue: Code: if foundMail == 0 and ((newMailCheck == 1 and HasNewMail() == false) or newMailCheck ==0 ) and totalItems == numItems and beans ~= 1 then return 1 else return 0 end GetItemFromBankAction Again, simply doesn't work in latest build, for much the same reason. In the WithdrawItemFromGBankLuaFormat const the following needs changed: Code: if l == nil and c > 0 and (id == itemID or itemID == 0) then To Code: if l == false and c > 0 and (id == itemID or itemID == 0) then I use my own posting auction code so, but a lot of the LUA was borrowed from the built-in PB ones, and I had to modify a lot there to get things to work again, so I'm assuming it's a similar case with auction posting components. A few comparisons "==1" which needed altered to ==true, and a few of the nil to false ones. Specifically all calls to CanSendAuctionQuery, AuctionProgressFrame:IsVisible(), GetContainerItemInfo(bag, slot) . Depositing to the bank is also broken; assuming a similar issue, but not had a chance to look yet. As an aside; the community would find it easier to help if ProfessionBuddy wasn't closed source. At present it's still using very similar code to the last version on the SVN so we can guess, but as time passes it'll be increasingly hard to point out issues. I think that's a real shame.
Wow closes every time after using honorbuddy for about 60 seconds. It's a fresh install. Tried everything to fix it, but it's not working :-(
Hi guys, i just wanna report probably a bug, maybe its just me, but i did a clean install of honorbuddy, updated it and the mixed mode doesnt work for me properly. the point is im in northrend and picked questing (the quest profile from the store, for free from 1-90 and dungeonbuddy random dungeons in northrend) the bot starts questing and all works fine even in the dungeon even if the movement of the bot is choppy a bit, but then after dungeon is finished and bot should switch to questing it just stands in the open world where it spawns. log here
Sorry for my english. In ProfessionBuddy does not work: setting the items up for auction, send mail to a recipient, craft items.
I haven't used it in a while so I'm not sure if its the profile or the test releases but the BuddyStore release of Kick's Pandaren 1-12 leveling profile doesn't want to work. I sets my loot to auto loot and then sits there forever. I just did a fresh install of .750 and it still doesn't want to cooperate.
Bot keeps Crashing View attachment 8392 2014-10-20 10.39.txt View attachment 8740 2014-10-20 10.49.txt View attachment 4888 2014-10-20 10.55.txt View attachment 8740 2014-10-20 10.59.txt