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.
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.
 
@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.
 
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.)
 
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.
 
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.)

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 :)
 
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..
 
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:
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!
 
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();
 
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();
This allowed me to run without connection closed. Mastahg's update fixed the call spell data issues.
Thanks for the help
 
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();

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
 
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
 
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

Assuming they work.. do macro. Macro = Beuno.
 
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
 
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
Did you edit or download a new LisbethBot.cs?
That seemed to be the latest workaround, although I haven't tried it yet
 
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?
 
Status
Not open for further replies.
Back
Top