Winterbay
Active member
Is there a reason it always casts song of solitude?
It always cast Song of Solitude when the script thinks you need less combat. Have you found a place where it doesn't need that and still does it?
Is there a reason it always casts song of solitude?
So...I'm on my 2nd Boris run, and I haven't done much different except I started with 2 more skills, but now it seems like I'm not having the meat problems like I did before...so I don't think this is a big issue. I've kept my settings though to not use Ben Gal Balm if I drop below 4,000 meat. I just don't like it getting that low in case I need to buy stuff for quests or crafting.
It always cast Song of Solitude when the script thinks you need less combat. Have you found a place where it doesn't need that and still does it?
BCC's BafH clan
Use BCC's BafH clan to get ice shards from the April shower, if your own clan don't have one. Once I get the Double-Ice Cap (and when the script is not in a zone where I need an outfit hat) I rarely dip in meat.
I haven't tried out PvP yet, can you lose items when you're in HC? If not, going for flowers would help. If you can, I'd hate to lose my helm...
[534] Barrrney's Barrr
Encounter: toothy pirate
Strategy: E:\Dropbox\KingdomOfLoathing\ccs\bumcheek.ccs [default]
Round 0: Illarion wins initiative!
WHAM: Running SmartStasis
Round 1: Illarion executes a macro!
Round 1: Illarion casts MIGHTY AXING!
Round 2: Illarion wins the fight!
You gain 64 Meat
You gain 20 Beefiness
You gain 2 Wizardliness
You gain 15 Cheek
Level 13 Starting
bcasc_lastCouncilVisit => 138013
BCC: Ignoring Clancy
BCC: We have not completed the stage [lair0].
BCC: We have not completed the stage [lair0].
BCC: Please get NG for telescope part 4 from 'Orc Chasm' yourself
BCC: We have completed the stage [lair0] and need to set it as so.
bcasc_stage_lair0 => 138
BCC: We have completed the stage [lair0].
BCC: You need tower items that the script won't automatically get. Go get them yourself.
boolean buMax(string maxme, int maxMainstat) {
print("BCC: Maximizing '"+maxme+"'", "blue");
if (my_path() == "Way of the Suprising Fist") maxme += " -weapon -offhand";
if (my_path() == "Avatar of Boris" && !contains_text(maxme, "outfit")) {
if (i_a("Boris's Helm") > 0) maxme += " +equip Boris's Helm";
else if (i_a("Boris's Helm (askew)") > 0) maxme += " +equip Boris's Helm (askew)";
} else {
maxme += " -equip Boris's Helm";
}