Search results

  1. ckb

    Feature Track Fantasy Realm Fat Loot Token

    You can check number of bandits killed by parsing "_frMonstersKilled"
  2. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    This could just be a boolean if you have collected all research. Indicated by: <center><table><tr><td align=center valign=center><img src="/images/itemimages/dripharness.gif" width=30 height=30 title="dripharness" alt="dripharness"></td><td valign=center>Your harness beeps angrily at you. It...
  3. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    If you fight a dinosaur and use 'Back-Up to your Last Enemy' the monster gets new dino modifiers, but Mafia does not recognize this. If you reload the page, Mafia will re-process the modifiers correctly. However, there are some weird things that happen with backed-up monsters. A backed up...
  4. ckb

    New Content Tiny Stillsuit

    round(to_int(get_property("familiarSweat"))**0.4);
  5. ckb

    New Content Fall 2022 Challenge Path - Fall of the Dinosaurs

    If you fight a dinosaur and use 'Back-Up to your Last Enemy' the monster gets new dino modifiers, but Mafia does not recognize this.
  6. ckb

    Feature - Implemented track towel acquisition

    r26717 adds the pref "lastTowelAscension"
  7. ckb

    Feature - Implemented track towel acquisition

    Obtaining a towel via Off the Rack, choiceAdventure882 is once per ascension. It would be nice to track this via a Mafia property. (This is a PvP minigame this season)
  8. ckb

    All paths lead to... $path

    To clarify, does this mean that a correct ASH usage would be something like: if (my_path() == $path[Trendy]) {
  9. ckb

    Feature Allow print_html to print output to the session log

    I agree to keeping the default as no-session, but would welcome the ability to add session print_html() to my scripts. Often I want to add color and flair to my output (like coloring elemental values) and then review that in session logs. A print_html(string text, boolean session) option would...
  10. ckb

    New Content Tiny Stillsuit

    It would be nice to support equipping an item onto a familiar without having to switch familiars. This can be done from the 'Manage your Familiar' Terrarium page. The URL for this is: familiar.php?action=equip&pwd=&whichfam=72&whichitem=10932 The above puts the tiny stillsuit on the Exotic...
  11. ckb

    Recent problems with batfellow.ash

    You could also try https://github.com/Loathing-Associates-Scripting-Society/batfellow
  12. ckb

    New Content Tiny Stillsuit

    Also, you can still [distill] using URL injection when the stillsuit is equipped on a familiar in your terrarium. No need to unequip it.
  13. ckb

    Feature ASH location_accessible function.

    Really? huh. I'll have to check that out. I learned something new today. Edit: it does indeed change equipment, and then politely puts it back. But I wanna automate everything!!! Time to make sure my scripts carefully work around automatic outfit switching.
  14. ckb

    Feature ASH location_accessible function.

    I am trying to understand this all, but it seems like you are [potentially] proposing that Mafia automatically switch outfits/equipment and/or use items. I would strongly prefer a simple Boolean function that returns true if, and only if, the character in the current state with the current...
  15. ckb

    Feature Expand ChoiceAdventure Options

    It is fairly easy to add this logic to your own script, in either a before- or after- adventure script, changing the properties of the "choiceAdventure###" for whatever you like. as an example: //Teacher's Pet choiceAdventure1470 //1: Teacher's Pet (30, sleaze res, DA/DR), 2: teacher's pen...
  16. ckb

    Feature Add option to log CLI output to file

    You can more or less achieve this with the 'mirror' command: mirror [filename] stop [or start] logging to an additional file.
  17. ckb

    How do I tell Mafia a monster is in my locket?

    Can we update the reminisce command to accept an int as a monster id?
  18. ckb

    r26532 - log if KoL's modified familiar weight differs from KoLmafia's by Verac

    Fam was a Exotic Parrot. Base weight was 9 lbs, Modtrace Familiar weight was +15. ash familiar_weight( my_familiar() ) Returned: 9 Sorry I don't have more details. If I have time in my next run I'll try to get more info.
  19. ckb

    r26532 - log if KoL's modified familiar weight differs from KoLmafia's by Verac

    Still seeing issues in r26535: Familiar weight: KoL = 24 KoLmafia = 16 @Veracity Note: Refreshing the charpane seems to fix the issue.
  20. ckb

    r26532 - log if KoL's modified familiar weight differs from KoLmafia's by Verac

    I believe familiar_weight() has always returned the base weight of familiars. familiar_weight(fam) + weight_adjustment() = modified weight
Back
Top