Search results

  1. bleary

    Bug price requests during choice adventures cause automation

    > help price cheapest[?] [+]item [,[-]item]... [; cmds] - compare prices, do cmds with "it" replaced with best. expensive[?] [+]item [,[-]item]... [; cmds] - compare prices, do cmds with "it" replaced with best. mallsell item [[@] price [[limit] num]] [, another]... - sell in Mall. reprice -...
  2. bleary

    Bug price requests during choice adventures cause automation

    I don't think it can. My thought was that since Mafia caches mall prices somewhere, and there is a "Share recent Mall price data with other users" preference, Mafia would, if unable to check the mall, perhaps report the most recently cached mall price for the thing. Alternatively, I thought it...
  3. bleary

    Bug price requests during choice adventures cause automation

    I got this today: And my reaction was (a) that's weird, I didn't know it could appear for this nightstand; followed by (b) I wonder what "Engorged Sausages and You" is going for these days. Typing "cheapest engorged" into the CLI resulted in: [55] The Haunted Bedroom Encounter: One...
  4. bleary

    Mafia SVN for Scripts?

    Probably. 50+ years of computing and we're still trying to figure this out. This is why we don't have jetpacks.
  5. bleary

    Mafia SVN for Scripts?

    alternative to internal svn I decided that Mafia's internal svn stuff just wasn't going to work for me, so I decided to start handling svn updates of scripts outside of mafia, using command-line versions of svn and GNU stow (http://www.gnu.org/software/stow/), which maintains libraries of...
  6. bleary

    Character Info Toolbox

    It didn't update for me. Something is clearly broken with my Mafia svn setup. It doesn't want to update when I have local changes in the /svn directory (which is a whole additional headache, since changes I make to live stuff in /relay or /scripts are subject to get overwritten with no notice)...
  7. bleary

    Character Info Toolbox

    I've kludged up CHIT a little to make it not barf on Sneaky Pete. Should hold folks over until someone more motivated adds proper support. http://introvert.net/2014/02/charpane.ash
  8. bleary

    Feature optional machine-readable logging

    So I have a new patch, which is here: http://introvert.net/2013/11/machinelog/MachineLogger.diff Features: - toggleable machine-readable logging preference (defaults to off) - logs in a compressed (gzip) JSON format, very close to that used by other clients - one logfile per ascension...
  9. bleary

    Feature optional machine-readable logging

    I don't have any objection to it going in a separate file eventually, but for right now, I'm finding it very useful to keep it all in one for debugging purposes. Interspersing the JSON allows for fallback log parsing as well, so a legacy log parser like Flolle's (or others) can be gradually...
  10. bleary

    Feature optional machine-readable logging

    proof-of-concept I've managed to cobble together some proof-of-concept code for combat logging. The key is creating a new JSONObject at the beginning of each combat, populating it as we parse, and then dumping it to the log when the combat is over. It'll do this (whitespace added): [48] The...
  11. bleary

    Feature optional machine-readable logging

    Combat logging could take a combat like this: [880] The "Fun" House Encounter: scary clown Round 0: bleary wins initiative! Round 1: bleary executes a macro! Round 1: bleary casts SAUCY SALVE! You gain 14 hit points Round 2: bleary casts CURSE OF WEAKSAUCE! Round 3: scary clown drops 4 attack...
  12. bleary

    Feature optional machine-readable logging

    Since the parsing of Mafia session logs is a non-trivial task, and the re-calculation of turn-by-turn state is duplicative of tasks Mafia is already doing, I'd like to see an option to dump easily parsed machine-readable data into the session log. Here's a suggestion: @@JSONSTATUS...
  13. bleary

    BatMan Relay -- more info, less clicking

    I'm finding that sometimes BatMan won't display entangling noodles in my Action table. It's intermittently there and not there, and I'm not really sure how to go about debugging it. I can switch to the KoL tab and use it, but it's a little irritating. How can I help chase this bug down? Edit...
  14. bleary

    Mafia SVN for Scripts?

    I guess I'm confused as to why there are two copies of the same files in my kolmafia directory, one under version control and one not. Seems like it would have been much intuitive to have mafia act as if stuff under /svn/<project>/relay were under /relay and stuff under /svn/<project>/scripts...
  15. bleary

    Mafia SVN for Scripts?

    Okay, but that seems like a bug or something. It should at least make a backup of my modified local script before overwriting it. I guess it would probably just make matters worse for me to make the scripts in /relay or /scripts symlinks or hard links to the files in /svn?
  16. bleary

    Mafia SVN for Scripts?

    I guess this isn't the current behavior? CHIT just updated itself via SVN and I lost all of the changes that I'd made to the version in my /relay folder.
  17. bleary

    Bug - Fixed chez snootee foods not marked as "turn-free"

    The foods available from Chez Snootee should be marked as "turn free", as should the daily special.
  18. bleary

    Character Info Toolbox

    "character-pane-slimming toggles" So the latest trivial change has silently broken my parsing, causing CHIT to display none of my buff. I think this is because now Intrinsics are up above normal buffs, I think. I had to do some re-ordering of the parsing code to get my buffs to reappear...
  19. bleary

    Silly question: running (non-ash) code?

    A while back, I was playing with embedding Python into Mafia, and I had some luck. Something along these lines might be what you're looking for: http://kolmafia.us/showthread.php?8444-embedding-Jython
  20. bleary

    Intriguing Puzzle Box

    I have some python scripts that will manipulate (and map) the box, interfacing with the relay browser. I can share them, if there's interest, but I don't think there's a solution to the thing.
Top