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

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

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

      Eklipse New Member

      Joined:
      Dec 13, 2014
      Messages:
      208
      Likes Received:
      0
      Trophy Points:
      0
      I would use Mal's 3 star profile for Luic's it has built in food as well
       
    2. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      I used black lotus for the weaver lucis turn ins, that is in fact the reason why I made it and it worked for me. You could try a couple of them with black lotus and see if it works for you. Just make sure you have the correct skills.
       
    3. dwight

      dwight New Member

      Joined:
      Mar 18, 2015
      Messages:
      118
      Likes Received:
      0
      Trophy Points:
      0
      I just noticed that this won't craft items that require you to "Select" gear to modify, specifically the Worm Eaten Shield to make the Vintage Square Shield. Is there something I'm doing wrong, or is this just not supported currently? At any rate, I appreciate the hard work on this and it works great!
       
    4. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Yeah any recipes that require an actual equipment as an ingredient won't work, this is just a limitation with the Synthesize tag right now, not much I can do about it for now I'm afraid.
       
    5. dwight

      dwight New Member

      Joined:
      Mar 18, 2015
      Messages:
      118
      Likes Received:
      0
      Trophy Points:
      0
      Understood, thanks for the quick reply!
       
    6. ephiron

      ephiron New Member

      Joined:
      Mar 1, 2012
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      You can add the piece of gear as a material manually and then start Lisbeth. It will fill out the rest of the items and then craft it normally.
       
    7. Stringstrider

      Stringstrider New Member

      Joined:
      Mar 24, 2015
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Any way I can make myself a Lisbeth strategy that just repeatedly uses Master's Mend and Careful Synth 2? I'm leveling desynth and it'd be much quicker since HQ doesnt affect desynth rates. I dont wanna get screwing around in the Lisbeth code because I don't want to break anything.

      Edit: Just to add, my main reasoning is because once you get desynth to around 60ish you have to make non-quicksynthable items to desynth, and the attempts to raise quality are basically pointless
       
      Last edited: Mar 30, 2015
    8. kagepande

      kagepande Community Developer

      Joined:
      Oct 20, 2014
      Messages:
      289
      Likes Received:
      11
      Trophy Points:
      18
      HQ does effect desynth, and 2 you don't need to make a strategy just make a macro for the items that you will be making.
       
    9. Stringstrider

      Stringstrider New Member

      Joined:
      Mar 24, 2015
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Untitled.png

      HQ does not affect Desynth, 5% per materia does

      Desynthesis Endgame Guide

      Formula included in OT
       
    10. Tinytox

      Tinytox Member

      Joined:
      Nov 5, 2014
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      18
      It's worth noting, though, that Materia melds have a slightly higher success rate on HQ items, though.
       
    11. Eklipse

      Eklipse New Member

      Joined:
      Dec 13, 2014
      Messages:
      208
      Likes Received:
      0
      Trophy Points:
      0
      Ya HQ has 0 bearing on desynth, thus when I was level'n I made a Fast.yaml file that spammed the required mats for desynth, i.e gold specs, saurian belts etc. Pretty much all 419 progress synths so my macro was pretty much

      -Gold Ingot
      -Twinthread
      -Saurian Leather
      -Terminus Putty
      -etc
      -etc


      -Ingenuity II
      -C2
      -C2
      -C2
       
    12. SinisterJoint

      SinisterJoint Member

      Joined:
      Feb 13, 2015
      Messages:
      83
      Likes Received:
      2
      Trophy Points:
      8
      who's? sorry kinda new here
       
    13. Eklipse

      Eklipse New Member

      Joined:
      Dec 13, 2014
      Messages:
      208
      Likes Received:
      0
      Trophy Points:
      0
      black lotus is actually pretty solid except for a bait difference at the end, it should easily be able to handle the luci turns ins just remember to eat your food
       
    14. dark wolf

      dark wolf New Member

      Joined:
      Mar 11, 2015
      Messages:
      95
      Likes Received:
      2
      Trophy Points:
      0
      Something which you could add if you like

      There is one thing which I added privately to Lisbeth which you could consider to add to yours.
      A option to logout when done.
      i like it when I set a bunch of orders before I go to bed that I actually logout when I am done.

      Code:
      if (settings.LogoutWhenFinished)
                          {
                              const uint WM_KEYDOWN = 0x100;
                              const uint WM_KEYUP = 0x0101;
                              IntPtr handle = Core.Memory.Process.MainWindowHandle;
      
                              ChatManager.SendChat("/shutdown");
                              Thread.Sleep(1000);
                              PostMessage(handle, WM_KEYDOWN, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                              PostMessage(handle, WM_KEYUP, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                              Thread.Sleep(1000);
                              PostMessage(handle, WM_KEYDOWN, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                              PostMessage(handle, WM_KEYUP, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                              Thread.Sleep(1000);
                              PostMessage(handle, WM_KEYDOWN, (IntPtr)Keys.NumPad0, IntPtr.Zero);
                              PostMessage(handle, WM_KEYUP, (IntPtr)Keys.NumPad0, IntPtr.Zero);
                              Thread.Sleep(1000);
                          }
       
    15. ToastySweetFluff

      ToastySweetFluff New Member

      Joined:
      Mar 16, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      Lisbeth seems to be doing ok, now. I ran through most of the common trouble shooting and couldn't get any results. Lisbeth just kept skipping a step and failing or just kept attempting quality progression after 11 stacks of IQ. The only two things different from then vs now is the update after patch 2.55 and I upgraded to and melded a Dodore Belt. Just thought I'd update on my issue. :)
      Thanks!
       
    16. letsgo2u

      letsgo2u New Member

      Joined:
      Jan 15, 2010
      Messages:
      252
      Likes Received:
      0
      Trophy Points:
      0
      Ok if i get this right, this levels crafting professions but i still need to tell it what to craft?
      are there profiles for it somewhere?
       
    17. ToastySweetFluff

      ToastySweetFluff New Member

      Joined:
      Mar 16, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      Ran into the same problem after quite a few successful synths.
       

      Attached Files:

    18. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      I'll take a look at it. Again, in case anyone missed it, the reason why I haven't updated Lisbeth much at all lately is because I'm working on version 2.0, and since it is completely different, anything that I fix on this version won't have any benefit for the other and vice versa. They are two different bot bases at this point. So I'm concentrating my efforts on the new one, it will be released soon(TM).
       
    19. ToastySweetFluff

      ToastySweetFluff New Member

      Joined:
      Mar 16, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      Understood! I 'look forward to it'. :D
       
    20. MagistratMay

      MagistratMay New Member

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

      the working profile Starry Night Miter is not working.

      I wanted to use it to create HQ of Rangers Tunic and wanted to use the bot to craft the needed materials with the basic ingredients like fleece
       
    Thread Status:
    Not open for further replies.

    Share This Page