Search results

  1. Theraze

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    An autostop adventure would be the same thing that LeaChim reported before the bug got closed. http://kolmafia.us/showthread.php?21916-adv1-aborts-when-I-meet-the-protector-spectre Or what I made as a FReq three years ago where I'm supposed to get a debug log, if I can figure out what to report...
  2. Theraze

    Slime Tube Adventuring Script

    That's not how you'd run a relay script. A relay script is run through the relay browser. Top-right corner, choose the slime from the dropdown list. Regarding non-relay scripts, you can call those.
  3. Theraze

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Protector Spectre is an autostop adventure which makes it not start automatically. Just run_combat again and it will automate properly.
  4. Theraze

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

    Since it was recently-ish integrated into mafia, I can now suggest using prefref bcasc_ without needing to explain the alias. :) Ignore the "bcasc_stage_" entries, as those are automatic as you run, but everything else would probably be worth looking at and considering.
  5. Theraze

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

    Yes. Have you configured it to use keys on door NC? If no, then it won't eat your keys. If you haven't configured it, the script will tell it to spend 1000 meat to skip 5 fights, but if you configure it to skip the door choice, it will respect that choice. Welcome. :) If the script says you have...
  6. Theraze

    Bug - Not A Bug adv1 aborts when I meet the protector spectre

    This is a duplicate to this FReq from 3.5 years ago. http://kolmafia.us/showthread.php?14874-Removing-autostop-on-Massive-Ziggurat It's officially waiting on a debug log, though that debug log is waiting to find out what should be in it, as per the question. Alternatively, rather than doing...
  7. Theraze

    BatBrain -- a central nervous system for consult scripts

    My usual olfaction target is just "goals" so that if I have a goal set, SS can automatically figure out who in the zone is the best for that. Not optimal, but it's dynamic at least. :)
  8. Theraze

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

    Okay, BCA should support LtA runs automagically now if you set bcasc_autoVillains to true. If you set your doors, it will respect your settings. If you haven't set them, it will eliminate 5 fights for 1k meat, and 200 meat per adventure is cheap. Like with other runs where it can't be used, LtA...
  9. Theraze

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

    Not a problem, we'll just skip those zones for levelling if we haven't got the organ. LtA challenge support begun. Basically just skipping familiars, but I need to tell it to ignore the wand as well. Might add auto-running the super villain lair through a preference. Anything else?
  10. Theraze

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

    This needs touchup and some fixing, since it's not very smart but it's better than nothing. I'm not at the mental code level right now to consider what I did and why. :) I think the goal was adding 'goals' to autoOlfact if we have a set goal and goals isn't in the aO preference yet.boolean...
  11. Theraze

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

    For my beforeBattle, it's importing BBB plus flavourScript to improve spell tuning. Though I also have flavour which looks more updated. Commented out the flavourScript import and changed to flavour for now. We'll see if that does better. For my afterAdventure, it's importing drinkKOLHSBooze...
  12. Theraze

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

    Might be whatever you've got that's messing stuff up. I get the key successfully without wasting turns... Might be Mr Script messing you up, might be something else. Alternatively, do you have any before battle or after adventure script set? Maybe something there is doing confusing things. Or...
  13. Theraze

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

    Hmm. So mafia knows/has the right price, but still doesn't want to acquire it even though... *blinks* Only real thing I can easily think of is some sort of funky beforeBattle/afterAdventure/postAscension script that's messing with your acquire locations, since you've checked on your end and...
  14. Theraze

    CanAdv -- check whether you can adventure at a given location

    Not sure what your 'The' is, but... So, two unknown zones. If someone wants to pass along their unlock conditions, great. :)
  15. Theraze

    BatMan Relay -- more info, less clicking

    For curiosity's sake, have you tried SimpleSmack lately? I find that for aftercore, it gives better and faster results than WHAM. For some runs as well, but since it doesn't do the niche hits as well, the RAM and meatwall both get WHAM even on otherwise SS runs.
  16. Theraze

    CanAdv -- check whether you can adventure at a given location

    Oh, I don't doubt that SOMEone out there qualifies, but most people that committed wouldn't want to risk some malicious coder causing them to unlock the sky in a vindictive, but petty, move to remove their distinctiveness. :) Whenever we hit someone with that combination of dedication...
  17. Theraze

    CanAdv -- check whether you can adventure at a given location

    Committed. I was questioning through the decision of working based on mafia's understanding of the quest or the item, since you can elect to not get the item in current state if you somehow hovered between the revamp and never ascended, but the chance of someone who purposefully avoided...
  18. Theraze

    BatMan Relay -- more info, less clicking

    Well, if you had both CanGo and CanAdv installed as svn scripts... it used only CanGo. if (svn_exists("omniquest")) page.append("<script>cancan = 'cango.ash';</script>\n"); else if (svn_exists("therazekolmafia-canadv")) page.append("<script>cancan = 'canadv.ash';</script>\n"); // tell...
  19. Theraze

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

    It's not BCA failing to buy the ID, it's your mafia settings stopping it. You've clearly shown that with your 5373. :) To break that down... 1) You told mafia to use normal acquisition logic to get the ID. It said no. 2) You told mafia to buy the ID ignoring any other restrictions you've placed...
  20. Theraze

    BatMan Relay -- more info, less clicking

    You missed the active part of that comparison. In addition to posting a CanAdv question in the BatManRE thread. But... case $location[The Castle in the Clouds in the Sky \(Top Floor\)]: if (!qprop("questL10Garbage") && get_property("lastCastleTopUnlock").to_int() < my_ascensions()) return...
Back
Top