Search results

  1. AtlanteanScion

    Bug - Fixed Sushi no longer creatable via CLI

    Sushi is no longer creatable via the CLI as of r16354 ("Item Finder checks Mixing Method for creatables based on itemId rather than item name. Should fix ash create issue."). For example, the command "create magical giant dragon roll" succeeds with r16353, but fails with r16354. Looking at the...
  2. AtlanteanScion

    Bug - Fixed Mall daily limits get mixed up after sorting using the Store Manager

    Understood. I generally don't like limits either, but they can be useful for philanthropic sales. Thanks, I tried to simplify the replication procedure, and I tested it multiple times, so it should be reliable. Part of my RL job is fixing software bugs, so I appreciate the value of a...
  3. AtlanteanScion

    Bug - Fixed Mall daily limits get mixed up after sorting using the Store Manager

    I verified this bug today using KoLmafia v16.0 r12951, although I first noticed it a while ago (last year, I think). As such, I expect it is unrelated to the recent KoL mall interface overhaul. Warning: The following procedure will switch up your limit assignments. Do not proceed if you have...
  4. AtlanteanScion

    Bug - Fixed Wrong Spooky Forest NC selection displayed

    I ran into an odd Mafia behavior that confused me, so I delved into the source and found a very minor bug. I'm running the current latest Mafia build (r11387), though I've seen this issue in previous versions. Description: In Mafia's Choice Advs tab, if you set the Spooky Forest non-combat...
  5. AtlanteanScion

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Bug report Bug report moved to SourceForge: Modifier maximizer steals scarecrow's spangle pants.
  6. AtlanteanScion

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Minor bugs and suggestions bumcheekascend v0.44.ash: Lines 767-769: These lines ensure the spangly sombrero isn't equiped when using a spanglerack. Should there be a similar check for the scarecrow? Lines 2587-2604: If a LFM is faxed from within bumAdv(), then the script doesn't switch back...
  7. AtlanteanScion

    Bug - Fixed r10759: semirare window warning prevents autorecovery

    Oops, sorry, I hadn't realized this should be considered a feature request. Thanks Bale!
  8. AtlanteanScion

    Bug - Fixed r10759: semirare window warning prevents autorecovery

    If KoLmafia warns me about breaking a 100% familiar run, then it won't warn me about having a ten-leaf clover in my inventory. I only get one pre-combat warning. Since boss fights have an MCD pre-combat warning, perhaps it overrides the 100% familiar warning or vice versa. I haven't spaded...
  9. AtlanteanScion

    OCD Inventory control

    Bug report First off, this script is extremely useful. Thanks Bale! Lines 359-372 of OCD Inventory Control.ash v3.7: boolean getit(int q, item it) { if(first) first = !vprint("Stocking up on requred items!", "blue", 3); return retrieve_item(q, it); } ... if(full_amount(it) < stock[it].q &&...
  10. AtlanteanScion

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Bug report The ascension script created an unbearable light even though I already had one in my inventory, thereby wasting a tome summon. Perhaps Line 2456 from v0.38 cli_execute("make 1 unbearable light"); should be changed to cli_execute("acquire 1 unbearable light");
  11. AtlanteanScion

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Bug report I ran into this minor bug a while ago, but as I recall, the ascension script YRed a Knob Goblin Madam instead of a Knob Goblin Harem Girl. Version 0.38 Line 1222: //Let's check that the monster IS the correct one if (contains_text(text, "Harem Girl") || ... This text matches both...
  12. AtlanteanScion

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Bug report The ascension script just spent 165 adventures in the Ballroom attempting to open the cellar, despite the fact that the cellar was opened on the second adventure. Log excerpt: > Level 11 Starting > BCC: We have not completed the stage [macguffinprelim]. > BCC: Opening the...
  13. AtlanteanScion

    Bug - Fixed don't see the URL bar in the mini browser

    I'm also seeing this behavior in the current build (r10222). It seems like a bug to me.
  14. AtlanteanScion

    Bug - Fixed Stickers not detected after applying to weapon

    Wow, that was fast! It's working great now! Thanks so much Veracity! Thanks slyz, that's it exactly. I commonly have "stickers unicorn, unicorn, unicorn" in my mood as an unconditional trigger. I guess I took for granted the no-op effect of repeated executions of CLI stickers; I should...
  15. AtlanteanScion

    Bug - Fixed Stickers not detected after applying to weapon

    When using stickers via the CLI command or the Gear Changer, Mafia reports that the equipment was changed, yet seems to internally think that the sticker slots are still empty. Subsequent uses of the sticker CLI command reports the error: "Odd. You already have a sticker in that spot." The...
Top