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

Same here, it puts Golden Lotus for 6g/piece while they are worth 100g on my server. Nobody is posting anywhere near that price (6g) and I can't force this thing to post this specific item for real value.
I think it's a bug.
Same here, puts my golden lotus on ah for like 30g in stacks of 6-7 or so, while single ones sell for 70-80g each. Aswell put a few silkweed for 6g stack when they were up for 24g stack
 
When posting items to AH with PB, how do I set it so it will post X amount of items every time it uses AH or post X every time it uses AH and our auctions have been undercut? Right now if I have a total of X auctions going and some of them have been undercut, it won't post any more, because the total amount posted has been reached already.

Code:
<SubRoutine SubRoutineName="PostX">
    <If Condition="!(InbagCount (XXXXX) &gt; 0)" IgnoreCanRun="True">
    </If>
    <If Condition="InbagCount (XXXXX) &gt; 0" IgnoreCanRun="True">
            <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="XXXXX" MinBuyout="30g0s0c" MaxBuyout="1000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="3" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />

// I made a workaround to this by adding undercutting into my code, but I'd still like to know how can I force post?
 
Last edited:
what's the latest on this

Working for Mining?
Working for Skinning?
AH bot smart enough to analyze prices then undercut or still stuck @ certain prices?

thanks,
 
I'm having a problem, skilling herb+mining (mining was 300 from start, herb started fresh). Now he's been flying around an hour in Barrens herbing, and they don't give any skill. Herb is 220 now. I loaded the "1-525 Herb+Mine Fly".

When posting items to AH with PB, how do I set it so it will post X amount of items every time it uses AH or post X every time it uses AH and our auctions have been undercut? Right now if I have a total of X auctions going and some of them have been undercut, it won't post any more, because the total amount posted has been reached already.

Code:
<SubRoutine SubRoutineName="PostX">
    <If Condition="!(InbagCount (XXXXX) &gt; 0)" IgnoreCanRun="True">
    </If>
    <If Condition="InbagCount (XXXXX) &gt; 0" IgnoreCanRun="True">
            <SellItemOnAhAction UseCategory="False"  RunTime="_12_Hours" AmountType="Amount" ItemID="XXXXX"  MinBuyout="30g0s0c" MaxBuyout="1000g0s0c" StackSize="1"  IgnoreStackSizeBelow="1" Amount="3" BidPrecent="100"  UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False"  />

// I made a workaround to this by adding undercutting into my code, but I'd still like to know how can I force post?

AHBuddy should cancel auciton?

what's the latest on this

Working for Mining?
Working for Skinning?
AH bot smart enough to analyze prices then undercut or still stuck @ certain prices?

thanks,

When my bot go to put on AH, he undercuts them. But you should use AHBuddy profile (if you arent).
Mine mines.

ALSO, he seems to bug at this:
yzPEg.jpg

po7gC.png


Second time he sits there until I kill it( the tentacle):
BARRENS

EDIT:
I opened the profile, found next place is at 225 (which is kinda stupid, since almost all herbs in Southern Barrens are grey). Anyway, changed it to 220 and it works.
 
Last edited:
When the bot is supposed to withdraw materials from gbank it doesnt work. When it opens GBANK it says unlimited withdraw and when the bot is doing "PB 1.521: Queuing server for gbank info" the unlimited changes to 0 and the bot doesnt find any material to withdraw even though whole gbank is full of materials. Attached log.
 

Attachments

Last edited:
What do I need to do to get Profession/Honorbuddy to do this arithmetic for me? As of now it simply withdraws all Ink of Dreams.

PHP:
GetItemfromBankType="SpecificItem" ItemID="79254"  GuildTab="7" NpcEntry="0" Amount="InGBankCount(79254) - InGBankCount(79255)*(3/10)" AutoFindBank="True" WithdrawAdditively="False"  />
Also how do I print a value to the log? For instance how do I make the number of inks being withdrawn show up in the log?

I'm assuming you have the DataStore addon with appropriate modules, but i'm running into the exact same issue, and i have run almost a week of testing and i'm convinced the problem is within professionbuddy accessing the datastore addon. It does not see what is in the guildbank like it is supposed to making isingbankcount completely useless. Hopefully this will be looked into.

-metis
 
Nevermind


no don't nevermind. Im having issues as well. can email the log but to sum it up:

dding TradeSkill Alchemy[01:19:35.372]PB 1.522: ,Checking for new version[01:19:35.397]PB 1.522: ,No updates found[06:19:34.984 N] Err: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at HighVoltz.Dynamic.DynamicCodeCompiler.CompileAndLoad() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 152
at HighVoltz.Dynamic.DynamicCodeCompiler.GenorateDynamicCode() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 81
at HighVoltz.Professionbuddy.LoadPBProfile(String path) in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\ProfessionBuddy.cs:line 713
at HighVoltz.Professionbuddy.Init() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\ProfessionBuddy.cs:line 568
[06:19:35.340 D] PB 1.522: Adding TradeSkill Alchemy

I than tried it again and got this:

Code:
Err: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at HighVoltz.Dynamic.DynamicCodeCompiler.CompileAndLoad() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 152
   at HighVoltz.Dynamic.DynamicCodeCompiler.GenorateDynamicCode() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 81
   at HighVoltz.Professionbuddy.LoadPBProfile(String path) in c:\Users\My NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\ProfessionBuddy.cs:line 713
   at HighVoltz.Professionbuddy.Init() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\ProfessionBuddy.cs:line 568
 
Last edited:
no don't nevermind. Im having issues as well. can email the log but to sum it up:



I than tried it again and got this:

Code:
Err: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at HighVoltz.Dynamic.DynamicCodeCompiler.CompileAndLoad() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 152
   at HighVoltz.Dynamic.DynamicCodeCompiler.GenorateDynamicCode() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 81
   at HighVoltz.Professionbuddy.LoadPBProfile(String path) in c:\Users\My NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\ProfessionBuddy.cs:line 713
   at HighVoltz.Professionbuddy.Init() in c:\Users\MY NAME\Desktop\Honorbuddy 2.5.6561.515\Bots\Professionbuddy\ProfessionBuddy.cs:line 568

same here.
 
Ok, I give up and I guess will wait for a reply. I have done almost everything I can think of to get this issue fixed. Sorry >.<
 
So for the guy who put the "NVM" in his post. - the solution is quite simple. Update your windows .net files and you're fine. #porblemsolvingisfun
 
it workes on my computer but it will not work on my server - i reinstalled honorbuddy and pb a lot.

are there some windows files to update?
 
View attachment 5168 2012-11-24 10.19.txt

Professionbuddy was working great but today honorbuddy stated "restart professionbuddy updated" then it no longer works. I tried to reinstalling .net files and turning off and then on all my add-ons. I also made sure svn updated all professionbuddy files. No luck. Any help would be appreciated. Thank you
 
i am getting this errors... have reinstalled PB and HB, but always that error message
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Bot Stopped! Reason: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

here my log: View attachment 69507

please help me :(
 
Back
Top