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!

[Request] Simple for you hard for me

xxsquall2

Member
Joined
Apr 25, 2010
Messages
58
I would like a script made for profession buddy

I want it to buy the item 16769 from vendor 11555 , enough to fill my bags with 1 slot left over. then I want it to DE that item and start all over. (turning the lesser eternal essences into greater would be awesome aswell)

I know its probably really simple but I have no idea how the ifcondition works or I'd probably be able to do it myself.

Thanks in advance!
 
Just drag a "Buy Item" action into the profile and put this in amount:
Code:
Me.FreeNormalBagSlots - 1
and ofc fill out the itemID and npcID with the numbers you wrote above.
Below that you add a Disenchant action.
That's basicly all you need. (if you want it to keep doing it, you can put them both inside a "while" action where you write true as condition.
 
Back
Top