What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Search results

  1. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    If you want to also count what the orders themselves produce for the next order, you'll have to do it separately. Notice that if the ingots and such are there only so you can make the rings, you can omit them. Lisbeth will make the ingots first without needing you to specify it. She'll craft any...
  2. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    The settings file had my gearsets with my control and craftsmanship. Make sure you've changed that to yours, especially the gear sets. You can force a certain job in the order itself, look at the original post's example.
  3. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    For low level stuff, I would suggest HastyAndKinky, which is the default one. StarryNightMitter was made without using Ingenuity II by design, but right now I'm reworking all the strategies so we'll see how it ends.
  4. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Ah, yeah that's probably it. The settings file has my stats :( I'll set it to 0 again.
  5. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    @SinisterJoin Thanks for the suggestions. I agree with what you wrote. As Kage mentioned, I'm completely rewriting how Lisbeth does crafting, hopefully making it smarter. Right now the strategies are based on behavior trees much like combat routines. This is fine to a certain extent, but the...
  6. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Lol, thanks! @Munkee Yes, that's my bad, but there's a workaround. The crash happens when "UseAgil" is set to True on the settings, but you don't have Agil installed. To avoid it, change it to false like so: "UseAgil: False" I'll add a check next version so it never happens either way...
  7. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    All components are made using Hasty And Kinky, which might not be the best for high level components. If you want to use a different strategy for them, the best thing is to make the order for the components first, and once finished change the order to the final item. You're right that it won't...
  8. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Hmm, I'm not entirely sure. I think I might try using GitHub again and I could make you a contributor so you can make updates, but the last time I tried GitHub it was giving people problems with the Yaml files. Otherwise, you could send it to me and I'll add it.
  9. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    @Yasuko Lisbeth already does most of that. All three strategies already take into account tricks and such, it does mend - hasty cycles until there isn't enough CP for another and then does the byregot finisher. They also take into account excellents and what to do if a good appears in the...
  10. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Thanks for all the replies guys, they are really helpful since I'm kinda new to high level crafting. It seems like every high level strategy revolves around maximizing Inner Quiet stacks and finishing with a Byregot killzone. Miter's, Kage's, and even Yasuko's picture seem to depict this, but...
  11. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yeah that's because it calculates what each order needs and checks your inventory at the start, without taking into account what the orders themselves produce. Currently there is no way to account for previous orders, I might give the option later on but right now I'm reworking the crafting...
  12. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    You can force a class without having to delete it from settings, just set it's field in the order itself. Look at the example order in the original post of this thread, it's set to Armorer there but you can set it to whatever you want.
  13. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Hmm, alright. Now the question I would have is how do you know when to stop increasing quality, do the Byregot, and then finish the synth? As I see it, either way the bot would have to predict how many synth skills it needs to use to finish it, so as to know how much CP / durability to reserve...
  14. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    New Version - All three strategies now finish the craft when quality becomes full. Please delete the example macro if you don't need it. It's just there to show you how they look so you can make your own. So I've been thinking, it seems like all three strategies have the same idea...
  15. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yeah, it's supposed to use those. It's basically Starry Night Miter but for 40 dura crafts, with Manipulation instead of Master's Mend since it's more CP efficient. Did you cross class all the skills in bold on the original post for Black Lotus?
  16. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Macros won't ever get that complicated, they are meant to be simple steps. Strategies are where complex things go. For example, I managed to craft all 20 HQ items for my 40 dura lucis turn ins by using Black Lotus. Starry Night Miter is also good for 80 dura 3-4 star crafts. If you want anything...
  17. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yeah it's only an issue on close cases, where the total progress is 100, the formula gives 99, and the real value is 100 / 101 or so. I'll round instead of flooring, see if that helps.
  18. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yeah :( The formula is giving a value that's below the real one, so it thinks one CSII won't finish it, but it does. A few updates ago I implemented a cache for the inverse situation, when the formula gives a value higher than the real one, it'll cache the real value obtained and use that...
  19. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    The major problem with the strategies right now is that they need to know how much progress a synthesis skill will do, since they revolve around leaving the craft 1 careful synth away from finishing, and only then increasing quality. To predict how much progress a CSII will produce, it uses a...
  20. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    I just tried doing a checkout and had no problems, are you sure you're using: https://subversion.assembla.com/svn/lisbeth/Lisbeth
Back
Top