Search results

  1. R

    autoBasement.ash - Better basement automation

    Maximizer fails trying to use Deck of Every Card stat buff when it's already been used. Needs an extra check that cheating for the card was successful.
  2. R

    New Content - Implemented Deck of Every Card

    For the case where the card is not available, there should be a soft halt rather than hard halt so scripts don't exit. If you already cheated once for a specific card, then the original goal for the function was already achieved and the script can continue without worry. I suppose this is just...
  3. R

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    The requirements for the extreme scarf/mittens were lowered or something, I would think that was a quickly changed though :P
  4. R

    Bug - Fixed Modifier maximizer wants to put one weapon in mainhand/offhand simulaneously

    maximize function and interaction with closet Version: v15.4 r11389 My logout script looks like this: cli_execute("maximize adventure"); if( can_interact() ){ batch_open(); int[item] inventory = get_inventory() ; foreach it in inventory put_closet( inventory[it], it ) ...
  5. R

    Feature - Implemented Pledging allegiance for PvP

    A popup asking you if you want to pledge allegiance to your clan, as you need to before you can PvP, when using the "pvp" CLI command, instead of returning that you have 0 fights left.
  6. R

    Native Windows (x86) KoLmafia.exe

    This is very useful for putting Kolmafia on a flash drive.
  7. R

    Effects array and managing songs

    It works . Thanks.
  8. R

    Effects array and managing songs

    How can you get an array of current effects on your character and does Mafia keep an array of current songs active? As far as I can find, you have to construct the array yourself to parse through, but kolmafia seems to already have an array with the use of "effects" cLI command. The implication...
  9. R

    bumcheekcity's Ultimate Manipulating Relay Appropriating Technical Substance

    Include the native KoLmafia support for palinshelves.php? *Edit* Never mind, not necessary :P
  10. R

    Bug - Fixed Login stops at "Seeing what's still trendy today..."

    Glad the fix is up, knew it wouldn't take long. Thank you very much Veracity.
  11. R

    Bug - Fixed Trendy - Launching KoLmafia while in combat

    I had this happen as well. It loops printing "Redirected to fight page". Easy way to fix was loading GUI before logging in and then finishing the fight manually. I didn't note the version but it was v14.8 r10114 or similar.
  12. R

    Consult script for setting properties

    I was using a consult script (My first attempt at one) to record when boots get charged so I could use it to stomp Beastly Paste before farming. Unfortunately, I set the property as bootsCharged. Behold a few days later support for boot charging was added in r9854. The problem was it used the...
  13. R

    Bug NS Entryway during WotSF

    KoLmafia 14.8 Checking prerequisites... Verifying ingredients for skeleton key (1)... You need 1 more skeleton bone to continue. Cast Worldpunch and try again. It should only abort with Worldpunch message if an error occurs trying to break the cage. I recasted Worldpunch a couple times before...
  14. R

    Feature Separate list for fist skills with CLI "skill" command

    It would be nice to have all the fist skills listed under their own header instead of "Uncategorized" for quickly checking which skills you have.
  15. R

    Bug Using Warm Subject Gift Certificates first time

    Version: 14.7 r9708 In a Bad Moon run: Using 3 Warm Subject Gift Certificates at once uses them all appropriately, I receive a goth kid t-shirt and some meat. However it only shows the use of one Warm Subject gift certificate in the Relay Browser (showing 2 Warm Subject gift certificates left)...
  16. R

    Bug - Fixed Hermit - getting trinket/getting hermit permit isn't working

    It was a conundrum to me as to why the links didn't work. Clicking the link implies intent to purchase, so not executing it because of a setting can be inconvenient. Or you could have it prompt you to turn on the setting to allow mafia to buy from the store if clicking the link with the setting...
  17. R

    Scripts Drop-down List

    How do you remove scripts from the list? Mostly for the legacy scripts that shouldn't be there anymore.
  18. R

    Visiting cellar

    It's if it's been found, not if it's been turned off or not.
  19. R

    Visiting cellar

    I was wondering if the encounter part could be hidden since my script prints a checklist. I've had it stored as a string so it pops up at the start and wondered if there was a better solution than smiling happily at it :/
  20. R

    Visiting cellar

    This is in a script. I would just parse the quest log if it indicated whether you have found the rat faucet yet. Mafia counts just going to the cellar itself as an adventure even though it isn't, I doubt that is intended.
Top