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

Thank you highvoltz for last help with "onahcount", now work very good. But I have problem with others scripts:

<BuyItemFromAhAction ItemListType="Item" ItemID="72096" MaxBuyout="50g0s0c" Amount="10" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" />

Why does the bot buy more items than I put in the 'amount'. Recently it bought all from AH when the bot was about to buy only 10x.Mostly, I have the problem with buying blood spirits or ghost iron bars.
This issue is from when "BuyAdditively" is false and you have more of that item in your bags than the "Amount" causing it be a negative value and buying an unlimited amount.
 
The PB update yesterday causes HB to stop everytime secondarybot is changed.

This is the log msg from the update..
"Fixed an issue where SecondaryBot.Stop() was not called before switching to a new bot."

Edit: Not everytime, but frequently.

Can you try latest revision on SVN and let me know if it fixes your issue?

This issue is from when "BuyAdditively" is false and you have more of that item in your bags than the "Amount" causing it be a negative value and buying an unlimited amount.
Nice catch. This is now fixed on SVN.
 
If im using AHbuddy and my bank char is in Orgrimmar(only tried in orgrimmar). I will get the "Err: Cant find bank". But if i start near the gbank it works fine.. until in reach the AH then the Err comes again... is there a range limit or something ?
 
If im using AHbuddy and my bank char is in Orgrimmar(only tried in orgrimmar). I will get the "Err: Cant find bank". But if i start near the gbank it works fine.. until in reach the AH then the Err comes again... is there a range limit or something ?
Only use 'AutoFind Bank' if your toon is guaranteed to be near a gbank e.g after executing a move to action or running profile on a bank toon that never moves far from one.
The Auto-find feature only works well when searching for NPCs since they're listed in a database that is shipped with HB. Game objects however are not included in the database (except for some mailboxes) so the bot only knows of their presence if within vicinity of them; usually less than 100 yds. I believe there's an option to specify a guild bank location, you can use that or run a 'move to' action first.

A new issue has emerged:
When withdrawing multiple items from the gbank the bot will constantly open/close the Guildbank for every item that he tries to extract.
Its not really an error since it still works but it looks very suspicious.
Here is a partial log showing the problem.
[08:29:56.993 N]PB 1.648: Done withdrawing 0 itemID:14915 from Guild Bank [07:2 - Pastebin.com
This is now resolved on SVN.

It still persists, hb keeps stoping when changing bot.
Attach a full log and if you don't mind, attach the profile you're using or a mini version of it that can produce this problem.
 
attach the profile you're using or a mini version of it that can produce this problem.


I figured out the issue. I must have done this to work around a previous bug with changing secondary bot.

The problem occurs if you add this line just plain by itself
SwitchToBot("Combat Bot");
and then right after that run an if statement..
<If Condition="SecondaryBot.Name != &quot;Combat Bot&quot;" IgnoreCanRun="True">
<CustomAction Code="SwitchToBot(&quot;Combat Bot&quot;" />
</If>

So I deleted the first line w/o IF and problem resolved.
 
I figured out the issue. I must have done this to work around a previous bug with changing secondary bot.

The problem occurs if you add this line just plain by itself
SwitchToBot("Combat Bot");
and then right after that run an if statement..
<If Condition="SecondaryBot.Name != "Combat Bot"" IgnoreCanRun="True">
<CustomAction Code="SwitchToBot("Combat Bot"" />
</If>

So I deleted the first line w/o IF and problem resolved.
Try using <ChangeBotAction BotName="Combat Bot" /> instead of <CustomAction Code="SwitchToBot(&quot;Combat Bot&quot;" />
 
Is there a good repository for finding things like HasRecipe codes? I'm trying to make a routine to make glyphs but all I have is a list of Glyph item numbers, and not their corresponding recipe numbers (which are different)
 
When i use PB

It levels up just fine. However, it automatically sells what it mined to AH,

Ive found where to change the setting for that

(Bot Config => AH items)

However, there is no settings for what to sell or keep.

Where to store (Guild Bank, Postal, Bank)\

Or the amountto undercut at AH. (When lowest price is 200 it posts lower than that)
 
When i use PB

It levels up just fine. However, it automatically sells what it mined to AH,

Ive found where to change the setting for that

(Bot Config => AH items)

However, there is no settings for what to sell or keep.

Where to store (Guild Bank, Postal, Bank)\

Or the amountto undercut at AH. (When lowest price is 200 it posts lower than that)

The 1 to 600 mining/herb profile will mail items if 'AH Items' is set to false and you need to have a Mail Recipient set (in HB settings) for mailing to work.
When you select a setting such as 'AH Items', a short description for that setting is displayed at the bottom.

The undercut amount is percent based and the profile undercuts by 0.001% of competition.
This amount is coded directly into the profile so to change it you need to modify the profile by change the 'Undercut Percent' values on each 'Sell Item On AH' action
 
How can you load a profile from a specific folder (e.g. c:\Profiles), where the name of the profile is set in the settings, e.g. you have a setting called "Name" and the value is "test", so it will load a profile called test.xml?
 
Can some1 give me a simple example for use command "<If Condition=OnAhCount (ItemID, CharacterName, Server)> " ?? I try with this(ofc I replace charactername and Server and write true nickname+realm) but dosen't work. I have datastore.
 
Last edited:
Back
Top