Search results

  1. fronobulax

    JSON

    See https://kolmafia.us/threads/dcquest.3640/#post-25745
  2. fronobulax

    DCQuest

    DCPrune is temporarily broken. It needs to be updated to deal with the new file name and format. Since it is a DL from here and not on SourceForge that seems acceptable. Also note that DCDB only reports the first 1000 ranked players whereas Museum reports an exact ranking.
  3. fronobulax

    DCQuest

    Major Update. https://museum.loathers.net/ has the same information as DCDB and returns the rankings for all items in a single page. This allows me to eliminate making one call per item to DCDB to get a ranking and that in turn eliminates caching of results, cache management and dealing with...
  4. fronobulax

    JSON

    I've got something working so thank you. Not ready for prime time yet but it will eventually replace a portion of DCQuest. Thank you.
  5. fronobulax

    JSON

    That was it. Thank you. Tangentially GenericRequest.sessionId == null and visit_url being a generic request means some scripts will need to be logged in to run. Not sure whether that is a bug or a feature but...
  6. fronobulax

    JSON

    Thank you very much. I run and get an error about an empty JSON string. I tried via ash using string url = "https://museum.loathers.net/player/215957?_data=routes%2Fplayer.%24id"; buffer out = visit_url(url, false, true); and the return is of length zero. The URL works in a browser. Brute...
  7. fronobulax

    Cargo Shorts GUI

    Thank you, in which case this is a feature request to add a toggle so that the in ronin page can be forced to be available when out of ronin.
  8. fronobulax

    How to find various usables...

    I misunderstood the wiki on the ccppb's reusability. reusable may be good enough, though. I think I want things that are reusable possible filtered by item type. I'll run some experiments. Thanks.
  9. fronobulax

    Excavator - gausie's spading script

    So I have two instances installed. I manually installed one via SVN and a recent return to autoscend seems to be what installed the other via git. I can certainly uninstall both versions and reinstall the git version, but I have local changes in SVN. Specifically I have a new project file...
  10. fronobulax

    Cargo Shorts GUI

    As far as I know I am running the latest update from https://github.com/phulin/shorts-ui/branches/master/build via SVN (which is something that will need to be addressed but not now). At one point the GUI would show me buffs or effects that I could get. They are not all there for me now. It...
  11. fronobulax

    JSON

    @gausie has implemented an alternative to the Display Case Database, hosted at Coldfront. https://museum.loathers.net/ I like to know where my characters are on various Display Case leaderboards and I currently do this by one query per item to Coldfront for each character. The Museum allows...
  12. fronobulax

    How to find various usables...

    I am a Display Case Completionism which means my unachievable goal is to have one of every displayable item in my display case. The items should be there over rollover but I am willing to pull something, use it, and then return it. I "discover" items that can be used, for some benefit, but are...
  13. fronobulax

    Bug - Not A Bug Item Name for Love Potion changed

    So in the absence of a definitive or more informed answer I would say that "Love Potion #XYZ" is KoL's name for it and Kolmafia was changed to agree/comply with that.
  14. fronobulax

    Guano Junction goal to break rocks

    There are other people's scripts out there that seem to understand that encountering a screambat is the equivalent of finding and using sonar. I'll try to remember to find and look at one. That said a way to adventure for a goal is to have a loop that checks if the goal is met, adventures once...
  15. fronobulax

    BatBrain -- a central nervous system for consult scripts

    I'm getting Beaten Up a lot in AOSOL. Is this because KoLmafia's data on monsters and skills is wrong or incomplete or does the community need to edit and upload BatFactors? My version is dated 06/22/2022.
  16. fronobulax

    High Score

    Not really a feature request but just an observation. I tried this in an AOSOL run. It didn't help because I could not kill some monsters in some zones unless I had specific equipment and when the script changed my equipment I ended up beaten up. I can certainly make suit_up into a stub that...
  17. fronobulax

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    Me Too. I keep a local copy of main but if I want to make changes I make a branch off of my local copy before I do anything and keep all my changes there until summitted and approved. I also find GitHub Desktop https://desktop.github.com/ guides me reasonably well so if you are on Windows or...
  18. fronobulax

    8bit-relay

    http://127.0.0.1:60080/adventure.php?snarfblat=73 Was the "other location" but I tried adventuring there and doing so did not throw off the count. Oh well. Another hypothesis shot down. I note https://github.com/kolmafia/kolmafia/pull/1595 so thank you.
  19. fronobulax

    8bit-relay

    I played everything in mafia. I have another relay script that manages runs. It has not been updated for the new 8bit and I am pretty sure I adventured once where it used to go. So it may be that adventuring there threw a count off. You could also self correct - if I run a turn and the color...
  20. fronobulax

    8bit-relay

    This is fun. Thank you. It is giving me wrong information about when the bonus shifts. It says it will shift in five turns but changes after two. I suspect I did something suboptimal, such as adventure in an area that didn't have the bonus. But if that suggests something to check, please do...
Top