• Visit Rebornbuddy
  • [Request] Simple for you hard for me

    Discussion in 'Honorbuddy Forum' started by xxsquall2, Mar 5, 2012.

    1. xxsquall2

      xxsquall2 Member

      Joined:
      Apr 25, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      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!
       
    2. Inrego

      Inrego New Member Buddy Store Developer

      Joined:
      Feb 7, 2010
      Messages:
      2,765
      Likes Received:
      71
      Trophy Points:
      0
      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.
       
    3. xxsquall2

      xxsquall2 Member

      Joined:
      Apr 25, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      I got it working thanks to you. (Thanks!)
       

    Share This Page