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.
I used black lotus for the weaver lucis turn ins, that is in fact the reason why I made it and it worked for me. You could try a couple of them with black lotus and see if it works for you. Just make sure you have the correct skills.
 
I just noticed that this won't craft items that require you to "Select" gear to modify, specifically the Worm Eaten Shield to make the Vintage Square Shield. Is there something I'm doing wrong, or is this just not supported currently? At any rate, I appreciate the hard work on this and it works great!
 
Yeah any recipes that require an actual equipment as an ingredient won't work, this is just a limitation with the Synthesize tag right now, not much I can do about it for now I'm afraid.
 
Any way I can make myself a Lisbeth strategy that just repeatedly uses Master's Mend and Careful Synth 2? I'm leveling desynth and it'd be much quicker since HQ doesnt affect desynth rates. I dont wanna get screwing around in the Lisbeth code because I don't want to break anything.

Edit: Just to add, my main reasoning is because once you get desynth to around 60ish you have to make non-quicksynthable items to desynth, and the attempts to raise quality are basically pointless
 
Last edited:
Any way I can make myself a Lisbeth strategy that just repeatedly uses Master's Mend and Careful Synth 2? I'm leveling desynth and it'd be much quicker since HQ doesnt affect desynth rates. I dont wanna get screwing around in the Lisbeth code because I don't want to break anything.

Edit: Just to add, my main reasoning is because once you get desynth to around 60ish you have to make non-quicksynthable items to desynth, and the attempts to raise quality are basically pointless

HQ does effect desynth, and 2 you don't need to make a strategy just make a macro for the items that you will be making.
 
Ya HQ has 0 bearing on desynth, thus when I was level'n I made a Fast.yaml file that spammed the required mats for desynth, i.e gold specs, saurian belts etc. Pretty much all 419 progress synths so my macro was pretty much

-Gold Ingot
-Twinthread
-Saurian Leather
-Terminus Putty
-etc
-etc


-Ingenuity II
-C2
-C2
-C2
 
black lotus is actually pretty solid except for a bait difference at the end, it should easily be able to handle the luci turns ins just remember to eat your food
 
Something which you could add if you like

There is one thing which I added privately to Lisbeth which you could consider to add to yours.
A option to logout when done.
i like it when I set a bunch of orders before I go to bed that I actually logout when I am done.

Code:
if (settings.LogoutWhenFinished)
                    {
                        const uint WM_KEYDOWN = 0x100;
                        const uint WM_KEYUP = 0x0101;
                        IntPtr handle = Core.Memory.Process.MainWindowHandle;

                        ChatManager.SendChat("/shutdown");
                        Thread.Sleep(1000);
                        PostMessage(handle, WM_KEYDOWN, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                        PostMessage(handle, WM_KEYUP, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                        Thread.Sleep(1000);
                        PostMessage(handle, WM_KEYDOWN, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                        PostMessage(handle, WM_KEYUP, (IntPtr)Keys.NumPad4, IntPtr.Zero);
                        Thread.Sleep(1000);
                        PostMessage(handle, WM_KEYDOWN, (IntPtr)Keys.NumPad0, IntPtr.Zero);
                        PostMessage(handle, WM_KEYUP, (IntPtr)Keys.NumPad0, IntPtr.Zero);
                        Thread.Sleep(1000);
                    }
 
Lisbeth seems to be doing ok, now. I ran through most of the common trouble shooting and couldn't get any results. Lisbeth just kept skipping a step and failing or just kept attempting quality progression after 11 stacks of IQ. The only two things different from then vs now is the update after patch 2.55 and I upgraded to and melded a Dodore Belt. Just thought I'd update on my issue. :)
Thanks!
 
Ok if i get this right, this levels crafting professions but i still need to tell it what to craft?
are there profiles for it somewhere?
 
I'll take a look at it. Again, in case anyone missed it, the reason why I haven't updated Lisbeth much at all lately is because I'm working on version 2.0, and since it is completely different, anything that I fix on this version won't have any benefit for the other and vice versa. They are two different bot bases at this point. So I'm concentrating my efforts on the new one, it will be released soon(TM).
 
Hello,

the working profile Starry Night Miter is not working.

I wanted to use it to create HQ of Rangers Tunic and wanted to use the bot to craft the needed materials with the basic ingredients like fleece
 
Status
Not open for further replies.
Back
Top