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.)
[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
[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!
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.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();
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![]()
Did you edit or download a new LisbethBot.cs?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