Search results

  1. D

    Airport Colors

    Updated with cold charter. Now I guess I should actually click on it and see what I can do there...
  2. D

    Bug - Fixed timesRested incorrect value

    Whenever I use the final one of my free rests, the 'timesRested' property will increment by 2 instead of 1. I assume this behaviour is a result of r16394: http://kolmafia.us/showthread.php?19325-16394-When-the-campground-or-chateau-is-parsed-update-timesRested-if-KoLmafia-is-wr For example, my...
  3. D

    Guide

    Could you possibly add result 89 to the Numberology section? It seems to be the biggest stat boost you can choose (looks like a static 89 mainstat exp) and its been my choice every day so far in CS.
  4. D

    Bug - Fixed string_modifier($item[class-specific skill book],"Class") should return a class

    The skills that are obtained from the books do have the Class string modifier (for the couple I checked anyway). There doesn't seem any way to obtain a skill from a skill-granting item in ASH though. (The list of skill granting items seems to be hardcoded in UseItemRequest). So an alternative...
  5. D

    New Content - Implemented Twitch Tower: Shakespearean Tymes

    Some more things: -------------------- 8651 heavy crown 172327969 heavycrown.gif hat t,d 180 heavy crown 110 Mox: 40 Item heavy crown Muscle: +5, Mysticality: +5, Moxie: +5, Familiar Damage: +5, Initiative: +15 -------------------- -------------------- 8671 blue tulip 126513532 twitchtulip.gif...
  6. D

    New Content - Implemented Twitch Tower: Shakespearean Tymes

    snarfblat=453 Ah, <b>Globe Theatre Main Stage</b>! Nothing brightens up an indoor space like some plants, I always say. snarfblat=454 Ah, <b>Globe Theatre Backstage</b>! Nothing brightens up an indoor space like some plants, I always say. shop.php?whichshop=shakeshop -------------------- Ye...
  7. D

    New Content - Implemented October 2015 IotM: haunted doghouse

    I believe that's what is known as an off by one error.
  8. D

    New Content - Implemented October 2015 IotM: haunted doghouse

    The results don't seem to be determined by terrain type at all. I think that was just somebody making assumptions from a small data set.
  9. D

    Airport Colors

    The planes only get colored if you have access to the charter zone, so the blue plane will turn up when the cold charter gets released. Until then you should just chill.
  10. D

    Airport Colors

    Woops, thanks for pointing that out :) I can't tell whether this is sarcastic or not
  11. D

    Airport Colors

    svn checkout http://svn.code.sf.net/p/kol-airport-colors/code
  12. D

    New Content - Implemented Recommended Stat updates

    It seems this isn't exactly true - every scaling monster zone I checked still appears to have a 0-1 stat recommendation. I checked out some of the zones mafia thinks are 0 stat recommendation and I found the following to have been updated: The Secret Government Laboratory 180 Barf Mountain 90...
  13. D

    New Content - Implemented potted tea tree

    yeah I thought it was a little odd, but not really worth complaining about. I just used: cli_execute("teatree" + ( $item[cuppa that I want to summon].to_string().substring(6) ) ); Just for the hell of it, here's the function that I knocked up to pick or shake the tree depending on cuppa prices...
  14. D

    New Content - Implemented potted tea tree

    I had that problem, seems the CLI command doesn't want the "cuppa " part. "teatree royal tea" works fine.
  15. D

    New Content - Implemented potted tea tree

    cuppa Royal tea is not multiusable, but KoLmafia thought it was
  16. D

    Displaying plaintext in a relay script

    That works, thanks! :) I probably should have thought of that.
  17. D

    Displaying plaintext in a relay script

    No, that was the first thing I tried :( Turns out most browsers won't let you load a local file in an iframe from an http request, for fairly obvious security reasons.
  18. D

    Displaying plaintext in a relay script

    Is there any way I can use a relay script to display the contents of a plain text file which is hosted locally on my machine? So far the only way I've been able to implement this is to edit the file to include line numbers, so I can load it as an integer keyed map. This isn't very helpful if I...
  19. D

    New Content - Implemented potted tea tree

    cuppa Uncertain tea is not multiusable, but KoLmafia thought it was
  20. D

    New Content - Implemented potted tea tree

    Is it helpful to keep listing these? cuppa Twen tea is multiusable, but KoLmafia thought it was not cuppa Proprie tea is multiusable, but KoLmafia thought it was not cuppa Vitali tea is multiusable, but KoLmafia thought it was not
Back
Top