Recent content by Baden

  1. B

    Feature Track turns since last Arboreal Respite

    The wiki page for Arboreal Respite mentions the following (emphasis mine). I have been unable to find an existing way in mafia to track when this superlikely is in the pool of possible encounters and would like to for scripting purposes.
  2. B

    Feature - Implemented Add _lastCombatLost Preference

    After getting back into scripting recently, I still think a "_lastCombatLost" preference would be a valuable addition to mafia.
  3. B

    Bug - Fixed clockwork maid not in get_campground()

    On r27428, `get_campground()` does not include a clockwork maid despite having one in my campsite (viewable using the magnifying glass icon). This started happening approximately 2 weeks ago.
  4. B

    Feature RFC: Pre-Rollover Script Concept

    This would be a lovely feature.
  5. B

    Feature Track stocking mimic bag of many confections

    This already exists: > prefref _bagOfCandy
  6. B

    Feature - Implemented Add _lastCombatLost Preference

    Yeah either implementation would surface the needed information for scripters. A single preference would be useful if they added a RUNRUNRUN flag or other combat-ending flags in the future.
  7. B

    Feature - Implemented Add _lastCombatLost Preference

    Similar to the _lastCombatWon preference that was added, it would be valuable to know when the previously combat was lost. This information is now accessible via the LOSELOSELOSE tag (see image below). I suggest adding a similar preference called "_lastCombatLost".
  8. B

    Feature Track combat loss when adventuring

    LOSELOSELOSE was just recently added :)
  9. B

    Feature Adding "stop" for scripts to gracefully stop

    I second what rever said.
  10. B

    Feature Track combat loss when adventuring

    Unfortunately that doesn't solve my use case but I'm glad more information is accessible, thank you!
  11. B

    Feature Track combat loss when adventuring

    As a scripter, I want to know when a user loses a combat that my script started since it is a failure state. This information can be parsed from the result of run_combat() but is not available from adv1(), which is what I and many other scripters use to automate adventuring. Losing a combat can...
  12. B

    Bug - Fixed Unable to fetch TCRS data, fetches empty files

    On a clean install of the latest mafia (r26765), fetching the TCRS data for a given class and moon results in empty files being fetched. > tcrs fetch pastamancer, vole Local file TCRS_Pastamancer_vole.txt does not exist. Local file TCRS_Pastamancer_vole_cafe_booze.txt does not exist. Local...
  13. B

    Bug Mafia does not prompt to smash Hippy Stone when running pvp command

    Just paste `peevpee.php?action=smashstone&confirm=on` in the CLI.
Back
Top