Thanks!
I'm not seeing that setting in the normal bumcheekascend relay when I "runscript" where do I set that? (sorry for being a total newb)
Both KoL and KoLmafia were recently updated to rename this item to "Crimbo ukulele" - now the script needs updating as well.Bad item value: "Crimbo ukelele" (bumcheekascend.ash, line 5339)
Reordering things in the code is pretty easy. There's section with functions like bcs1(), bcs2(), ... bcs13(). You can reorder the parts inside. You can even duplicate parts and put a test for BIG! around them. Here's what I did so that I can start mining and get by ballroom song set before the friars quest.I've been trying the script out in HC BIG! and was curious if there is a way to force the script to do the hidden city quest earlier in the run? Or even first?
This would be nice as it would give the cash needed for later in the run and also some needed items. I know I'd probably have to stop before each spirit, to use a colorful toad or the like to defeat them, but was curious if this was possible. Or how I could reorder the quests?
I haven't started poking around with the actual code yet, but if the order is all handled in one area and someone could point me to the line numbers I could probably hack it out.
void bcs6() {
bcCouncil();
if (my_path() == "BIG!") {
bcascMining();
bcascManorLibrary();
bcascManorBedroom();
if (my_ascensions() > get_property( "lastQuartetAscension").to_int()) {
abort("Set your Quartet song now");
}
}
bcascFriars(); //questL06Friars
That's been pointed out to me before and again I wonder why I haven't tried it.Or you can run parts manually by using the aliases that gets set when you run the script for the first time.
The script, together with WHAM, tried to fight the final Protecor Spectre and miserably failed (got stuck in an endless loop). I have no idea why, since winning that fight was as easily done as casting Saucegeyser one time, for which I had more than enough MP. Description can be found here.
I don't know exactly where the fault is, whether in KoLmafia or in bumcheekascend or in WHAM.