Search results

  1. R

    Bug - Not A Bug Can't run 2 instances of Kolmafia anymore

    Hey guys, I use 2 instances of Kolmafia all the time, and up to v15.0 it was working fine. I just recently updated to daily build 10572, and now it doesn't seem to work. I'm not getting any kind of error log or any error of any kind, it simply quits without opening a window or anything. I'm...
  2. R

    dumping 'session results' to log file?

    Is there a way to dump the 'session results' from the gui (advs used, meat gained, substats, fullstats) to the log file? I use this data to measure my effectiveness, and since I am starting to fully automate my sessions, I don't see it!
  3. R

    Querying the stash

    Hey guys, I want to query and see what's in the clan stash, but it seems like all I can do is take/put/or check amount of a single item. Is there a way to output *everything* that's in the clan stash? (I know there's a "refresh stash" function, where does that data go?) Thanks!
  4. R

    headless/unattended operation

    I swear I discussed this with someone, but after lots of searches on this and the official KoL forums, the most I can find is that you can run mafia in a command window using the "--CLI" command. 1. I'd like to run mafia as a cron job (except on windows), and I'm up to the part where I need to...
  5. R

    Automated choice adv-changing/buffing

    I was just playing in the Advent Calendar, and I was thinking about writing a goal-changing/buffing script. Then I realized I didn't know where to put it. So I came here and immediately got overwhelmed by the amount of tools people have come up with. So here's my idea: I want a light-weight...
  6. R

    Recursive functions not working?

    I'm working on a hobo-killing script that will cast spells until my MP is low, then switch outfits to mp regen, casting moxious maneuver until my mp is up again. Rinse, repeat. But I'm getting an odd recursion error. Here's my code: void hobo_cast() { if (my_adventures() == 0) {...
  7. R

    KoLMafia on Android?

    Hey guys, I'm getting more and more interested in Android development, and (of course) the first app I wish was available is Mafia! I know the Java implementation in Android differs from the one that is used for the PC version, but I'm curious if anyone is thinking about this port at all?
  8. R

    purchase the cheapest of a set of items

    I'd like to write a script will purchase the cheapest of a set of items given to it. I'm thinking specifically of TPS fruit, but it could work for pine needles/chunk of rock salt, etc. I just wanted to check if this functionality already exists. Has someone made a script that will do something...
  9. R

    mana burn by casting on others?

    Is there a way I can burn mana while adventuring, but instead of casting buffs on myself, cast them on another player?
  10. R

    help with my drinking script

    I'd like some comments on my drinking script. It works ok most of the time, although when my bartender breaks it freaks out. So I'd like to fix that. I recently added the counter to check for lack of ingredients... and it quits fine, but I'm not sure why the "create" doesn't always work...
  11. R

    external notifications (aka email from an ash script?)

    Hi guys, I've been working on my automation and I'm curious if there's a way to send out (actual) email from an ash script. I'd like to notify myself if there's an error. If there's not a direct way, I just set up a new linux server, so I could use the "mail" command but is there a way to send...
  12. R

    item lists from text files?

    I was just wondering if ash has the ability to open text files and pull input from them. I was thinking of writing an inventory manipulation script, but I don't really want a gigantic list of items in it... plus I would like to reuse the item list. Is this possible?
  13. R

    i suck at ash maps

    I'm working on a script that checks how many tiny plastic drinks I can make, but I've never used maps before, and I seem to be doing it wrong. string [int] map1; map1[1] = "sangria del diablo"; map1[2] = "cherry bomb"; map1[3] = "bodyslam"; map1[4] = "grogtini"; map1[5] = "dirty martini"...
  14. R

    Request: Dungeon Fist! solver

    I want the tickets, but Dungeon Fist is mind-numbing the first time through... I can't imagine doing it over and over again. Since this mini-game has a static map it seems like it shouldn't be too hard to automate, eh? Maybe?
  15. R

    waiting for a buffbot?

    I'm trying to automate my pre-adventure routine, and I'm curious about automating a buffbot. Right now I buff myself from an alt, but I realize that would be hard to sync with automation, so I figured I'd start using a buffbot. I'm just not sure how to get that to sync either. I could be...
  16. R

    "how many of <item> exist" function?

    I'm trying to script some daily food/drink crafting, but I would like to run a little "how many of these ingredients do i have" function beforehand that will error out and tell me what pieces I'm missing. I was trying to use gcli commands, but I can't seem to find one that will return how many...
  17. R

    searching through inventory (the easy way?)

    I'm curious if you can search your inventory using the CLI. I'm always digging around in the damn inventory panes, and it pains me. I'd love to see something like: search "naughty" or "origami" and have it tell me if I own a piece of the naughty origami set. (I can't remember if I bought...
Top