Search results

  1. ckb

    PowerShell to Auto-Update KoLmafia

    As a third option, you can create a shortcut to the .ps1 file, then edit the 'Target' to %windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -File ".\KoLMafia-Updater.ps1" double-clicking that shortcut will run the PS1
  2. ckb

    PowerShell to Auto-Update KoLmafia

    Powershell is a Microsoft Windows scripting language. If you are on Windows, create a text file, copy and paste the code above into this file, then save it and rename it with a .ps1 extension. Right-click and choose 'Run with PowerShell'
  3. ckb

    Bug Flagellate Flagon is not tracked properly

    marked as reusable in r28123 (thats the easy part) We still need to add a preference for it
  4. ckb

    Bug - Fixed Does mafia consider flagellate flagon consumed on use?

    marked as reusable in r28123
  5. ckb

    Bug Flagellate Flagon is not tracked properly

    This is the same as: https://kolmafia.us/threads/does-mafia-consider-flagellate-flagon-consumed-on-use.29872/
  6. ckb

    Some thoughts on faxbots

    I don't know exactly how the Mafia faxbot support works, but I believe that Mafia gets an xml file from the faxbot that list all monsters available. See 'KOLMafia\data\easyfax.xml' that should be in your data folder. You should be able to iterate by parsing this for all faxbots without server hits.
  7. ckb

    Feature - Implemented Allow monster EA: none

    Finally got around to submitting this: https://github.com/kolmafia/kolmafia/pull/2488
  8. ckb

    Scripting "chat with Burly Bodyguard"

    Here is my ASH script for chatting with a BG: //check if Avant Guard familiar [Burly Bodyguard] can 'chat' boolean ChkAGCanChat() { return (to_int(get_property("bodyguardCharge"))>=50); } //Chatting with your Burly Bodyguard, select next Bodyguard monster boolean SetAGChatMon(monster mon)...
  9. ckb

    Bug - Won't Fix Mafia doesn't know that sphygmayomanometer from mayo clinic melts on rollover.

    Marking this as "Won't fix" because there are simple solutions per Ryo above.
  10. ckb

    Bug - Fixed Mafia doesn't see too much meat in closet

    @bsander can you confirm this was fixed with r28075?
  11. 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"
  12. 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.
  13. 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.
  14. ckb

    New Content Path Avant Guard

    Bodyguard chat added in r28076
  15. ckb

    New Content Path Avant Guard

    Note: the Bodyguard Chat is available when "charpane.php" contains "talktobg=1"
  16. 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
  17. 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/
  18. ckb

    New Content Path Avant Guard

    No new monsters
  19. ckb

    Mafia's fortune teller inputs

    You can set those with the properties: clanFortuneReply1 clanFortuneReply2 clanFortuneReply3 clanFortuneWord1 clanFortuneWord2 clanFortuneWord3
Back
Top