• Visit Rebornbuddy
  • While Conditions Please Help

    Discussion in 'Archives' started by MagistratMay, Apr 1, 2015.

    1. MagistratMay

      MagistratMay New Member

      Joined:
      Dec 7, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

      I want to make a gethering bot for Fleece.

      How do I configurate the bot, so that he collects 99 HQ Fleece by killing Ornery Karakul and than stops? I mean a while Condition like --> Itemcount of FleeceHQ in ItemBox < wanted Count of FleeceHQ
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
    3. MagistratMay

      MagistratMay New Member

      Joined:
      Dec 7, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

      thx for the help it seems i need the itemid where can i find the ItemID??

      can i use it like this

      <Grind grindRef="Fleece" while="HqHasAtLeast('Fleece',99)" />
       
    4. MagistratMay

      MagistratMay New Member

      Joined:
      Dec 7, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      grindareaname is Fleece so that i don't get the wrong Area. I need it to farm Items for crafting
       
    5. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      Code:
      public static bool HqHasAtLeast(
      	uint itemId,
      	int Count
      )
      No, you can't use it like that. Also, there's a nice feature in the forums at the top of the page for searching, your question about the item id has been asked and answered many times before.

      In this URL, 5347 is the Item ID. Fleece - Item - Final Fantasy XIV : A Realm Reborn (FFXIV ARR) Database
       

    Share This Page