DeathShade
Member
I don't know what BBS and AAS stand for, can you enlighten me?
Level 7 Starting
...
BCC: We have not completed the stage [manorgallery].
...
BCC: Maximizing ''
Need to Level up a bit to get at least 210 buffed Primestat. This means getting 19 Primestat.
Conditions list cleared.
Condition added: Substats: 0 / 0 / 4,609
Cleared mood.
int sMox = safeMox(loc);
print("Safe Mox: " + sMox + " loc: " + loc);//Add this line to see value
Safe Mox: 201 loc: The Haunted Gallery
if (freq >= 0 && mob != $monster[Guy Made of Bees] && mob != $monster[Baron von Ratsworth] ) ret = max(ret, monster_attack(mob));
if (freq >= 0 && mob != $monster[Guy Made of Bees] && mob != $monster[Baron von Ratsworth] && mob != $monster[ghost of Elizabeth Spookyraven] ) ret = max(ret, monster_attack(mob));
Veracity said:Is the script trying to run with Monster Level +140 or something
Well, you COULD tell it to ignore safe moxie... or you could let it level to safe moxie levels. Either way.
Interesting. Yes, the ghost of Elizabeth Spookyraven scales - to a max of 300. So, if BCC is trying to level in order to out-moxie it, that's pretty much guaranteed to fail.I was trying to let it level to a safe moxie level, but that number just kept getting bigger and bigger, and bigger since it appears the monster in question is scaling.
I see. They have already done that. Yes, this monster is an obvious candidate for that list.That's the reason I suggested adding the monster to the list of monsters we ignore when checking safe mox levels.
Ahhhh, that explains things. Thanks.If you want people to actually notice your posts, it's better if you don't edit posts. Especially when there are posts after yours...
Tweaked the check to skip the ghost.
Your suspicion that this is a KoLmafia problem is spot-on. There's two different items called "Staff of Ed" now.It seems that there is something broken with mafia, the call to "make Staff of Ed" gives out an error and as a consequence the script just skips the last part of the McGuffin quest until you craft the staff manually.
So mafia still isn't making the old Staff of Ed? I thought I fixed that, and no one posted otherwise.