After the update last week I got 2 Folders in my bots folder. One with "Professionbuddy" where all my data was in and a new one "Profesionbuddy". I deleted the one with one "s" and updatet with svn my original one. Since then I got no Professionbuddy in the selection of my Honorbuddy. I reinstalled both but no chance. So, what can I do?
can profession buddy do everyhting what Questing also can do with the Condition ? and what do I wrong here? Code: <If Condition="Random(100) < 33"> this is the error it doesn't mater where I put the ";" I will always get this error
Having looping issue logged here http://www.thebuddyforum.com/honorbuddy-forum/honorbuddy-support/128347-professionbuddy-stuck-endless-loop-org.html#post1235383
can someone please help me to write a profile which will only buy infinite amount of Frostweave Cloth if it's under 1g0s? It doesn't matter if it's 1x-3x-5x-20x stacks. And it'll repeat itself for hours, and check AH every 5 minutes. I tried and couldn't make it work, lol. Ultimate noob here; Code: <?xml version="1.0" encoding="utf-8"?> <Professionbuddy> <BuyItemFromAhAction ItemListType="Item" ItemID="Frostweave Cloth" MaxBuyout="1g0s0c" Amount="9999999" BuyAdditively="True" AutoFindAh="True" BidOnItem="False" Location="0,0,0" /> </Professionbuddy> this is the whole .xml btw
Feature Request: 1. Deposit all items (not just itemid or category) 2. Withdraw all from a specific guild tab (not just from first to last tab) thank you very much for this great plugin PS: It would be fantastic, if you maybe integrate a feature to withdraw items first, which deposited first or is storaged most time (oldest item) in guild bank.
Fishing leveling 1-600 in Halfhill. Trainer = Ben of the Booming Voice Put the file in Honorbuddy/Bots/Professionbuddy/Profiles Junk is replaced by Golden Carps. 60 Golden Carps = 1 Ironpaw Token. Leveling your fishing skill and also farm Ironpaw Tokens
using banker setting and hasrecipe. Pb randomly thinks it knows a spell which it doesn't and will spam it nonstop. glyphs for example
"SellItemOnAhAction" posts only one of items with random enchants/suffixes (same itemid, but different stats) example: Shadowfire Necklace - Item - World of Warcraft i want to post one of every "suffix", but they post only one of the itemid btw: i sell by catergory "armor", but this doesnt help maybe there is also a problem by getting the minbuyout, maybe the bot takes the lowest one of all suffixes an posts another one
Hey i noticed that DataStore is out dated and some function in PB like cast spell(repeat type: banker) doesnt work bot is creating items over and over without limit, after the repeat number is acquired. Next atempt doing everything over again. Any idea?
Hey, i tried to make one glyph if there is noone in bank or bag dont know why it isn t working, please help <Professionbuddy> <If Condition="InBagCount(59560) < 1 && InGBankCount(59560) < 1" IgnoreCanRun="True"> <CastSpellAction RepeatType="Specific" Repeat="1" Entry="59560" CastOnItem="False" ItemType="Chest" ItemId="0" /> </If> </Professionbuddy> Err: If (InBagCount(59560) < 1 && InGBankCount(59560) < 1) Compile Error : The name 'InBagCount' does not exist in the current context Edit: I figured what is wrong Is there an option, condition to check auction house is there is already posted item and not craft another one? Like inbag, inbank so on "inauctionhouse" too?
no one else noticed a problem with Ornate Band - Item - World of Warcraft or Shadowfire Necklace - Item - World of Warcraft ???
Can someone tell me how to check of my DataStore addon is working by this function "HasDataStoreAddon " this makes me sad.
Use this and install the addon altoholic and not datastore by itself PHP: <If Condition="HasDataStoreAddon" IgnoreCanRun="True"> <CustomAction Code="Log ("Datastore working.");" /> </If>
Is it possible to create function like >>> scans auction house for item x > if item ix price higher than y >> cast spell "x" ?
ProfessionBuddy not starting - Error There seems to be an error preventing the bot from starting. I tried to run just the mining profile. Then tried to run just the herb profile after originally trying the beginning mine/herb starting profule in Org. I've attached a log. Please let me know. Thanks!