Crafting is broken :/
Found solution, since 1 PC is working without any problems and second PC had huge problems last 4-5 days i decided to compare settings on both PC-s and i found PC1 is using .Net framework 4.5.2 and PC 2 is using 4.5.1 so after upgrade and PC reset crafting is working just fine. If you have problems, just download 4.5.2 .Net framework and you will fix all you'r problems.
Cheers guys!
EDIT: After i started all bots they start lagging again...Something is wrong and i can't find a solution.
Any response about our problem? I have tried everything, clean install HB like 5 times, .Net upgrade, running wow from SSD and SATA hdd, running US or EU client and im still having problems while im in crafting phase on my PB profile.
Please tell us if you have any idea what can be a problem.
Thanks
same problem with 4.5.2
View attachment 130998
hi everyone,
here's the log attach
having this error,
...
Changing current profile to level 0 - 2147483647
PB 1.665: Adding TradeSkill Leatherworking
Starting the bot!
Currently Using BotBase : ProfessionBuddy
PB 1.665: Done Loading Tradeskills.
PB 1.665: Loading profile Alpha LW 500 + Skin.xml from file
PB 1.665: Preloading profile Ally Skinning LW QO.xml
PB 1.665: Checking for new version
PB 1.665: No updates found
Err: Unable to find profile: HBProfiles\Skinning\Ally Skinning LW QO.xml
[Singular] info: Pull Distance set to 100 yds by ProfessionBuddy, Plug-in, Profile, or User
Welcome to [PB] Leatherworking + Skinning 1- 500
Leatherworking level is 188
Skinning Level is 430
Err: Unable to find profile: HBProfiles\Skinning\Horde Skinning Lw QO.xml
This is my third attempt at reporting this issue in order to find a solution. So forgive me for not directly explaining the problem. Instead I will link the thread I've already made. Please help... It has to do with Golden Lotus not selling correctly using the ahbot.xml with profession buddy.
Why has this not been fixed yet?
Middge this hasnt been fixed yet because it is not an error. The stock profile that you get with professionbuddy simply does not take golden lotus into account and treats it like any other herb. Just add
at line 18 in the ahbot.xml. that will post them at a minimum price of 9g99s59c and at a maximum of 99g99s59c at 5 at a time. if you want to change the size of the stack change StackSize="5" to 20 or 1 or whatever.Code:<SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Elemental" UseCategory="False" RunTime="_12_Hours" AmountType="Everything" ItemID="72238" MinBuyout="9g99s59c" MaxBuyout="99g99s59c" StackSize="5" IgnoreStackSizeBelow="1" Amount="1" BidPrecent="99" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="true" Location="0, 0, 0" />
Since the recent PB update the Bot no longer Trains when the trainer is also a vendor, it gets stuck.
<While Condition="Me.Gold > 300" IgnoreCanRun="True">
<!-- Mail Gold and Clothes -->
<While Condition="MailFrame.Instance == null || !MailFrame.Instance.IsVisible" IgnoreCanRun="True">
<InteractionAction InteractType="GameObject" Entry="0" InteractDelay="0" GameObjectType="Mailbox" SpellFocus="Anvil" />
</While>
<WaitAction Condition="false" Timeout="2000" />
<CustomAction Code=" MailFrame.Instance.SwitchToSendMailTab();" />
<WaitAction Condition="false" Timeout="2000" />
<CustomAction Code="Lua.DoString("local a={0} SetSendMailMoney(a*10000) SendMail(\"{1}\",a..' gold attached','')",1000,Settings["Trader"]);" />
<WaitAction Condition="false" Timeout="2000" />
</While>
Heya - got a problem where my proffessionbuddy keeps freezing my wow and crashes it, every other botbase works just fine.
Tried with fresh install and no plugins. ( still same )
View attachment 132071
<CustomAction Code="SwitchCharacter("Name", "Realm", "Professionbuddy");" />