Search results

  1. Razorsoup

    Bug - Fixed Modifier Maximizer thinks warbear hoverbelt will increase stats?

    That seems to have fixed it. Thanks.
  2. Razorsoup

    Bug - Fixed Modifier Maximizer thinks warbear hoverbelt will increase stats?

    If my main stat is below 100 and I run the modifier maximizer with "main stat" it suggests equipping the warbear hoverbelt. I suspect this is because it expects the stat limiting effect of hoverbelt to set my main stat to 100 but since my main is already below 100 the hoverbelt has no effect. Is...
  3. Razorsoup

    Bug - Fixed r13470 - Login script not running because of mushroom plot

    Would it be possible to have KoLmafia buy a mushroom plot if it detects we don't already have one? Maybe make it an option that can be set or pop up a dialog for user confirmation?
  4. Razorsoup

    Is there a script for Familiar Drops?

    BBB is Best Between Battle Script Ever and can be found here. It has the function of swapping familiars while you adventure to farm the drops from them but also does a lot of other things as well.
  5. Razorsoup

    HALP. Troubleshoot my simple script?

    I'm not an ASH expert but have you tried putting a semicolon after the "script" and "import" lines? Edit: I just copied and ran your code on my machine and it worked without any errors. I'm running r13460 on Windows XP.
  6. Razorsoup

    Make.meat.fast

    Do you mean the directory or the menu? If the menu, then have you tried the "refresh menu" option under the scripts menu? Or tried restarting mafia?
  7. Razorsoup

    DateLib -- a way to predict future moon phases

    When using datediff(), the while loop in leapsbetween() was causing me some significant lag so I came up with this for a datediff function: int dateAsInt(string date) { //date as string formatted "yyyyMMdd" like today_to_string() returns int dateYear = format_date_time("yyyyMMdd", date...
  8. Razorsoup

    numeric_modifier() for block rate?

    I'm attempting to write an ASH function that will return the best familiar to use for a given modifier, similar to the one that exists in zlib, but using ASH's numeric_modifier() function instead of a map file with semi-arbitrary values. Mostly, I'm writing it just to see if I can. While working...
  9. Razorsoup

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Lines 110 & 114, shouldn't the to_int() be to_float()? if (get_property("hpAutoRecovery").to_int() < 0.2) set_property("hpAutoRecovery","0.2"); if (get_property("hpAutoRecoveryItems").to_string() == "") set_property("hpAutoRecoveryItems","cannelloni cocoon;scroll of drastic...
  10. Razorsoup

    Bug - Fixed Unexpected plurals - jars of psychoses

    I would assume the others follow this same pattern.
  11. Razorsoup

    Bug - Fixed Tiny Die-cast unexpected plurals

    A few unexpected plurals I found.
  12. Razorsoup

    Feature - Implemented Pledging allegiance for PvP

    Stone was initially unbroken. I said yes to the dialog. So I guess this works. This was my last account with an intact stone so no more testing for me.
  13. Razorsoup

    Feature - Implemented Pledging allegiance for PvP

    r13427 Swagger command pops up a dialog asking if I want to smash the hippy stone, then aborts with an error telling me I need to pledge allegiance to a clan first. Is that what's supposed to happen now?
  14. Razorsoup

    Feature - Implemented Pledging allegiance for PvP

    Broke the stone on another character, captured a debug log during the whole process (including pledging allegiance).
  15. Razorsoup

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    When WHAM decides on a strategy that involves Stuffed Mortar Shell, Stuffed Mortar Shell shouldn't be the last thing it does since it takes another round to actually hit. Is there a way to change this? [13508] WarBear Fortress (First Level) Encounter: Nils Rutgermån the Warbear Foot Soldier...
  16. Razorsoup

    Accessing "session results" or "summary" from ASH?

    Okay, thanks. I couldn't find anything but figured I'd ask in case I was just missing it somewhere.
  17. Razorsoup

    Accessing "session results" or "summary" from ASH?

    Is there a way to access the data in the session results pane or the data that is displayed when issuing the 'summary' command on the gCLI from with an ASH script?
  18. Razorsoup

    Feature - Implemented Pledging allegiance for PvP

    Here's the HTML of peevpee.php?place=fight the first time I visit after smashing the stone. Need anything else? <html><head> <script language=Javascript> <!-- if (parent.frames.length == -1) location.href="game.php"; //--> </script> <script language=Javascript...
  19. Razorsoup

    Feature - Implemented Pledging allegiance for PvP

    I have never done PvP so I currently have three characters with intact Hippy Stones. Is there something I could do for you?
  20. Razorsoup

    Universal Recovery Script

    As best as I can tell, those aren't settings. That bit of code you copied seems to be UR initializing variables that it later changes to whatever it determines is the best option. I'm not sure if there is a way to stop UR from keeping restoratives in reserve and I'm a little unclear as to why...
Back
Top