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

blah pb is going to get you banned in its current state, is there a reason for all the fail atm?

Err: System.InvalidOperationException: Unable to bind XML Element: Name to a Type
at HighVoltz.PbProfile.Load(XElement xml, GroupComposite comp) in c:\Users\name\Documents\Honorbuddy\Bots\Professionbuddy\PbProfile.cs:line 128
at HighVoltz.PbProfile.LoadFromFile(String path) in c:\Users\name\Documents\Honorbuddy\Bots\Professionbuddy\PbProfile.cs:line 79
 
jewelcraft profile. Problems

I have a problem with a file and it wont do what i want. could anybody help?
it worked before

I want it to loop = isnt working
It doesnt buy the items i want.
It doesnt craft the items i want.

can somebody tell me what the problem is thanks :)
 

Attachments

Profession leveling profiles still aren't working properly since patch. Each time it finishes +5 skill or so, the bot needs to be restarted or it wont detect something, not sure if its profession level detection or a datastore related issue
^ Posted 27 days ago. Still haven't heard anything on this being fixed, or an update that in fact fixes this problem. I know you've been busy, highvoltz, so let us know what's up when you can, please. Thanks!
 
I can't get the bot to move to an anvil before crafting, I've tried to put in the "Move to" action, but it doesn't do it. Does any1 know how to make the bot move to a specific location?
 
i need command to use heartstone :( i tried to take this command from other profiles but is casting it till 3/4 and starts to move, i dunno what condition to set to it either :( i set even timer to wait for 15000 ms and still casts only 3/4...

i only need to place it into an IF has >20 ghost iron ore to not dismount but land first, then dismount , then HS then i can do rest :)

pls help :)
 
This code is still broken, if you could figure it out it would probably solve a lot of problems with other bugs.

Random stuff just quits working.. haven't touched a profile since before the patch.

<While Condition="Me.Mounted" IgnoreCanRun="True">
<CustomAction Code="var1 = 0;" />
<While Condition="Me.IsFlying && (int)var1 < 5" IgnoreCanRun="True">
<CustomAction Code="WoWMovement.Move(WoWMovement.MovementDirection.Descend, new TimeSpan(0, 0, 2));" />
<WaitAction Condition="false" Timeout="2000" />
<CustomAction Code="var1 = (int)var1 + 1;" />
</While>
<CustomAction Code="WoWMovement.MoveStop(WoWMovement.MovementDirection.Descend);" />
<CustomAction Code="Lua.DoString("Dismount() CancelShapeshiftForm()");" />
<WaitAction Condition="!Me.IsFalling" Timeout="5000" />
</While>

The log shows it working but in fact it doesn't descend anymore, just dismounts and dies.
[22:55:27.108 D] PB 1.610: Wait for 00:00:05 or until false Completed
[22:55:29.151 D] Flushing timed movement. Direction: Descend
[22:55:29.180 D] PB 1.610: Wait for 00:00:02 or until false Completed
[22:55:29.285 D] Flushing timed movement. Direction: Descend
[22:55:31.279 D] PB 1.610: Wait for 00:00:02 or until false Completed
[22:55:31.402 D] Flushing timed movement. Direction: Descend
[22:55:33.404 D] PB 1.610: Wait for 00:00:02 or until false Completed
[22:55:33.523 D] Flushing timed movement. Direction: Descend
[22:55:35.531 D] PB 1.610: Wait for 00:00:02 or until false Completed
[22:55:35.644 D] Flushing timed movement. Direction: Descend
[22:55:37.642 D] PB 1.610: Wait for 00:00:02 or until false Completed
[22:55:37.652 D] PB 1.610: Wait for 00:00:05 or until !Me.IsFalling Completed
[22:55:37.761 D] Flushing timed movement. Direction: Descend
[22:55:39.781 D] PB 1.610: Wait for 00:00:02 or until false Completed
[22:55:39.882 D] Flushing timed movement. Direction: Descend
[22:55:41.027 D] PB 1.610: Wait for 00:00:05 or until !Me.IsFalling Completed
[22:55:41.186 N] Stopping the bot!
[22:55:41.186 D] Stop called!
[22:55:41.186 Q] Bot Stopped! Reason: User pressed the stop button
[22:55:41.188 D] Behavior flags changed! All -> All
[22:55:41.189 D] PB 1.610: Stop Called
[22:55:41.189 D] Activity: Honorbuddy Stopped


Err: Custom Action:(var1 = (int)var1 + 1;)
System.NullReferenceException: Object reference not set to an instance of an object.
at CodeDriver.Code1709408768(Object context)
at HighVoltz.Composites.CustomAction.Run(Object context) in c:\Users\Removed\Documents\Honorbuddy\Bots\Professionbuddy\Composites\CustomAction.cs:line 70
Err: If Condition: Me.IsFlying && (int)var1 < 5
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at CodeDriver.Code1182550144(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in c:\Users\Removed\Documents\Honorbuddy\Bots\Professionbuddy\Composites\If.cs:line 203
 
Hello HighVoltz. I am trying to make a custom behaviour that allows communication between profiles and Profession buddy c# and my question is...

Does Profession buddy run it's c# in a different enviroment than the rest of the honorbuddy c#? I.E is the code in a custom behaviour ran in a different environment than the code from a PB profile?
 
Hi guys.
I have a problem when the bot sends the mail. In the bags is always 1-2 stacks of items.
Previously, everything worked well. I use the same profile as before.
 
what I'm getting at is that I want a plugin or whatever you will use but I want to be able to buy Ghost Iron Ore for 60 gold then sell them for 65 gold please answer me
 
Profession leveling profiles still aren't working properly since patch. Each time it finishes +5 skill or so, the bot needs to be restarted or it wont detect something, not sure if its profession level detection or a datastore related issue
^ Posted 40 days ago. Still haven't heard anything on this being fixed, or an update that in fact fixes this problem. I know you've been busy, highvoltz, so let us know what's up when you can, please. Thanks!
 
Try this:

<SellItemOnAhAction Category="Armor" SubCategoryType="WoWItemArmorClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Everything" ItemID="90579" MinBuyout="1000g80s0c" MaxBuyout="4000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="1" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
 
Getting errors when I load a profile:
Err: System.ArgumentException: Must specify valid information for parsing in the string.
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at System.Enum.Parse(Type enumType, String value)
at HighVoltz.PbProfile.Load(XElement xml, GroupComposite comp) in c:\HB\Bots\Professionbuddy\PbProfile.cs:line 175
at HighVoltz.PbProfile.Load(XElement xml, GroupComposite comp) in c:\HB\Bots\Professionbuddy\PbProfile.cs:line 187
at HighVoltz.PbProfile.LoadFromFile(String path) in c:\HB\Bots\Professionbuddy\PbProfile.cs:line 79

Is there any convenient way to troubleshoot where in the 1000 lines of codes the problem lies?
 
.705 HB/PB does not work on .net4, work fine on .net4.5 however
but at same time gatherbuddy does not repair with .net4.5 (for ages) and only repair with .net4

so pretty much only option is to use .704 HB/PB and .net4 T_T

.705 hb/pb + .net4 log
 

Attachments

Back
Top