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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Lisbeth] Your own personal crafter!

Status
Not open for further replies.
Since Neverdyne helped me fix my problem, Here's the corrected .yaml file for the world to use!
Not really sure on the requirements for craft/control, but it's simple and easy, and works if you have at least 338 CP.
Code:
Recipes:
  - Rose Gold Nugget
  - Twinthread
  - Darksteel Nugget
  - Spruce Lumber
  - Darksteel Plate
  - Hippogryph Leather
  - Growth Formula Delta
  - Enchanted Gold Ink

Steps:
  - Comfort Zone
  - Inner Quiet
  - Steady Hand II
  - Manipulation
  - Basic Touch
  - Basic Touch
  - Basic Touch
  - Basic Touch
  - Steady Hand II
  - Ingenuity II
  - Innovation
  - Basic Touch
  - Great Strides
  - Byregot's Blessing
  - Careful Synthesis II
 
Last edited:
The spaces are wrong. Yaml is space sensitive, they must be two spaces, dash, space, name.
 
The spaces are wrong. Yaml is space sensitive, they must be two spaces, dash, space, name.
Darn, I would have thought it would be, but I thought I cheated from the example file perfectly, guess not.
Thanks! I'll give it another go :P

Oh, and by the way I was REALLY tired last night, I didn't see that the formatting of this got extremely BOTCHED by the time I threw it online, NO idea what happened. Whoops, Think I used tabs in notepad ++, without thinking, and that might be why the formatting is so erratic.
 
Not yet, it'll be a while before I get to implement that I'm afraid.
This is very sad to hear, with the addition to macros along with messing with the crafting logic, I have been able to almost get everything I do with crafting done with Lisbeth, but having to manually pop food every 30/40 min is the only thing stopping me from being able to afk craft, something like ~99 spruce plywood.
 
Yeah I know, I'll work on it when I have time. It's just that work has been catching up to me so I'll be busy for a couple of weeks.
 
This is very sad to hear, with the addition to macros along with messing with the crafting logic, I have been able to almost get everything I do with crafting done with Lisbeth, but having to manually pop food every 30/40 min is the only thing stopping me from being able to afk craft, something like ~99 spruce plywood.
With very high end gear, and enough HQ materials, you can totally still do it, though :D
 
Lisbeth doesn't seem to be working as per the game update last night.
Confirmed that FATE bot is still working, though, so it seems to be exclusive to crafting?

Edit: Nvm I'm dumb.
 
Last edited:
My gathering profile doesn't change classes, so maybe it's related to that. Maybe it's just not fully updated?
 
Haven't tested class switching since the patch, but everything else seems to be working fine for me. What's the problem? Post a log.
 
That's the weird part.. there's nothing in the log. I have a check like this:
Code:
        <If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
          <RunCode Name="MIN" />
          <WaitTimer WaitTime="3" />
        </If>

In the code chunks I have this:
Code:
    <CodeChunk Name="MIN"><![CDATA[ ff14bot.Managers.ChatManager.SendChat("/gs change 23"); ]]></CodeChunk>

I haven't checked if it's the <If> failing or the call to change class, but there's no errors in the log about it.


I'll try to get more info on it later, but for now I'm just doing FATEs.

Thanks for the support.
 
Figured out the problem.
"Orders" are case sensitive.
It was really wigging out though, trying to repair my armor, then saying it was done, it didn't indicate anything about the incorrect item name, and if it did I just totally missed it.

Oh well, sorry for the scare, it's working fine, I figured the update broke it as soon as it didn't work.
 
Ah thank you so much for your continued creation of these awesome tools (setting up auto-updating via SVN is a very nice extra). I hope to send some diff files your way soon (just to spice things up + offer some stability fixes, already even the 0.1 releases are always well tested).
 
New Version

- Added a new strategy for 2-3 star 40 durability recipes called Black Lotus.
- Minor refinements to Starry Night Miter.

Whenever you update Lisbeth, check the Macros folder and delete anything that's not yours. My macros are there, which might mess up your stuff.
 
Yeah open the settings window and click the Macros button. There's an example file in there already, you can modify or delete it. Each macro should be in its own .yaml file inside that folder.
 
Nah, Lisbeth will choose the macro over any strategy as long as the macro exists for that recipe, and you enable macros on the settings.
 
Status
Not open for further replies.
Back
Top