Search results

  1. ckb

    Bug Fire flower can't be managed in the mall

    > ash $item[fire flower] Multiple matches for "fire flower"; using "[10462]fire flower". (char 7 to char 18) Clarify by using one of: $item[[2426]fire flower] $item[[10462]fire flower] You should try using the item # in your request instead of the item name, given the ambiguity of "fire flower"
  2. ckb

    Feature - Implemented Suggestion: -fold option for maximizer

    Yes, when maximizerFoldables==false, maximize will not suggest folding any items. I use this to set foldable items (Boris Helm, Pete's Jacket, Ed Crown, Garbage tote, Backup camera, Umbrella, Parka, etc.) to my preferred setting before I maximize.
  3. ckb

    New Content Path Avant Guard

    It seems like Spooky VHS Tapes work weird in this path too. From my last run, the VHS monster triggered - a bodyguard was instakilled, then you fight the VHS monster normally. This does not correctly reset the counter.
  4. ckb

    New Content Path Avant Guard

    Bodyguard chat added in r28076
  5. ckb

    New Content Path Avant Guard

    Note: the Bodyguard Chat is available when "charpane.php" contains "talktobg=1"
  6. ckb

    New Content Path Avant Guard

    "_locketMonstersFought" will increment monsters for both the bodyguard and the locket monster This makes it look like you have spent 2 locket reminisce for every monster fought
  7. ckb

    Bug Mafia Thinks Tom Drum fight takes place in shadow rifts.. if you were adventuring in shadow rifts

    There are a few summoned fights that do not track or switch location correctly. Also see: https://kolmafia.us/threads/mafia-thinks-numberology-summons-to-last-adventured-zone.29237/
  8. ckb

    New Content Path Avant Guard

    No new monsters
  9. ckb

    Mafia's fortune teller inputs

    You can set those with the properties: clanFortuneReply1 clanFortuneReply2 clanFortuneReply3 clanFortuneWord1 clanFortuneWord2 clanFortuneWord3
  10. ckb

    New Content Path Avant Guard

    New Path Avant Guard Things to do: add Path to path list add Burly Bodyguard familiar handle Burly Bodyguard Chat This happens every so often (some number of bodyguard fights?) your next enemy will have the selected monster as its bodyguard add something to check when a 'chat' is available...
  11. ckb

    Bug - Cannot Reproduce No chatting with bodyguard familiar link in relay browser

    I just stared an Avant Guard run and I have a chat link in my charpane. My current turncount is 82.
  12. ckb

    Bug - Fixed item_fact() no monster NPE

    New Path Avant Guard I just started this and my first combat is: Script execution aborted (java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.MonsterData.getId()" because "monster" is null): This was from: Preference lastEncounter changed from Adjust your Parka to...
  13. ckb

    Bug - Not A Bug Automated bounty hunting does not function

    Does this happen every time? What is your ccs? Can you post a debug log from the fight? in the CLI, type 'debug on' run an adventure where you get the error type 'debug off' post the debug file from your Mafia folder
  14. ckb

    Bug - Not A Bug Automated bounty hunting does not function

    I could not reproduce this at all. Do you have something set in your autoattack? Do you have other fight scripts running? This is what I get: [719] The Overgrown Lot Preference lastEncounter changed from sewer snake with a sewer snake in it to cooler wino Encounter: cooler wino Preference...
  15. ckb

    Deprecate scriptMRU?

    As a single data point, I rarely use the script menu (I usually just type the script name into the CLI) and I have never used the script MRU.
  16. ckb

    Is this possible for ccs - use fury skill only at maxfury

    You ash is missing some things. the if statement needs the expression inside parenthesis. You need to understand how equals signs are used: A single equals sign will set the left side expression to the right side, a double equals sign will do a comparison and return a boolean value (true or...
  17. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    In Path, In Season, I gathered some html for the skills Hunt and Punt. If someone enterprising wants to add them to Mafia for tracking sniff/banish I am adding them here. I have not done this in the past few months and I might not ever get to it, but posting the files here for the future.
  18. ckb

    Bug Max Drunkenness drops when equipping weapon/off-hand

    This is a know issue and a mystery: Bug - You are too drunk to continue
  19. ckb

    New Content Mayam Calendar

    The CLI command has a bug where 'mayam rings' with no parameters gives an Unexpected error: Unexpected error, debug log printed. class java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 at...
Back
Top