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!

How can i config PressionBuddy ?

redruM

New Member
Joined
May 11, 2012
Messages
41
Hi,

I'm using ProfessionBuddy to skill up my mining !
It's awesome , but there's not many options for you to config PB BOT :[

Example : i Don't want my character to put all items to AH or send them to a alt , i just want him to collect them in bank ,

And , how can i config it to drop/delete some useless item ?

Like : Dense Stone , Solid Stone , Heavy Stone , Coarse Stone ,

Any help much appreciated !
 
One Does Not Simply config pressionbuddy..

2835=rough stone, get the numbers from wowhead.
add while action to the main tree, condition = InbagCount(2835) > 0
add custom action in while action, code = Lua.DoString("for bag = 0,4 do for slot=1,GetContainerNumSlots(bag) do local id = GetContainerItemID(bag,slot) or 0 if id == {0} then PickupContainerItem(bag,slot) DeleteCursorItem() end end end",2835);
 
Back
Top