Search results

  1. Razorsoup

    Feature Track drops at Secret Government Laboratory

    So it seems that the Secret Government Laboratory is limited to a total of ten item drops per day (at least that's the consensus on G-D). Is there any plan or interest for tracking that?
  2. Razorsoup

    New Content - Implemented Bit O' Quail Spleen

    Seeing the following with r14916
  3. Razorsoup

    Mafia and local SVN repositories?

    Can KoLmafia's SVN capabilities handle checking out a local SVN repository? Or does it have to be hosted on something like sourceforge, google code, etc?
  4. Razorsoup

    Yachtzee! : Trading Beads for Beach Bucks

    Does KoLmafia track if you have traded strings of moist beads for beach bucks yet today? I couldn't find any obvious preference and didn't see any mention of it in the new content thread. This appears to be a once per day option in the Yachtzee! choice adventure at The Sunken Party Yacht. If...
  5. Razorsoup

    Automatically upgrading Sneaky Pete's bike?

    I am trying to be super lazy in my Sneaky Pete ascensions and trying to find a way to automatically upgrade my motorcycle. I have figured out how to get my betweenBattleScript to tell me that an upgrade is available but can't figure out how to get it to just go ahead and upgrade. Clicking the...
  6. Razorsoup

    Determining if the Secret Tropical Island Volcano Lair is unlocked

    Is there a property or function that will tell me if the Secret Tropical Island Volcano Lair has been unlocked this ascension? I could do if (!visit_url("volcanoisland.php").contains_text("There's no island out there.")) { //other code here } but that requires a server hit that I'd rather...
  7. Razorsoup

    Bug - Not A Bug Using Phial of Hotness returns "Server returned response code 500 for inv_use.php"

    Using Phial of Hotness returns "Server returned response code 500 for inv_use.php" When I use a phial of hotness I get the following : This only happens with that one phial, no other items or phials give the same error. KoLmafia doesn't show that I have used the item but a session refresh...
  8. Razorsoup

    Bug - Fixed r13970 Removed "Cactuary" monster from monsters.txt

    Getting the following on r13974. I believe it is due to Cactuary being overwritten in the monsters.txt file by update r13970. http://sourceforge.net/p/kolmafia/code/13970/tree//src/data/monsters.txt?diff=13969
  9. Razorsoup

    New Content - Implemented Halloween XLVI: New Items

    [1347] Trick-or-Treating Unknown item found: Fantasma en la Máquina (7484, 233150638) -------------------- 7484 Fantasma en la Máquina 233150638 pebblebrau.gif drink t,d 13 fantasma en la máquina 3 1 good 0 0 0 0 Fantasma en la Máquina Effect: "Sangre Brillante", Effect Duration...
  10. Razorsoup

    Wiki redirects to Wikipedia on mobile

    Anyone have any idea why wiki.kolmafia.us redirects to wikipedia.org when I try to access it from a mobile browser?
  11. Razorsoup

    A-Boo peak condition?

    Is there a condition I can use to ask KoLmafia to stop adventuring in A-Boo peak when the fire is lit? I just accidentally wasted a number of adventures and would like to avoid that in the future.
  12. 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...
  13. Razorsoup

    Bug - Fixed Unexpected knife plurals

  14. 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...
  15. Razorsoup

    Missing drop rates?

    So I was playing around with profit.ash and found that quite a few locations don't have item drop rates listed for the monsters (e.g. the giants in Castle in the Clouds in the Sky). What needs to happen for KoLmafia to have these drop rates included? I assume the answer to that question is going...
  16. Razorsoup

    Bug - Fixed Banishes carried between characters

    My banishes seem to be carried over between different character sessions. On one account I used a banish on two monsters. A second account is wrongly reporting those monsters as being banished. Also, as you can see, KoLmafia believes I banished those monsters on a future turn. This information...
  17. 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...
  18. 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...
  19. Razorsoup

    Bug - Fixed Unexpected plurals - jars of psychoses

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

    Bug - Fixed Tiny Die-cast unexpected plurals

    A few unexpected plurals I found.
Top