Hello Honorbuddy society, i have recently leveled my herbalism and mining up to 525 by using profession buddy. However when I achieved this goal, and desired to start farming in Uldum/twilight highlands, the bot simply would go to the trainer in ogrimmar and proceed to state that my mining and herbalism had reached 525 and would exit the game. To solve this issue, I would disable profession buddy and would run the script via GB2. As a result, i would be able to farm herbalism and mining in uldum. This however is where the problem arises. Previously when i used professionbuddy, when my bags are full it would go to the auction house, empty it and proceed to leveling. Now that I dont use PB anymore, i am unable to do this, therefore resulting in stopping herbalism/mining after my bags are full. Is there a script that would sell my goods to the AH when my bags are full? Thanks (I will try to copy the script error ASAP)
You could write a PB profile for it. Just tell it to go to Uldum, herb/mine then when bags are full return to Org/SW, use AH, go back to Uldum, rince and repeat.
I tried copying the Mining (1-525)flying-GB2(v2) profile and edditing it, however when i turn it on it unticks the level herbalism and mining from the Botconfig/gather menu
this is what i made View attachment Mining-Herb (1-525)flying-GB2(v2) - Copy.xml sorry but im still a beginner
i removed the max herb var and max mining var and it seems to be working now EDIT: nevermind doesnt work still, HELP REQUIRED!
You found this profile on Pb folder or on our boards?(give the link in case you found it on our boards)
So its a PB profile What you have to do is to load this profile directly on PB and to load a random Gb2 profile on Hb
Code: <?xml version="1.0" encoding="utf-8"?> <Professionbuddy> <CustomAction Code="var1 = true;" /> <LoadProfileAction Path="Uldum.xml" ProfileType="Honorbuddy" /> <While Condition="Me.FreeNormalBagSlots < 3 || Me.ZoneText == "Orgrimmar"" IgnoreCanRun="True"> <If Condition="Me.ZoneText == "Uldum"" IgnoreCanRun="True"> <CustomAction Code="Lua.DoString("UseItemByName(\"Hearthstone\")");" /> <WaitAction Condition="false" Timeout="2000" /> <WaitAction Condition="ObjectManager.IsInGame == true" Timeout="30000" /> <WaitAction Condition="false" Timeout="2000" /> <FlyToAction Dismount="True" X="1919.82" Y="-4231.19" Z="36.96827" /> <SellItemOnAhAction ItemID="0" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" RunTime="_24_Hours" Amount="10" StackSize="20" IgnoreStackSizeBelow="1" AmountType="Everything" AutoFindAh="True" BidPrecent="95" UndercutPrecent="0.1" UseCategory="True" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" PostIfBelowMinBuyout="True" /> <SellItemOnAhAction ItemID="0" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" RunTime="_24_Hours" Amount="10" StackSize="20" IgnoreStackSizeBelow="1" AmountType="Everything" AutoFindAh="True" BidPrecent="95" UndercutPrecent="0.1" UseCategory="True" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" X="0" Y="0" Z="0" PostIfBelowMinBuyout="True" /> </If> <If Condition="Me.ZoneText == "Orgrimmar"" IgnoreCanRun="True"> <FlyToAction Dismount="True" X="1919.82" Y="-4231.19" Z="36.96827" /> <SellItemOnAhAction ItemID="0" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" RunTime="_24_Hours" Amount="10" StackSize="20" IgnoreStackSizeBelow="1" AmountType="Everything" AutoFindAh="True" BidPrecent="95" UndercutPrecent="0.1" UseCategory="True" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" PostIfBelowMinBuyout="True" /> <SellItemOnAhAction ItemID="0" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" RunTime="_24_Hours" Amount="10" StackSize="20" IgnoreStackSizeBelow="1" AmountType="Everything" AutoFindAh="True" BidPrecent="95" UndercutPrecent="0.1" UseCategory="True" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" X="0" Y="0" Z="0" PostIfBelowMinBuyout="True" /> <While Condition="(bool)var1" IgnoreCanRun="True"> <GetMailAction ItemID="" CheckNewMail="True" GetMailType="AllItems" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="2" /> <SellItemOnAhAction ItemID="" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" RunTime="_24_Hours" Amount="10" StackSize="20" IgnoreStackSizeBelow="1" AmountType="Everything" AutoFindAh="True" BidPrecent="95" UndercutPrecent="0.1" UseCategory="True" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" PostIfBelowMinBuyout="True" /> <SellItemOnAhAction ItemID="" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" RunTime="_24_Hours" Amount="10" StackSize="20" IgnoreStackSizeBelow="1" AmountType="Everything" AutoFindAh="True" BidPrecent="95" UndercutPrecent="0.1" UseCategory="True" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" X="0" Y="0" Z="0" PostIfBelowMinBuyout="True" /> <If Condition="Me.FreeNormalBagSlots > 88 " IgnoreCanRun="True"> <CustomAction Code="var1 = false;" /> </If> </While> </If> <FlyToAction Dismount="True" X="2040.635" Y="-4357.476" Z="98.5579" /> <InteractionAction Entry="207687" InteractDelay="500" InteractType="GameObject" GameObjectType="Transport" SpellFocus="Anvil" /> <WaitAction Condition="false" Timeout="2000" /> <WaitAction Condition="ObjectManager.IsInGame == true" Timeout="30000" /> <WaitAction Condition="false" Timeout="2000" /> <CustomAction Code="var1 = true;" /> </While> </Professionbuddy> Give this a try...it should collect all your mail, auction all your trade skill/gems, and fly back to the Uldum portal. Just as a note I put in the mailing in there twice just to make sure if I get a ton of materials out of my mailbox that I don't go back to Uldum with half full bags from failed auctions. Oh BTW you'll need to have your hearthstone set to somewhere in Orgrimmar near an AH. I am bound in the Tauren area with AH and bank right outside.