Hello, have a serious errors in professionbudy. "Settings" function make errors and not working properly, so my profiles not working like earlydays. Here is the log attached.
great bot, thanks for all the good work. Kudos! But I have a suggestion. You may update some of the profiles. Profiles are a little bit out of date, specially Mining and Herbalism 1-600 skilling up. As you know after Pandaria hit, skills required for mining or herbalism have changed and I think your profiles haven't been updated for MoP. for example the toon keeps farming Mithril Ore while the skill is gray and never stops farming gray nods actually. I stucked at around 240 and had to change the profile to skill up. I can provide a log if necessary. cheers
Would you try new version on SVN? I pushed some changes that hopefully will fix your issues. Let me know if it does.
mining 1-600 keeps trying to empty empty bags even with laods space in bags keeps trying to empty them right now have 68 free spaces only hearthstone and pick in bag and keeps going to undercity to empty bags sits and mailbox same yesturday up to 350 even with over 40 items in bag was trying to mail the empty slots in bag didnt want them mailed and dont want them sold at ah it sits at mailbox tons space in bags anyway i can turn off mail as i dont want use it just want it to level the mining and i will vender everthing myself as it learns and just keep ore and gems new install 2 mins ago log attached cheers. tony told me to post this hear.
I know this command works in Questing. But which command works in Professionbuddy? <CustomBehavior File="EnablePlugin" Names="AutoEquip2,Talented2,Mr.ItemRemover2,Tidy Bags 3.6 Reloaded,AutoBag,AlwaysHere,DrinkPotions" /> Say for example I only want to enable Mr.Itemremover whilst running professionbuddy? And after professionbuddy has disenchanted all materials I want to disable Mr.Itemremover. How is this done in Professionbuddy? Thanks for any and all help /Max
View attachment 3056 2013-12-28 15.34.txt HBRelog.SkipCurrentTask(string profileName) it seems not working!I dont know if its Professionbudy or HBrelog issue..Please check the log
Hi, thx for the awesome botbase ! I got a question - is there a guide for writing PB prfiles ? I found cool ones for GB2 grinding etc, but none for PB profiles, thx in advance.
Throwing a lot of errors when I try to use it with the flying 1-600 profile. View attachment 8940 2013-12-28 22.54.txt
You're logic here is wrong. You put: Code: <While Condition="InbagCount (36912) <= 200 || Me.FreeNormalBagSlots > 3" IgnoreCanRun="True"> This means, gather whilst you have less than 200 units of the item OR (||) if you have more than 3 bag slots. This means you may already have 200 units, but if you still have more than 3 bag slots, it'll keep filling. I'd advise changing it to: Code: <While Condition="InbagCount (36912) <= 200 && Me.FreeNormalBagSlots > 3" IgnoreCanRun="True"> Now your profile will run if both your bags have space, and you have under your total set amount. && = both operators are true || = either operators are true
I am working on a cooking skilling profile and it seems to me that professionbuddy doesn't recognize new learned recipes, if i click the reload button it works but i would prefer a afkable profile. Has somebody experienced the same problem ? and is there a workaround, perhaps a coding way to trigger the reload button after learning a new recipe. thanks
Why does it keep flying back to Darkshire and mining copper when it well above that level and have ignore grey nodes set to true? Thanks
When I'm running 1-600 Mining & Herb flying, whenever it goes to pick up a node and gets attacked by something, it stands there and doesn't attack. I don't see any errors .. any fix? Thanks for any help! EDIT: Fixed by getting a custom class.
When toon wants to go to GBank HB says: ''Err: Unable to find bank'' Can it be repaired? View attachment 9968 2014-01-05 19.38.txt