• Visit Rebornbuddy
  • Tag for direct Selling item

    Discussion in 'Honorbuddy Support' started by Kannai, Jul 25, 2017.

    1. Kannai

      Kannai New Member

      Joined:
      Aug 5, 2015
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Hello all!

      Could you guys help me?

      Which tag in the profile to force my bot to sell specific items?

      For example i need to sell all Embersilk Cloth (itemID=53010) from my bags.
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Ideally you'd remove the item from your Protected Items file.
      The Protected Items file is located in your Honorbuddy directory.

      If you don't want to remove it from your protected items file, then it depends on what type of profile you're using.
      I assume it is a Questing profile? If so, you can do a very simple DoWhen sell.

      Code:
      <Code File="Hooks\DoWhen" ActivityName="Sell_EmbersilkCloth" UseWhen="MerchantFrame.Instance.IsVisible &amp;&amp; HasItem(53010)" >
          <Code File="UseItem" ItemId="53010" NumOfTimes="100" TerminateWhen="!MerchantFrame.Instance.IsVisible || !HasItem(53010)" />
      </Code>
       
    3. Kannai

      Kannai New Member

      Joined:
      Aug 5, 2015
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Thanks!
       

    Share This Page