Search results

  1. B

    Native Windows (x86) KoLmafia.exe

    I -just- noticed this now, and I'm sad I haven't been using it. Just wondering where the best place to be checking for the latest build would be (this thread?). It would be super nifty if (once the auto-build process is hammered out) it could just be floating somewhere on builds.kolmafia.us...
  2. B

    Feature chat_logs()

    I was thinking it would be cool to be able to load up old chat logs similar to session_logs(). Perhaps instead of "last X days" you could load a specific file from disc (restricted to logs from the current character?) or maybe just give a date and instead of integer indexing maybe use string...
  3. B

    Bug - Fixed visit_url POST requests send "pwd" to non-KoL servers

    Is this actually a possibility? I've noticed a lot of newer/redone kol pages don't make use of pwd and I assumed it was because they started using something more secure (or at the very least more convenient: like PHPSESSIONID). We should test this!
  4. B

    Bug - Fixed combats.txt

    "alielf" is spelled "alielef" which leads to an error. Also, while looking through here, I've discovered that mafia doesn't seem to know what the Trippy Floating Heads are (they don't appear in the location details for Bad Trip nor any sort of to_monster() that I've attempted). Other things...
  5. B

    Bug - Fixed map_to_file and file_to_map do not work correctly with strings which contain "\n"

    Wait... NOW this is a mafia bug? 18 months ago this was working as intended.
  6. B

    Bug - Fixed Can't load files with .ash extensions

    Well thank you Bale! Funny, I think I found the thread you were talking about and I actually posted in it! Change must have been after I stopped following that thread. Anyway, while I can (sorta, not really, but I work with what I can) understand the not-manipulating-ASH rule, that would mean...
  7. B

    Bug - Fixed Can't load files with .ash extensions

    Working on a rather tedious proof of concept script that has to file_to_map itself, and I was getting an Unexpected Error. I thought maybe I wasn't allowed to load files from non-/data directories (though I thought at one time I was) so I moved a copy into /data. Same error. After a bunch of...
  8. B

    CanAdv -- check whether you can adventure at a given location

    Exactly, I was thinking of doing what xkiv said, using the hobo town square to determine which zones are open (or a big false if you can't get to them in any case) and then checking the logs to see which bosses are down (possibly starting with the logs, since a down Hodge is a flat false for all...
  9. B

    CanAdv -- check whether you can adventure at a given location

    Post says any help appreciated, so I did just that. This adds in the new zones from the flameface material, and I also wrapped up Holiday checking while I was in there. May get around to making Hobo Zone detection more robust. Just a question, is there anything you'd prefer the script to...
  10. B

    Feature - Rejected NaN support in ASH

    This is exactly where I am. Instead of attempting to fix sortBy and map indices/values working on NaNs, it should just be downright impossible in ASH to even have a NaN to work with. As for modifier_eval() breaking on string-to-number operations, ASH could either abort (put more work on the...
  11. B

    Feature - Implemented add favicon back to relay browser

    Odd, I haven't even been playing KoL for 5 years (and less time with Mafia) but I remember it having a favicon before, and noticed that it went missing a while ago. I think when I started using jars instead of the exe-wrapped builds? Or I just have a REALLY shitty attention and it went away when...
  12. B

    How do I get the script to ask me for an input?

    See also: help alias
  13. B

    Checking for Scripts currently running.

    The way I used to handle this (and still kinda do, just a bit differently) is to have the farming script set a property when it starts adventuring, and then have the chatbotscript either wait or abort when it sees that the property is set. If the farming is going to take a while, it could be...
  14. B

    KoLmafia relay browser on Android

    I don't have a vagina, but I will have as many babies for you as you'd like if you do this.
  15. B

    Help to create a script to find which drinks you're missing from Trophy #106

    Lol, I read this and was like "the script already has that.... insolent fools!" but then I remembered that I never uploaded it because the [buy] links work but the [drink] links do not work. Because I'm trying to do so with visit_url... I'm sure it could be easily done with ASH commands, now...
  16. B

    decimal_format.ash

    I believe which method you are taught depends on your teacher. When dealing with sigfigs I always round down for [even]5 and up for [odd]5. I suppose if significant figures aren't a matter of importance Veracity's method is rather brilliant.
  17. B

    Feature - Implemented "modernize" item manager tables

    Yeah, I don't really know what I was thinking, this makes perfect sense to me now. Thanks for filling in the gaps in my current state of mind. It should have been clear to me that it wasn't considering the mall or -every- kol item would have been in the list (that is in the mall and I can...
  18. B

    Feature Sync prefs to KoL notes section?

    Alternatively, you could choose which preferences you'd like to save and use a login/logout script to store them in your quest log. I do this with my bot for when we change host computers. PO is a semicolon-delineated list of preferences to ignore in the event that rollover has occurred (one...
  19. B

    Feature - Implemented "modernize" item manager tables

    I -love- you. I've wanted adv/fullness info on my creatables tab for so long, and now I have it! If you could add that to storage/closet (mostly storage...) that would be awesome. Now, I'm not sure what would be "better" but it strikes me as odd that the quantity field for creatable items would...
Back
Top