Search results

  1. C

    Scripting the birth of a new life.

    Diff sez you're using zlib, you rewrote set_choice to take a choice #, you got rid of gallery default get mainstat (did you really?), you changed the default mana burning threshold (thank you!),
  2. C

    SmartStasis -- a complex script for a simple CCS

    float.to_string().to_float() should be an identity. IMO this is a mafia bug. I could re-write to_string(float) but that seems wrong. In the mean time I'd suggest using max(0.001, n) Mafia starts using scientific notation at 1E-4.
  3. C

    Make.meat.fast

    If you care about adventures and mana you still don't want +tie, you want to explicitly specify relative values for both. I would suggest something like cli_execute("maximize 100 adventures, 1 mp");
  4. C

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

    It should really only prioritize key lime pies if you haven't killed the NS. I'm in aftercore, finished with only 2 keys as usual because I prefer zapping for the third. The script thinks I should eat a key lime pie (and in sim mode, ONLY key lime pies - because it doesn't realize eating the...
  5. C

    Automating the Glurk (stats) hobo marketplace adventure?

    Ok, I wrote one. See http://kolmafia.us/showthread.php?t=3015
  6. C

    Glurk. Automate the Hobopolis Marketplace

    glurk 1.0 What is it? A script to automate the Hobopolis Town Square "Marketplace" choice adventure to get the "Glurk" stat gain choice. Note: Depends on zarqon's excellent zlib.ash and my log_lib.ash make sure you install them first. For Users glurk n will adventure in Hobopolis Town Square...
  7. C

    Purple Light District Club checker (power levelling aid)

    pld 1.0 What is it? A script (and a function) to tell you if you can get into the club in the Purple Light District. It parses your clan's raidlog and tots up the plusses and minuses for you. Note: Depends on zarqon's excellent zlib.ash and my log_lib.ash, and pageCache.ash make sure you...
  8. C

    Slime Tube Adventuring Script

    Um, I'm doing relatively lower level marble and slime covered item farming. I'm tuning +ML to be just above 300 to get the increased marble drops.
  9. C

    Slime Tube Adventuring Script

    I've got plenty of MP to power buffs, doing it the way you suggest loses 3 adventures of unpopular for each additional gong use (and 30 adventures worth of Unpopular). That's a 10% loss. The question is which turns of buffs to "waste" on roach adventures, and I'd prefer to use MP powered ones...
  10. C

    One-Click Level: Automatically gain 1 level.

    I've started working on an alternative level up script, prompted by dj_d's hope for a new improved version. Discussion (and source) in http://kolmafia.us/showthread.php?t=2943
  11. C

    Slime Tube Adventuring Script

    I was using slime.ash and had my mood doing gong roach ml in order to get the +30 ML. The extra 3 adventures in roachform meant that I often was killed by slime immediately afterwards, so I added a chamois use to my gong mood - but that's inefficient. Not sure the best way to correct though...
  12. C

    ZLib -- Zarqon's useful function library

    I had missed the lastCouncilVisit property, I'll go add that to pageCache right now, thanks! BTW the spanish version is jejeje (or jajaja)
  13. C

    LevelUp find best location to level up

    Renamed to avoid confusion with dj_d's LevelUp
  14. C

    CanAdv can I adventure here?

    I think it's simplest if I just rename it and if at some point we want to merge them or make a wrapper we can. It's no big deal. I think we're going to see more interface/implementation issues and namespace issues going forward. I'm already finding it a hassle to manage includes. My desire for...
  15. C

    CanAdv can I adventure here?

    I think it's. Simplest if I just rename it and if at some point we want to merge them or make a wrapper we can. It's no big deal. I think we're going to see more interface/implementation issues and namespace issues going forward. I'm already finding it a hassle to manage includes. My desire for...
  16. C

    ZLib -- Zarqon's useful function library

    True. If you check for MCD availability, then construct the meatcar, complete the quest, and untinker the meatcar all on the same turn (which is a common scenario) you'll get the old cached page. I really wish I had a way to hook council and guild visits. Too bad lastAdventure doesn't reflect...
  17. C

    LevelUp find best location to level up

    Yeah, I'm using appearance_rates() to get that info now. I've got a (non-combat, location, keyword) map built [over 900 non-combats!] but I need to convert it into a (int, location, non-combat, rate, items, meat, stats) map. I'm thinking some of the values, especially the stats may need to use...
  18. C

    CanAdv can I adventure here?

    I hear you. My intention is to make this one plug compatible with that one, so that you can use whichever suits you without having to change anything that depends on them. If zarqon feels strongly that he'd like me to name it something else I'll be happy to. I (now) export a function with the...
  19. C

    LevelUp find best location to level up

    Some of the best places to level up: palindome, gallery, castle, purple light district, are good because of non-combats. Also bathroom, ballroom. Power levelling with gongs or absinthe isn't handled either but has to be integrated with adventures and non-combats to be really useful. I also...
Top