Search results

  1. ikzann

    Feature Proposal: allow Mafia to read/write clan dungeon chat channels

    I've been working on some clan dungeon collaboration scripts, and it would be useful to have the scripts be able to use the dungeon chat channels to communicate between players. In particular, when a player gets to the I Refuse! adventure in The Heap, it is helpful for one player to let everyone...
  2. ikzann

    Bug Mafia performance

    Hi all, After getting a little frustrated with how quickly Mafia chews up my laptop battery, I decided to run it through a profiler to see what seems to be generating the most CPU usage. Below are some quick highlights from a first run while running a farming script, and I'd be happy to dive...
  3. ikzann

    Bug JavaScript bugs

    This is a tracking thread for early JavaScript bugs, since I expect there to be quite a few. Error messages when a value is missing on one of the globals are garbage. Translate record types for e.g. maximize return value. jsref command like ashref. Wiki documentation. (first stab here) Rhino...
  4. ikzann

    Feature Support for scripting in JavaScript

    I have been playing around with support for scripting in other languages. I have a preliminary version of JavaScript support working, based on Mozilla's Rhino project. If this ends up getting merged, I think this will enable some pretty cool things - like using modern web frameworks to build...
  5. ikzann

    Cargo Shorts GUI

    First crack at a relay script, so hopefully this works for folks. svn checkout https://github.com/phulin/shorts-ui/branches/master/build The UI itself is built with Preact, which is not something I've seen before in a relay script. Feel free to steal the skeleton if you want. It makes the...
  6. ikzann

    Bug - Fixed Incorrect wishability for several effects.

    Patch attached - let me know if there's a different way I should post this. Relevant log-file lines: 17966:Spiced Up is not wishable, but KoLmafia thought it was 47924:Hare-Brained is not wishable, but KoLmafia thought it was 53289:Big Smile of the Blender is not wishable, but KoLmafia thought...
Top