• Visit Rebornbuddy
  • [Lisbeth] Your own personal crafter!

    Discussion in 'Archives' started by Neverdyne, Feb 12, 2015.

    Thread Status:
    Not open for further replies.
    1. Dgame

      Dgame Member

      Joined:
      Aug 19, 2014
      Messages:
      320
      Likes Received:
      0
      Trophy Points:
      16
      How will 2.0 handle crystals? They only pop up sometimes. Will you automatically farm crystals while farming shards or will it just farm shards until crystals pop? I'm just curious.
       
    2. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      @sharklover9 That's a feature I might add in the future for sure.

      @Dgame It handles them by using "fallback" items. So if there's no crystals it'll get the shards.
       
    3. wnxchampion

      wnxchampion Guest

      I miss lisbeth so much T_T

      suggestion: is it possible to make lisbeth know that my order contains craftable ingredients?
      (e.g.
      - Name: Steel plate
      Amount: 5
      Job: Armorer
      Strategy: Hasty And Kinky
      - Name: Steel Gloves (typo??)
      Amount: 5
      Job: Armorer
      Strategy: Hasty And Kinky
      /e.g.)
       
    4. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      it already will. lisbeth will make all components for an item that are required. With the order you have there it will make 5 extra squares that will still be in your inventory after the gloves are done. you are asking for an end product of 5 steel plates and 5 steel gloves.

      if you want only 5 steel gloves tell lisbeth that and she will make the squares and anything else needed for the job to make 5 of them.
       
    5. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      As McGibblets said, it already does that. In fact, that is the primary reason why Lisbeth was made, and it was in it since the beginning :)
       
    6. wnxchampion

      wnxchampion Guest

      I'm sorry, i forgot to mention. if i did that. lisbeth would error with (not enough ingredients or mats)
      (e.g. inventory does not have steel plates, so it would need 10 iron ingots to craft plates, and then lesbeth would add an extra 5 plates (10 ingots) for the order to make gloves resulting in a confusing math)
      --------
      my problem so far is lesbeth auto-using BSM instead of ARM for making mats automatically hence i have to put smaller side-orders..
       
    7. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      is visual studio required to edit the recipe files? Was going to try and put in some of the new recipes for leveling but it seems to be beyond simple text file editing :p



      Edit: looks like SE changed the spell id's for items or how lisbeth handles it no longer works. macro that worked prior to xpac worked no longer does. Was having issues with hasty and kinky not using amsters mend as well.

      Code:
      [03:02:19.897 N] [Lisbeth] Craft | Spruce Lumber (5378) | Amount: 80 | Retrieved: 0 | Crafts: 80
      [03:02:23.285 N] [Synthesize] Crafting Spruce Lumber (5378) via 1526
      [03:02:24.287 N] [Lisbeth] Remaining Amount: 80
      [03:02:24.787 D] DoAction Spell 286 0xE0000000
      [03:02:27.840 D] DoAction Spell 252 0xE0000000
      [03:02:30.852 D] DoAction Spell 281 0xE0000000
      [03:02:33.862 N] [Lisbeth] I don't know what Basic Touch is.
      [03:02:42.963 N] [Lisbeth] I don't know what Master's Mend is.
      [03:02:45.965 N] [Lisbeth] I don't know what Basic Touch is.
      [03:02:48.979 D] DoAction Spell 281 0xE0000000
      [03:02:51.997 D] DoAction Spell 283 0xE0000000
      [03:02:55.021 D] DoAction Spell 284 0xE0000000
       
      Last edited: Jun 20, 2015
    8. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
    9. akk105d

      akk105d New Member

      Joined:
      May 21, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0
      Just checking, Lisbeth is not currently working yet with Beta 2, correct?
      I'm trying it and the commands aren't making it to FFXIV
      Code:
      [17:25:19.872 N] [Lisbeth] Loaded 3136 recipes.
      [17:25:19.872 N] [Lisbeth] Cannot find file: BotBases\Lisbeth\Data\ProgressCache.bin
      [17:25:19.884 N] [Lisbeth] Loaded 1 macros.
      [17:25:19.886 N] [Lisbeth] Craftsmanship: 361 | Control: 349
      [17:25:19.920 N] [Lisbeth] ROOT
      [17:25:19.921 N] [Lisbeth] Craft | Spicy Tomato Relish (7619) | Amount: 1 | Retrieved: 0 | Crafts: 1
      [17:25:19.921 N] [Lisbeth] As you wish, master!
      
       
    10. hkme

      hkme Member

      Joined:
      May 12, 2014
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      16
      This works partially in Beta1 and only crafts NQ, the default hasty and kinky does not use Master Mend due to RB problem.
      It were fixed in Beta2 and now Lisbeth works fine. At least at or below Level 50. I assume after Level 51 the calculation might be wrong like Careful Syn II could do way more than it expected on lower recipe

      Here is the code you need to edit:
      in \Lisbeth\General\LisbethBot.cs
      remove or comment line 57 and 58
      Code:
                  Navigator.NavigationProvider = new GaiaNavigator();
                  Navigator.PlayerMover = new SlideMover();
      
       
    11. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      This allowed me to run without connection closed. Mastahg's update fixed the call spell data issues.
      Thanks for the help
       
    12. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      This worked perfect and Lisbeth seems to function without any issues. I didn't realize their was Navigator code inside Lisbeth, nor can I fathom what existing functionality could make use of it; it may have just been tossed in so that it could be expanded upon later.

      Here is the file with the lines commented out for those that are unfamiliar with editing the files themselves:
      View attachment LisbethBot.cs
       
    13. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      as hkme guess, once you pass level 50 and move into 51+ it breaks black lotus as the logic doesn't handle the change in values anymore. I've just been letting hasty/kinky hq 1/2stars from level 50 to burn old mats.

      even hasty kinky is broken but at least it doesnt finish the craft before it does any quality. hasty kinky will burn your cp even with 100 quality already before finishing the craft. which is better than nq :p
       
    14. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      The reason why the navigator was set was so Agil could mender repair.
       
    15. Tinytox

      Tinytox Member

      Joined:
      Nov 5, 2014
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      18
      Assuming they work.. do macro. Macro = Beuno.
       
    16. dragospartan

      dragospartan New Member

      Joined:
      Mar 28, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      This is probably going to get flamed for stupid question but is this able to run with current beta or not when I run it it loads the skills but doesn't start to craft thx in advance
       
    17. akk105d

      akk105d New Member

      Joined:
      May 21, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0
      Did you edit or download a new LisbethBot.cs?
      That seemed to be the latest workaround, although I haven't tried it yet
       
    18. dragospartan

      dragospartan New Member

      Joined:
      Mar 28, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      It will probably work and be easier to answer when I post a log in about an hr and 20 minutes
       
    19. dragospartan

      dragospartan New Member

      Joined:
      Mar 28, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      And I think I did try the navigator edit I'll give it another go asap
       
    20. dragospartan

      dragospartan New Member

      Joined:
      Mar 28, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      worked like a charm and I know this is probably only going to be answered by dyne unless someone else has a good understanding of the plugin but how can we add new items to recipes?
       
    Thread Status:
    Not open for further replies.

    Share This Page