Search results

  1. S

    Bug - Fixed Drippy Plum(?) doesn't correctly link to the Wiki

    This occurs in r26132. Acquire a drippy plum(?), go to the "Session Results" pane, right click the plum then choose "Wiki". It gets confused by the parentheses and tries to go to the "Drippy Plum(" page, which doesn't exist. Yeah, I know, it's not severity 1, but if you happen to be in that...
  2. S

    CLI displays corrupted HTML

    Ah, a bug in the renderer makes sense. It doesn't just happen with modtrace, I've seen it with almost anything that displays HTML. Are there any plans to add a horizontal scroll bar to the CLI? That would help some. In the mean time I guess I'll just deal with it.
  3. S

    CLI displays corrupted HTML

    From time to time when I execute something in the CLI that produces HTML output, it shows up as corrupted. Here's an example. Any suggestions as to what I'm doing wrong, or how to fix it? It seems to be intermittent.
  4. S

    How to find out what I have in Hangks?

    For anybody still following this thread, I have documented get_storage(). I'd appreciate any feedback.
  5. S

    How to find out what I have in Hangks?

    Ah, I have been using the Wiki pretty much exclusively. Thanks for the tip!
  6. S

    How to find out what I have in Hangks?

    All right, I figured this one out by myself. What I need is the get_storage() function, which is not documented on the KolMafia website. I just guessed. Is there an approved way to report this omission? Is it difficult to get write access to the KolMafia wiki?
  7. S

    How to find out what I have in Hangks?

    I am in Ronin, running softcore, and I want to programatically decide what I might want to pull from Hangks. It seems that get_inventory() does not include items in Hangks. What's the best method to get a list of stuff in Hangks?
  8. S

    Bug in available_amount() ?

    Yes! That was exactly it. Once I did a cli_execute("refresh inv"); everything worked as expected. Thanks to everyone who responded. I will figure this stuff out yet!
  9. S

    Bug in available_amount() ?

    Hmm. In the mean time, I'd logged off. I logged back on to try this, but available_amount() now returns the expected value. I'll try it with a new item from Zatara after rollover. I think you've probably got the right answer, though....
  10. S

    Bug in available_amount() ?

    How would I do that? I'd refreshed the Mafia page several times before I ran my script... I got the circlet first thing, and ran the script when I was done for the day. I will report back after rollover to see if anything has changed.
  11. S

    Bug in available_amount() ?

    I'm kinda new at this, so maybe I'm not understanding something. I am currently a level 9 Pastamancer, and today I got a psychic's circlet from Madam Zatara. I've written a script to equip my "best" rollover stuff, but when I run it I discover that available_amount($item[psychic's circlet]) is...
  12. S

    How to determine extra rollover adventures from equiment?

    Ah, exactly what I needed. Thank you!
  13. S

    How to determine extra rollover adventures from equiment?

    I have my script pretty much working, thanks for everyone's help. One thing I'm not understanding though: I have the "Hairpiece On Fire", good for 4 extra adventures at rollover. The description contains: "NOTE: This item is too old to use on your current path" yet can_equip() returns true. How...
  14. S

    How to determine extra rollover adventures from equiment?

    Thank you, you've been most helpful!
  15. S

    How to determine extra rollover adventures from equiment?

    I'm teaching myself scripting, and I thought it'd be useful to have a script that runs when I log off that will equip me for rollover, pulling from Hangk's as necessary since I generally run softcore.
  16. S

    How to determine extra rollover adventures from equiment?

    I'm writing a script to equip items with the highest available extra rollover adventures, and I am having difficulty finding out programatically how many extra adventures a particular item will give. I note that the website documents a proxy record for the item class that contains an...
Top