You may be confused? Breakfast and loginScripts are completely different things. The in/after ronin settings in automation are for breakfast - which NewLife runs after ascending. So just set your in-ronin breakfast to harvest.
Bale does his harvesting in his loginScript because he wants finely-tuned behavior, but letting breakfast harvest for you is fine for 99% of people.
no i think i understand. i have my in-ronin set to "harvest anything". i was suggesting that maybe his script was calling onLogin but not the automation stuff. If we're all sure that it is then i'll just accept that it doesnt work for me and try to remember to manually harvest.
void check_breakfast() {
if(get_property("breakfastCompleted") == "true") return;
vprint("Time for breakfast.", "blue", 3);
cli_execute("breakfast");
string loginScript = get_property("loginScript");
if(loginScript != "")
cli_execute(loginScript);
}
check_breakfast();
cli_execute("outfit save Backup"); // Accidently equiping Backup after ascending cases error. No more oops.
print("Welcome to your new life as a "+myclass+"!", "green");
Code:void check_breakfast() { if(get_property("breakfastCompleted") == "true") return; vprint("Time for breakfast.", "blue", 3); cli_execute("breakfast"); string loginScript = get_property("loginScript"); if(loginScript != "") cli_execute(loginScript); }
If you see the welcome message, you HAVE run the breakfast check. The only potential bug/reason why running breakfast manually might work is if mafia has changed to only reset the breakfast flag AFTER running the postAscension script, even though you're no longer in the ascension in which you ran breakfast... which, if it happens, would be a mafia bug. If that is not the case though, as I expect, your system just hates you. Which is sad, but there's nothing Bale or any of us can do to fix it.Code:check_breakfast(); cli_execute("outfit save Backup"); // Accidently equiping Backup after ascending cases error. No more oops. print("Welcome to your new life as a "+myclass+"!", "green");
Thank you. You could also check your session log for the day you last ascended and see what is recorded there. It might also be interesting to copy get harvestGardenHardcore into your gCLI and copy the response here. Maybe things are different from what you think.
Bale, could you set it so that if you have all of the Jarlsberg points then it'll just buy all the skills immediately? I bought a couple of buckets and clicking the skills is effort.
What is a "bucket"?I bought a couple of buckets and clicking the skills is effort.
What is a "bucket"?
I was one of the people that quite literally lost sleep from feeling "forced" to ascend to get boris and zombie skill points to aim for the leaderboards. I could follow Jick's advice and ignore the path. That would certainly lead me to paying less attention to KoL, and KoLmafia, in the process. So I chose to suffer through the grind rather than possibly quit playing KoL.
When I learned about the bucket, I picked one up immediately. Based on how other people are describing their first Jarlsberg ascensions, I'm very glad I did.
Sucks to be you. I'll earn my points the old fashioned way so it'll take me a while to care, but I'll be glad to add this right now if you will help me.
You know your way around a web page, so please help me out by posting the relevant links that I'll need to visit_url(). I assume that some of the values are ranges, so just let me know if they are 1-8 or whatever. I appreciate the help.