Search results

  1. Razorsoup

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

    I ran the bumcheekascend relay script and searched (ctrl+f) the relay settings page, that setting is not there. I deleted the bcsrelay_settings.txt from the /data folder and ran the bumcheekascend relay script again, setting is still not present. Searched the newly created bcsrelay_settings.txt...
  2. Razorsoup

    Slime Tube Adventuring Script

    htmlform.ash is found at http://kolmafia.us/showthread.php?3842-Form-of-HTML! Did you download htmlform and put it into your scripts folder like the OP asked? You'll also need to install zlib (if you don't already have it) which is linked in the OP.
  3. Razorsoup

    Feature - Rejected Grim Bro and ChibiChanged Daily Deeds

    Or a daily deed with drop down to select which buff to get from talking to the grim brother similar to the hatter buff daily deed.
  4. Razorsoup

    Automatic Porko!

    If it's the same spaaace.ash that I'm using, then there is a line that is visit_url("spaaace.php?place=grimace"); // finish and get your 200 lunar isotope reward that should probably be changed to visit_url("place.php?whichplace=spaaacegrimace"); // finish and get your 200 lunar isotope...
  5. Razorsoup

    Slime vial recipes

    I know but I can't just ignore them. It's a sickness. Even if I know that the script author will eventually update the script, I still have to go and fix things to get rid of those messages. I may have a problem. :) Also, @jasonharper: Thanks for this script. It worked beautifully. Got my Color...
  6. Razorsoup

    Bug - Won't Fix Papier equipment causes KoLmafia to not notice loss of Bowl of Scorpions

    Steps to reproduce: Acquire 1 bowl of scorpions Equip papier equipment (such as papier-mitre) Adventure in the hidden bowling alley until the drunk pygmy is encountered Bowl of Scorpions will be consumed but KoLmafia doesn't notice this so inventory is out of sync at this point Here is one...
  7. Razorsoup

    Slime vial recipes

    I know this is an old thread but as this is my first sauceror run, I found this script to get my vial trophy and got a number of the above messages when running it. Used some regex funness in Notepad++ to fix the names of the vials to avoid those messages. Here is a copy of the resulting script...
  8. Razorsoup

    Best sushi for profit

    Just learned the fun way that it's fill_me_up(fullness, VoA), not fill_me_up(VoA, fullness). The commit message seems to have the two variables swapped.
  9. Razorsoup

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    I commented out that line to see what would happen and got this message Mafia didn't switch back to the original familiar but something (I'm assuming BBB or mafia) tried to equip the original familiar's equipment on the new familiar. This was 6 adventures after BBB switched to the Grimstone...
  10. Razorsoup

    Best sushi for profit

    Just saw this come up when updating today: Thank you!
  11. Razorsoup

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    So the fact that this is a HC CA2 run which means I started with the skills will only make it more fun. Well, at least I know for sure now why it's taking longer. Thanks for clarifying.
  12. Razorsoup

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Based on what you said, it seems my problem is indeed BestBetweenBattle.ash. That gives me somewhere to start trying to work around this issue though I'm not quite sure how I'm going to do that. Do you happen to know why BBB would have that 'cli_execute("checkpoint clear");' line there? I'm...
  13. Razorsoup

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I was thinking that might be it but wanted to make sure I didn't screw up a setting or something else. This is the first time I've played as a DB on any of my characters so it was kind of a surprise when ED started taking longer to run.
  14. Razorsoup

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Bug report (I think): CounterChecker.ash changed my equipment to acquire a semirare but failed to change back to what I was previously wearing afterwards. Would it be possible to change this?
  15. Razorsoup

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Is it normal for EatDrink to take a lot longer for a Disco Bandit in HC than it does for any other class? It seems to take a lot longer even though the settings between characters are the same. Or do is there a funky setting causing this? > zlib eatdrink Copy/paste/modify/enter any of the...
  16. Razorsoup

    Bug - Fixed Unexpected knife plurals

  17. Razorsoup

    Feature Run counter script in relay?

    I'm beginning to understand why this wasn't already a standard feature of KoLmafia. Based on Winterbay's suggestion, the best I could come up with was this for a before battle script: import <CounterChecker.ash>; void main() { string fortuneCounter = get_counters("Fortune Cookie", 0, 0); if...
  18. Razorsoup

    Feature Run counter script in relay?

    Well, nothing except a lack of skill. I'll have to decide if those semi-rares are worth the effort of figuring out how exactly to do this and have it play nicely with BestBetweenBattle.ash. Thank you for the suggestion.
  19. Razorsoup

    Bug Is it a bug or a feature that Mafia remakes an equipped ice bucket over rollover?

    Did this. KoL didn't give any message about the ice nine melting. Also, KoLmafia didn't try to recreate it this time. Here's the debug log.
  20. Razorsoup

    Feature Run counter script in relay?

    While adventuring using the relay browser, KoLmafia will warn me when a fortune cookie counter is expiring. Is there an option to have KoLmafia automatically run my counter script at that time similar to the option for the before and after battle scripts? I am using Bale's CounterChecker as my...
Back
Top