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

Quick question, is it possible to make it drop it's l00t in the guild bank, in a specifik tab. Or maybe his own bank?
 
hello. im new here. the professionbuddy is not showing up on the scroll down menu. i installed tortoise svn. i followed the steps for professionbuddy. i have a folder in my honorbuddy folder named professionbuddy. i did checkout with SVN the folder has a green tick on it. also i got framework net 4. people said to get that.
 
hello. im new here. the professionbuddy is not showing up on the scroll down menu. i installed tortoise svn. i followed the steps for professionbuddy. i have a folder in my honorbuddy folder named professionbuddy. i did checkout with SVN the folder has a green tick on it. also i got framework net 4. people said to get that.

I have the same problem
 
PB 1.519: Adding TradeSkill Blacksmithing
System.AccessViolationException: Could not read bytes from 1C8E5F14 [299]!
at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Styx.MemoryManagement.MemoryBase.ReadString(IntPtr address, Encoding encoding, Int32 maxLength, Boolean relative)
at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
at Styx.WoWInternals.Lua.GetReturnValues(String lua)
at HighVoltz.DataStore.ImportDataStore() in c:\Users\******\Desktop\BOTNEW\Bots\Professionbuddy\DataStore.cs:line 120
at HighVoltz.Professionbuddy.Init() in c:\Users\*****-\Desktop\BOTNEW\Bots\Professionbuddy\ProfessionBuddy.cs:line 574
Object reference not set to an instance of an object.
Bot Stopped! Reason: User pressed the Stop button!
PB 1.519: Adding TradeSkill First Aid
PB 1.519: Adding TradeSkill Inscription
PB 1.519: Done Loading Tradeskills.

Getting this error everytime i load PB - cleared the settings / updated / reinstall PB still the same....

Pleaseeee help!
 
i want to set some items to check undercut and some not,
which params check if item should be checked for undercut?
 
how to set alt name - to how exactly mail items?
in mail action there is no such an option.

thanks!
 
idea to update:
while checking, if there is an undercuted item, first post to sell item at new price (if we have in bag) and only then cancel item at old price,
so there will not be a moment where there is no item on AH.
 
bug report:
for some reason it post item to sell at AH at any price and ignore min buyout for it:

HTML:
 <SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="87559" MinBuyout="140g10s0c" MaxBuyout="475g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="2" BidPrecent="99" UndercutPrecent="0.01" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
 
When "Milling" , My character pauses for like 1 sec 1.10 secs everytime it mills an herb with Professionbuddy. Is there any way to speed up the process , so it keeps milling back to back to back like nonstop without that little pause between every Milling cast ?!
 
Again, since i didn't get any response other then to post this in this forum, please could you have a look at this..
This looks extremly bottish, so i have to babysit it..

I've tried 4 different CC:s, so it's not that, i promise.

[video=youtube_share;qbjqqr12nSs]http://youtu.be/qbjqqr12nSs[/video]


LOG is attached...

your right, that is pretty much as bottish as it gets :) however that is a problem in honorbuddy not professionbuddy.. at one point someone had come out with a plugin to correct this behavior, try searching through the plugins.

-metis
 
AHBot is still posting golden lotus at only a few gold each.

can you post the line of code for golden lotus that you have from AHbot. i can fix it for you if you post what you currently have so i know where the problem is.
 
When "Milling" , My character pauses for like 1 sec 1.10 secs everytime it mills an herb with Professionbuddy. Is there any way to speed up the process , so it keeps milling back to back to back like nonstop without that little pause between every Milling cast ?!

are you milling with a simple action script, or part of a big profile like allrounder?
 
bug report:
for some reason it post item to sell at AH at any price and ignore min buyout for it:

HTML:
 <SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="87559" MinBuyout="140g10s0c" MaxBuyout="475g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="2" BidPrecent="99" UndercutPrecent="0.01" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

try this line in place of what you have there.. the categories are tricky to use correctly.. and i'm not convinced they aren't bugged, however, since your targeting a specific item, this line should work perfectly.

<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="87559" MinBuyout="140g10s0c" MaxBuyout="475g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="2" BidPrecent="99" UndercutPrecent="0.01" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

post if you still have problems. logs would help.

-metis
 
Back
Top