Search results

  1. P

    Can vanilla Mafia add more data structures via ASH?

    I find the fact that we only have arrays and TreeMaps to be extremely limiting in terms of data processing. For example, there's no way to have a variable-length list. Being able to use ordered mutable lists, sets, etc. would be extremely helpful to data processing. In addition, unordered data...
  2. P

    Witchess Puzzle Solver

    I did a thing! This will complete the daily witchess puzzles. Get it via "svn checkout https://github.com/AllenTuring/WitchessSolver/trunk" in your gCLI. It can be launched with "witchess_solver". I typed up the puzzle solutions in ruld (right up left down) format from the communal google doc...
  3. P

    Witchess Puzzle Solving: Discussion

    There are a finite number of valid witchess paths for an empty board of any fixed size, so at the very least, witchess solutions can be calculated in finite time with brute force. In order to do this, the following needs to happen: visit_url( ) to the page, and parsing creation of a model...
  4. P

    Bug - Not A Bug hotAirportAlways Property is broken.

    The property "hotAirportAlways" is now false on my character with a charter. Refreshing seems to alternate between true and false for "_hotAirportToday," while hotAirportAlways remains false. I'm drunk and have 477 adventures because no mining :/
  5. P

    Bug (minor) KolMafia v17.2 r16609 Chat Show Player Profile broken

    Minor issue, restart isn't fixing it. Bug occurs sometimes, not sure why. KolMafia v17.2 r16609: Inside KoLMafia chat, set the click option to "Name click shows player profile" Clicking a name sometimes leads to showplayer.php?who=<username> instead of showplayer.php?who=<playerid>.
  6. P

    Mining Utilities Suite: utils-mining.ash

    In making my volcano mining script, I found the lack of documented native support for mining to be a little bit frustrating. Moreover, there are certain logic elements (like testing for outfits/WOTSF-EarthenFist) and functions (like mining at a particular square) that are reused in various smart...
  7. P

    how does getproperty("mineLayout6") work?

    How exactly is getproperty mineLayout6 implemented? Will using getproperty("mineLayout6") be more or less efficient than using visit_url on the mine?
  8. P

    New lightweight Volcano Mining Script! No Object detection! ~3.45K/turn.

    Rate update: this script generates 3560 meat per adventure. Optimize your diets with houeland. Try it now! svn checkout https://github.com/AllenTuring/KoL-MineVolcano/trunk New to Mafia? - Download the latest build of Mafia: http://ci.kolmafia.us/ - Run it and login - Open the "Graphical...
Top