Search results

  1. Rinn

    Feature RFC: script dependency remapping

    To prepare for github dropping svn support I've been thinking about how to deal with repos that don't update and the dependencies will no longer be able to be resolved and how we could work around that. I'd like some feedback before I make any additional changes. I was thinking to add something...
  2. Rinn

    Bug - Fixed Crimbo Training skills appear to not have correct numeric modifiers set up

    The colon would make sense because that's used to split the modifier type and the value, and if that's also splitting the skill name string it would probably explain this.
  3. Rinn

    Bash based auto-updater/launch script for Linux

    #!/bin/bash pushd ${TMPDIR-/tmp} echo Downloading new versions of kolmafia... MAFIA_RELEASE=$(curl --fail --silent --globoff 'https://api.github.com/repos/kolmafia/kolmafia/releases/latest' | jq --raw-output '.assets[] | select(.browser_download_url | contains(".jar")).browser_download_url') if...
  4. Rinn

    My scripts: svn -> git

    Maybe mafia could make some assumptions when satisfying dependencies with existing git installs given the svn id vs the git id. Like for all the Ezandora scripts I have installed via git where a dupe got installed via svn the only differences is the additional "-branches" text in the id: > git...
  5. Rinn

    charsheet.php - Group Skills by Character Class

    I've moved this to it's own repo so git checkout works, please see the first post.
  6. Rinn

    FamiliarDrops - Get profitable drops from familiars

    Moved to it's on repo so git checkout works.
  7. Rinn

    acquireBuff - Get a buff from a buffbot

    Migrated this to it's own git repo so git install works, url is updated in the first post.
  8. Rinn

    Accessing hosted webpage on another device

    You need to: set relayAllowRemoteAccess to true run the cli command 'relay nobrowser' once per session to initialize the relay brower. After which you should be able to access the relay browser if the host & port is reachable.
  9. Rinn

    Bug incorrect appearance_rates tracking

    I'm going to work through more appearance_rates that are inaccurate for conditional monsters. I'll update here as I find them so I can keep track of what needs to be addressed. Pirates of the Garbage Barges flashy pirate: requires maintenance tunnel adjustment The SMOOCH Army HQ SMOOCH...
  10. Rinn

    Bug - Fixed appearance_rates not accurate for Agua De Vida zones

    https://github.com/kolmafia/kolmafia/pull/1233
  11. Rinn

    Bug - Fixed appearance_rates not accurate for Agua De Vida zones

    I found where to support this, working on a PR now
  12. Rinn

    Bug - Fixed appearance_rates not accurate for Agua De Vida zones

    These are both from the wiki and I have not verified them yet cyborg policeman: only appears if you have bought a multi-pass, then stops appearing when questF03Future=finished obese tourist & terrifying robot: only appears after encountering A Winning Pass during the Future quest. Quest...
  13. Rinn

    Bug - Fixed appearance_rates not accurate for Agua De Vida zones

    Looks like there are also conditional monsters in Seaside Megalopolis, i'll grab the quest state for those too
  14. Rinn

    Feature ASH location_accessible function.

    Looks like can_adventure is returning true for the agua de vida zones when you have bottles in your closet but not in inventory, I expect it needs to retrieve one before trying to adventure so it can access the gaze link. > ash can_adventure($location[jungles of ancient loathing]) Changing...
  15. Rinn

    Bug - Fixed appearance_rates not accurate for Agua De Vida zones

    appearance_rates is returning in that the evil cultist is available for my character, but it doesn't show up until in the jungle until questF01Primordial=finished > set questF01Primordial step1 > ash appearance_rates($location[jungles of ancient loathing]) Changing "jungles of ancient...
  16. Rinn

    Bug - Fixed Encounter Listing Double Counting

    This feels similar to https://kolmafia.us/threads/reloading-page-advances-_gingerbreadcityturns.28198/, where refreshing the page is incrementing a different counter.
  17. Rinn

    Feature ASH location_accessible function.

    <html><head><link rel="stylesheet" type="text/css" href="https://d2uyhvukfffg5a.cloudfront.net/styles.css"></head><body><center><table width=95% cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Uh Oh!</b></td></tr><tr><td style="padding: 5px; border: 1px...
  18. Rinn

    Feature ASH location_accessible function.

    i'll grab it in a few hours after work
  19. Rinn

    Feature ASH location_accessible function.

    Okay it looks like it's related to acquiring a scroll of ancient forbidden unspeakable evil or attempting to summon a demon when the summoning chamber is unavailable maybe: Use 1 disintegrating quill pen + 1 inkwell + 1 tattered scrap of paper You acquire an item: scroll of ancient forbidden...
  20. Rinn

    Feature ASH location_accessible function.

    hm questL11Manor is step1 for me, questM17Babies is unstarted. I'll search my logs and see when it was set to step1, because that's not correct for after cs
Back
Top