Hi big problem, my shufler is geting letter from player and he can't get it from mail what is worse it is marking my mail as "not empty"which makes my shufler to loop runing from mail to ah over and over trying to get mail from mail...item id 8383 what to do to withdraw that?
I am also having this issue where I have to restart HB everytime my profile learn a new Recipe. When I first created my Alchemy leveling profile about a year ago I did not have this issue but I know it existed since I encountered it at very very rare occasion. Now it just happen every time the profile learn a new recipe. The profile in question is here. Same thing is happening with my Jewelcrafting profile (which is not available publicly) but it was not as frequent as with my Alchemy profile. Is there anything we can do to refresh the known recipe list?
Highvoltz im having an issue every time my guy goes to sell. He just stands there after selling and spams errors in log, never to move again. My other bot isnt doing it so i dont know wtf is going wrong. i even did a new fresh install and STILL no luck. Plz take a look at it and see whats wrong?
Scratch that, figured it out. I just replaced my bot folder with 1 that was working and resetup for that bot and now its working fine. Not sure what that was all about.
Hello Guys, i have one question about some AH stuff: Is it possible that lets say i say the profile to sell: 2 Ghost Iron Bars then he check, and if my price was undercut that he repost 2 Ghost Iron Bars WITHOUT Cancel the other 2 Ghost Iron Bars? So It should ignore my undercutted auctions and post new 2 items with cheaper price. Because always cancel , is very high spending... Thanks!
Having the same problem while trying to make a tailoring profile. The first time it learns a new recipe, professionbuddy updates it. But once I hit a high enough level for the next recipes, the bot will make the char learn them, but it won't update it. Have to completely restart honorbuddy and it continues doing exactly the same.
Hi guys How can i send mail only the blue or epic items, without green or less Quality? <MailItemAction Mail="All" UseCategory="True" Category="Weapon" SubCategoryType="WoWItemWeaponClass" SubCategory="None" ItemID="" Amount="0" AutoFindMailBox="True" /> and no use ItemID, 2much items.
Hi all, Having problem, bot leveled everything nice until Outland. After learning new skills bot just flights past Dark Portal into nether and dies. Same things happens when I activate it in Eastern Kingdoms, it just flights to Hitherlands and from there flight into the sea and dies. Any help please
Hey guys, So this doesnt load up in honorbuddy. I cant choose which "bot" to use . It was working fine before but today it hasnt been
Hey Highvoltz. It seems that PB does sometimes miss lua events like [OnSpellsChanged] and doesn't update the recipe list. Is there a way to do that manually in PB profile? Like call for tradeskill.update ? Thanks.
Hey Highvoltz! Just wanted to say since i joined HB 3 years ago PB has been the most valuable tool for me. I really appreciate all the hard work putting it together and keeping it up to date. Because of this single bot, i have been able to help the community and receive almost 200k visits to my bigger profies and i've been able to bank over 10 mil gold, some of which i am keeping for myself for the release of WOD. Keep up the good work.
My honorbuddy seems to be crashing randomly.. Every single time this is the last thing I see in the log. Anyone else got the same problem? Code: [11:13:18.632 D]PB 1.705: Updated tradeskills from OnSkillUpdateTimerCB [11:13:19.338 D]PB 1.705: Wait for 00:00:01 or until false Completed
Is it possible to use professionbuddy do buy items for justicepoints? simply using the buy item task does not semm to work.
How do i make PB profile loop ? I have one now that just stops after visiting gbank, i want it to start over from top of profile
Yeh, very easy. Just remove <CancelAuctionAction> entry for ghost iron and it will continue to post and post and post. But you'll have to cancel the auctions eventually ? I dont see how you save money ? The cost is posting auctions, not cancel them ?
Just place your If Conditions inside a While true statement to create a loop. For instance here is a tiny profile i made to get Golden Lotus from the vendor when i have a ton of Spirits of Harmony and am too lazy to get them myself.
Hello can it modify some code by myself now ? because waiting time of GetMailAction is too slow sometime the bot was waiting 5 minutes more at mailbox beside so i canned to modify "timeoutSW" time before integrated into Honorbuddy. now i don't know how to do this i can't find "GetMailAction" file english is bad hope you know my mean thank you
Excuse my bad English (google translator)). Maybe you can help me anyway, the profile runs not with the new version. It all works just not build the rings and chains. I hope you can help me.
Hey there, Posted over in the dev forum, but wondered if this was perhaps a more suitable place so going to post it here as well. The recent changes to PB have broken some of my profiles. Seems some of the PB methods I've been using are no longer accessible like they used to be, eg from inside CustomActions I can't see to access stuff like CanCraft or CanRepeatNum PHP: <CustomAction Code="MaxToStack = ((int)CanRepeatNum(SpellID) < (TotalRequired - ((int)InbagCount(ItemID) + (int)InGBankCount(ItemID))) ? (int)CanRepeatNum(SpellID) : (TotalRequired - ((int)InbagCount(ItemID) + (int)InGBankCount(ItemID))));" /> This, and others like it, used to work fine, but now throws the following error: PHP: Compile Error : The best overloaded method match for 'CodeDriver.CanRepeatNum(int)' has some invalid arguments I can seem to get around it by using the full namespace of HighVoltz.Professionbuddy.Dynamic.Helpers.TradeskillHelper, but this didn't feel like the "right" way to fix things. Anyone advise me if I'm missing something, or if there's a way to get these methods working like they used to?