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

I am trying to get proffesion buddy to work I did everything as discription said
I just dont get proffesion buddy in my list
its not in the plugins cant find it anywhere Also did a it with a clean honorbuddy


i made the proffesionbuddy map in my folder for me thats local disk E then wow its marked with a green sign
the map is 4m in size and has got everything in it

composites
dynamic
icons
localization
profiles
properties
changelog
datastore
globalpbsettings
guide
mainform
mainform.designer
mainform.resources
mainform resx
etc
etc
etc

i did it multiple times now

and honor buddy just wont show me proffesion buddy
could use some help
 
Last edited:
Hey Highvoltz i was wondering if you could add herbs and minings to the protected items list? I already added most of the minings to mine so it won't sell them.
The Protected Items list is also used by 'Mail Item', 'Deposit Item In Bank' and 'Sell Item On AH" actions so it wouldn't be a good idea to add ores to it.

If you need to more control of what to sell than what the 'Sell Item' action provides then you can use a 'Move To' action with MoveTo Type set to NearestVendor, followed by a 'Interact' action to open the vendor frame. 'Move To' action will automatically target NPCs and 'Interact' action will interact with current target if Entry is set to zero and Interact Type is set to NPC (This little detail was undocumented until now).

After interaction you'll want to use a WaitAction with condition set to MerchantFrame.Instance.IsVisible and then a CustomAction that gets a list of items to sell then executes .UseContainerItem().
Example.

PHP:
            var items = Me.BagItems.Where(i => i.Quality <= WoWItemQuality.Uncommon && i.ItemInfo.ItemClass != WoWItemClass.TradeGoods);            foreach (var item in items)                 item.UseContainerItem();
 
Hey. I ve got an issue that i was already describing on hb support page, but none was able to help me. The problem look like this:

farming toon farms, goes to SW, sends ores/herbs to alt, alt puts all on the AH, it switches back to farmer toon, farmer goes to pandaria portal, and after that HB stops/freezes(i have to kill the hb procces). And its not always like this, sometimes its ok and he flies along.

At the ending I would like to add that I am not alone with this problem. Some time ago I found one guy who had same problem as me.


and btw sometimes banker stucks on ah but I guess its normal, and its not included in the log I ve attached
 

Attachments

Last edited:
farming toon farms, goes to SW, sends ores/herbs to alt, alt puts all on the AH, it switches back to farmer toon, farmer goes to pandaria portal, and after that HB stops/freezes(i have to kill the hb procces). And its not always like this, sometimes its ok and he flies along.
and btw sometimes banker stucks on ah but I guess its normal, and its not included in the log I ve attached

I have an exactly such problem. After switching from auctionier to the farmer, HB stops/freezes, i have to kill the HB procces. Sometimes the HB is frozen after dropping gold in GB (no time to switch to the farmer).
Tried to use different profiles for PB - does not help. This problem appeared 3-4 a week ago.

View attachment 6128 2013-05-10 20.08.txt
 
I am trying to get proffesion buddy to work I did everything as discription said
I just dont get proffesion buddy in my list
its not in the plugins cant find it anywhere Also did a it with a clean honorbuddy


i made the proffesionbuddy map in my folder for me thats local disk E then wow its marked with a green sign
the map is 4m in size and has got everything in it

composites
dynamic
icons
localization
profiles
properties
changelog
datastore
globalpbsettings
guide
mainform
mainform.designer
mainform.resources
mainform resx
etc
etc
etc

i did it multiple times now

and honor buddy just wont show me proffesion buddy
could use some help
 
Nevermind ill just stop using honorbuddy all togetter No suport @ all i cant get this shit to work Following Your list how to get it to work and nothing Fuck this
 
Nevermind ill just stop using honorbuddy all togetter No suport @ all i cant get this shit to work Following Your list how to get it to work and nothing Fuck this
If you expect to get everything served on a silver plate without having to make a single effort yourself, you got the wrong attitude all together.
 
Ow realy been fucking around with it for 3 days now Trying every single way to get it working even put screenshots of how its looking
it just wont show up @ all nothing to work with on that i put it in difrent maps clean versions of HB etc But i explained that already I only got a dumbass answer proffession buddy is not a plugin ( why is it under plugins in the forum )

I was just asking for some help for if i was overlooking something but if thats to much to ask Great forum then.


Ow and i read back a few pages and like 4 people with the same problem No1 gave them a response what so ever Silver platter my ass
 
Last edited:
What happens with onahCount? start drop this error :
Err: Custom Action:(MyLog(" Ores {0} ",OnAhCount(52185));)
System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Dynamic.Helpers.OnAhCount(UInt32 itemId, String character, String server) in d:\Honorbuddy\Bots\Professionbuddy\Dynamic\Helpers.cs:line 365
at CodeDriver.Code1017708370(Object context)
at HighVoltz.Composites.CustomAction.Run(Object context) in d:\Honorbuddy\Bots\Professionbuddy\Composites\CustomAction.cs:line 70


and other profile
Lua failed! Status:
Err: If Condition: InbagCount(52185) < 1 && OnAhCount(52185) < 1
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Dynamic.Helpers.OnAhCount(UInt32 itemId, String character, String server) in d:\Honorbuddy\Bots\Professionbuddy\Dynamic\Helpers.cs:line 365
at CodeDriver.Code1646450709(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in d:\Honorbuddy\Bots\Professionbuddy\Composites\If.cs:line 203




new questing ))) professionbuddy have command for enable/disable addons?
 
Last edited:
Do MinBuyout and MaxBuyout take into consideration the StackSize or are they always meant for a single item?
 
Hey guys, I did the svn checkout, created professionbuddy folder, but not seeing it on the list of honorbuddy.
 
I got the same But no1 will help Or there putting it on a silver platter for you i am waiting for a answer for over 5 days now
 
I got the same But no1 will help Or there putting it on a silver platter for you i am waiting for a answer for over 5 days now
Was having issue with it not showing up either. Deleted the folder from the /bots/ folder. I then downloaded the zip file and extracted it to the /bots folder. I did not do any svn update. I pasted in my old profiles. It now shows up and works. Hope this helps.
 
Back
Top