What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Request] Adjustable Profession Buddy Profile

Infernik

Member
Joined
Dec 23, 2010
Messages
295
Reaction score
3
Hello. Ive been looking for an adjustable prof. buddy profile for a certain type of non-stop automated farming.
Things that i want this profile to do:
-If free bag slots less than 3 use Hearthstone
-If not - start or keep farming using GB2 profile
-Go to a certain spot, interact with vendor for sell \ repair
-Craft certain item using all of the mats farmed
-Deposit all crafted items into a guild bank
-If during a crafting phase there will be less than 2 free bag slots - deposit crafted items - go back to a certain place and keep on crafting
-if there is no mats left for crafting go back to farm using a GB2 profile

I will be VERY appreciated if someone could make a profile like this.
 
Last edited:
you should probably learn how to make a profile if you want something specific to your needs. there are a few guides
 
I know just a few things from guides. How to make it to go to specific location, how to interract with vendor e.t.c. I couldn't find any info about "if" tags and how to check free bag spaces :(
 
Willing to donate via paypal a few bucks if someone can make a working profile >_>
 
kick, any chance to have your msn contact (with pm)? i have a couple of questions about PB coding (anything long)

thanks
 
I can't write profile for PB because there is so little info about it tags and commands :(
Like now i want to hearth if free bag slots <3 ...
 
Still got a few questions :( how to make it bot to use a hearthstone and how to make it go to vendor \ bank in the middle of crafting phase if bags are full. Thanks.
 
Try

CustomAction Code="Lua.DoString(&quot;for bag = 0,4 do for slot=1,GetContainerNumSlots(bag) do local id = GetContainerItemID(bag,slot) or 0 if id == 6948 then UseContainerItem(bag,slot) end end end&quot;);"
 
That should be ; ) ; " at the end with no spaces.. No smiley faces needed. LOL
 
Code:
CustomAction Code="Lua.DoString(&quot;for bag = 0,4 do for   slot=1,GetContainerNumSlots(bag) do local id =   GetContainerItemID(bag,slot) or 0 if id == 6948 then   UseContainerItem(bag,slot) end end end&quot;);"

Doesn't work for me :(
 
Last edited:
I've also found a bug : when you restart HB and let PB load a profile coordinates are cut in a half and that doesnt let PB to move to a desirable spot :(
 
Back
Top