Search results

  1. Aventuristo

    New Content October IOTM - Autumn-aton

    That's my point: it's not always in your inventory, like the cosmic bowling ball.
  2. Aventuristo

    New Content October IOTM - Autumn-aton

    It looks like its presence needs to be tracked the same way the cosmic bowling ball is, because, like the bowling ball, sometimes it's not around. Perhaps something like a "hasAutumnAton" property?
  3. Aventuristo

    Bug - Won't Fix In Fedora 34, GIO fails to let KoLmafia launch default browser

    Hm. I suppose my madness could be compartmentalized...
  4. Aventuristo

    Bug - Won't Fix In Fedora 34, GIO fails to let KoLmafia launch default browser

    Ever since I upgraded to Fedora 34, KoLmafia does not launch my default browser. At all. I call this post a Feature request instead of a Bug, though, because it's not KoLmafia's fault. It turns out there's a bug written against Red Hat, Cannot open default browser via GIO API since Fedora 34...
  5. Aventuristo

    Requesting help with KoLmafia wiki login

    So there was a problem on your end? Great, glad to help!
  6. Aventuristo

    Question about the wiki's Master Function List

    First: Is this the right place to post questions about the wiki? Second: I notice the Master Function List has entries in two different styles. Are all the entries supposed to be in one style, and if not, when would I use one or the other? Thanks.
  7. Aventuristo

    Requesting help with KoLmafia wiki login

    Worked like a charm, thanks again.
  8. Aventuristo

    Requesting help with KoLmafia wiki login

    I'll try that. Thanks!
  9. Aventuristo

    Requesting help with KoLmafia wiki login

    I thought I'd help with some documentation on the Mafia functions, but I seem to have forgotten my password. The problem is that I have never been able to get a password reset email - or any email, really - from this site. Yep, checked my spam folder, no luck. With whom do I speak about...
  10. Aventuristo

    New Content - Implemented You, Robot - Spring Challenge Path

    I'd like to point out that back items are also equippable. Shirts can be equipped with the relevant CPU upgrade.
  11. Aventuristo

    Feature - Rejected Switch order of date_to_timestamp() parameters?

    That would be a reason I was missing. I wouldn't have ordered format_date_time that way either ("convert A from format B to format C" = format_date_time(B, A, C)? ), but the function is 9 years old, and I must accept it. Thanks, Gausie, for the explanation.
  12. Aventuristo

    Feature - Rejected Switch order of date_to_timestamp() parameters?

    I'm not sure how to classify this, so I'll just phrase it as a question. I'm glad that int date_to_timestamp( string, string ) and string timestamp_to_date( int, string ) have been added to Ash. However, the format string parameter is second in timestamp_to_date() and first in...
  13. Aventuristo

    Can we access the parts of what maximize(stirng, int, int, boolean, boolean) returns?

    The five-parameter version of maximize() returns an integer-indexed array of anonymous records. Is there a way to capture this return value in a variable so that it can be indexed and field-extracted later at my leisure? I've poked around and tried some things but I haven't had any success. I...
  14. Aventuristo

    Feature - Implemented Varargs in ASH

    To answer the original question: Yes, way cool. I have a library that allows one to create a script that performs steps in ascending numerical sequence, and if the script is interrupted, it can be rerun starting with the step that was interrupted. The steps are functions that have a particular...
  15. Aventuristo

    Bug - Fixed Mafia not recognizing campfire smoke usage

    Fixed it is! Thanks!
  16. Aventuristo

    Bug - Fixed Mafia not recognizing campfire smoke usage

    I use the following code to send a smoke signal from my second Campsite: buffer x = visit_url("inv_use.php?which=f-1&whichitem=10313"); x = visit_url("choice.php?whichchoice=1394&option=1&message=" + url_encode(smoke_message)); Though parsing x indicates success, Mafia doesn't...
Back
Top