What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

Hi, I'm trying to do an multi proffession AH profile, but I got stack at one thing:
It only should buy Item X if the Actual Price of Item Y is 10g higher then the Price of Item Y, if this is true. then buy 1 of X and repeat or whatever.

Is something like this possible? If yes how?
Maybe check the prices with theunderminejournal or whatever.

Thanks for any help!

Best Regards

Mena
bump
 
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
Err: While (<If Condition="Random(100) < 33">)
Compile Error : ; expected
it doesn't mater where I put the ";" I will always get this error
 
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 :)
 

Attachments

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 :(
 
Using highvoltz AH bot. It's selling everything except weapons. Not. at. all. How do I fix this?
 
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) &lt; 1 &amp;&amp; InGBankCount(59560) &lt; 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?
 
"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 :(

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.
 
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 (&quot;Datastore working.&quot;);" />
</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! :)
 

Attachments

Back
Top