• Visit Rebornbuddy
  • How about the quantity of collectibles?

    Discussion in 'Rebornbuddy Profiles' started by pia, Nov 12, 2017.

    1. pia

      pia Member

      Joined:
      Sep 25, 2013
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      The collection to automatically submit a certain number, but this number is judged not to fill out?thanks
       
    2. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
      I don't understand your question.

      what profile are you using? Are you trying to automatically submit x items to the appraiser NPC?
       
    3. pia

      pia Member

      Joined:
      Sep 25, 2013
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      <If Condition="HasAtLeast(5361,1)">
      <If Condition="NqHasAtLeast(5361,1)">
      <If Condition="HqHasAtLeast(5361,1)">
      I want to judge the collection, but the above commands can not be judged. Please forgive my poor English
       
    4. Freiheit

      Freiheit Member

      Joined:
      Apr 23, 2015
      Messages:
      43
      Likes Received:
      26
      Trophy Points:
      18
      If you are using ExBuddy, please give this a try:
      Code:
      <If Condition="ExBuddy.Helpers.Condition.CollectableCount(5361, 400) &gt;= 1">
         <Log Message="I have at least one collectable with the item id 5361 that has at least 400 collectability!" />
      </If>
      
      The CollectableCount helper requires two parameters:
      • Item id
      • Min. collectability
      If you are interested in how it works, please see .\Plugins\ExBuddy\Helpers\Condition.cs.
       
      pia and zzi like this.
    5. pia

      pia Member

      Joined:
      Sep 25, 2013
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      Very well, thank you very much. The problem has been solved



      Marron Glace is the most efficient collection?

      Or Persimmon Spinning Wheel?
       
    6. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      Is there a tag for turning in collectible items?
       
    7. Freiheit

      Freiheit Member

      Joined:
      Apr 23, 2015
      Messages:
      43
      Likes Received:
      26
      Trophy Points:
      18
      Yes, you can use ExBuddy's ExTurnInCollectables behavior, which will automatically teleport and navigate to one of Rowena's vendors:

      Code:
      <ExTurnInCollectables>
          <ShopPurchases>
              <ShopPurchase ShopItem="GyrAbanianAlchemic" MaxCount="99" />
          </ShopPurchases>
      </ExTurnInCollectables>
      
      As the example shows, you can (optionally) exchange the earned scrips for items. The list of valid ShopItem identifiers can be found in .\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\Objects\ShopItem.cs.

      For more details on other available options within the behavior, please see .\RebornBuddy\Plugins\ExBuddy\OrderBotTags\Behaviors\ExTurnInCollectablesTag.cs.
       
      Last edited: Mar 14, 2018
    8. Ruffalufacus

      Ruffalufacus New Member

      Joined:
      Oct 2, 2017
      Messages:
      20
      Likes Received:
      1
      Trophy Points:
      3

      Could you please explain to me how to us ExBuddy to turn in and then purchase alchemics? Do I not have something setup right?
       

    Share This Page