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]

    Well, the order doesn't have Fingerless Goatskin Gloves. Are you sure that's the one? Are they a component for something else?
  2. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    That sounds very interesting indeed. For the simulator model, I got the quality / progress formulas from another simulator I found somewhere that seemed to produce values close to reality. From the tests I made, they provided good predictions but am not 100% certain it'll hold for every recipe...
  3. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    It uses an internal crafting simulator to expand a crafting tree, where each node is a resulting state from using a specific skill on the previous node. The tree is huge so it cannot be searched exhaustively to find the ideal sequence of skills, but by using a divide and conquer approach that...
  4. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Not yet, it's the version I'm working on right now.
  5. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yup, the new version is a completely different animal in terms of how Lisbeth knows what to do next. All the decision making code right now is obsolete, reason why I haven't bothered much to fix it.
  6. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    How you should think about the orders file is that they aren't in sequence, they are simultaneous. You are asking "I want to have all of this in my inventory in the end", instead of "make this, then that, then that". But I see the problem of not using the best strat for components, if you leave...
  7. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    So I took a few vacation days, hence the delay on Lisbeth's next version. I'll start working this week on it. However, due to the nature of what the new Lisbeth does (it now uses an internal crafting simulator to predict things and such) it'll take a while to finish (around 2-3 weeks perhaps?)...
  8. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yeah, that is how it works
  9. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Dont specify the strategy in the order, just remove that field entirely
  10. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yup, I've noticed that too. See, right now there's no public API for setting HQ mats on the recipe window, so instead the only way of doing it is through the official Synthesize tag. It's the same tag and code you would use in OrderBot profiles: it opens the recipe window, chooses the correct...
  11. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Do you have the classes set up correctly in the settings?
  12. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Thanks for the reports guys. Right now I'm heavily reworking Lisbeth, so I'm afraid I don't have time to fix the current version of any problems it might have.
  13. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Yeah, I'm sorry for the crappy example, it's there just so people can see how macros look like. You can delete the file. @hkme That's strange, does it also happen if you use Hasty And Kinky?
  14. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    This is usually caused by an incorrect formula value on expected progress. Could you tell me which synthesis skill it uses, how much progress the recipe requires, and how much that skill gives you?
  15. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    This is a very strange error. The [Synthesize] indicates that the error comes form the Synthesize node, which is the exact same one used in OrderBot profiles. I *think* what it could be. Does the recipe have any strange ingredients? Anything out of the ordinary?
  16. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Been working on Agil for the last couple of days, so far no one has reported bugs with yersterday's new version so I'll start with Lisbeth again.
  17. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    @Syukito Is that particular recipe made with an actual item? Right now RB can't "set" actual equipment to the crafting window. Like the Reinforced recipes. Nothing I can do about that one. @Wilderg99 Seems it's using the example macro, but since you're level 1 you still don't know Basic...
  18. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    That shouldn't be happening with the latest version, hmm. For now, just set "UseAgil: False" on the settings.
  19. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    It's using HQ materials, perhaps?
  20. Neverdyne

    [Lisbeth] Your own personal crafter! [Paid]

    Did you perhaps delete Goldsmith from the settings file? It needs to be there so Lisbeth knows the class can be used to craft components. Edit: I swear, more and more I'm starting to think a proper UI is in order to avoid such headaches, I know Yaml files are cumbersome. I just use them cause...
Back
Top