• Visit Rebornbuddy
  • Recipe/Action etc. ID's? Help please!

    Discussion in 'Rebornbuddy Forum' started by dustox, Jun 5, 2015.

    1. dustox

      dustox New Member

      Joined:
      May 2, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Now that CraftExport is discontinued I'm at loss how to automate my crafting. I can't find any help as to where to find Action and Recipe ID's from. Some threads said XIVDB.com. I went there, and I still can't find them. I'm sure there's an easy way to look these up so could anyone be as kind as to show me how.

      And yes, i searched. A lot. I googled. Nothing. So don't tell me to look it up cuz I tried :/
       
    2. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      The ID is the number that's in the link of the item/recipe/skill. So for example xivdb.com/?item/9035/Platinum-Ring-of-Fending, the ID of the item is 9035. However, if you're looking for the ID of the recipe to craft the item, its Platinum-Ring-Of-Fending, or 30951.

      For skills, its the same thing. However, keep in mind that for shared crafting skills, like Standard-Synthesis, each DoH class has a different ID for its version of the skill. The one I linked, 100007, is for Carpenter. Blacksmith would be Standard-Synthesis, 100021.
       
    3. dustox

      dustox New Member

      Joined:
      May 2, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      That makes sense. Thank you.

      Additional question: How do you set it up to craft a certain amount of quantity before stopping? I can use the existing profiles to edit as a template for other profiles but I don't know what to add and where for quantity.
       
    4. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      I'm not quite sure what you're using to craft. I stopped bot crafting during that update kerfuffle that broke all the plugins, but I believe Lisbeth should be working atm, and most people use that to craft.
       
    5. Munkee

      Munkee New Member

      Joined:
      Dec 9, 2012
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      1
      This is what I have for Electrum rings. Just an example.
      Code:
      <Order>
      <While Condition="True and not HasAtLeast(5090,99)">
      The "and not hasatleast". It translates it to: as long as you don't have at least 99 of item 5090(found from xivdb.com). Hope that makes sense.
       
    6. dustox

      dustox New Member

      Joined:
      May 2, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Lisbeth, to my understanding, has only three profiles. That's what the Page lets you understand. Those profiles provided require you to have all crafters at 50 for those specific skills. I don't have those crafts. I need to craft SB equipment with a specific rotation to achieve HQ quality, and the only way to do that is write it up myself in those order.xml files. I just didn't understand where to pull item/recipe ID's from and quantities.

      Those have been answered however, so thanks :).
       
    7. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      I believe not all of Lisbeth's strategies require all crafting skills. More importantly, it has a macro feature which is exactly what it sounds like, and you can just write in the names of the items and skills without worrying about recipe or action ID.
       
    8. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      The standard "Hasty and Kinky" strategy, as stated in the first post in the Lisbeth thread, works for all DoH classes and at every level (though, every once in a while the first attempt fails while it calibrates to your current abilities and gear). The one main caveat is that when it tells you the required materials in the log, it assumes you have a high enough level of the other DoH classes to make all the required materials for the recipe you are crafting; to get around this, place all the recipe mats in your inventory before starting the bot so it doesn't try to make/suggest them itself.

      I'm using it to level all of the DoH classes (starting from level 1) and clear my inventory after leveling the DoL classes. I find that it provides me a better chance at an HQ item then if I did it manually (though likely due to my inexperience in crafting), and certainly works much faster then I could myself and handles dynamic progress better then a macro.

      The developer is also actively improving it for a (near future) Lisbeth 2.0 release which will eventually cover substantially more options and functionality.
       
      Last edited: Jun 6, 2015

    Share This Page