Search results

  1. D

    Pantogram.ash -- add a "pantogram" command to your CLI

    What is the urlString you are submitting? The code in PantogramRequest is looking for regex "m=(\\d)&e=(\\d)&s1=(.*)?&s2=(.*)?&s3=(.*)" I guess it is failing there, as you are getting the pants in inventory, which is just before the code tries to match the urlstring to find what was requested...
  2. D

    Bug - Waiting for Info Mr. Screege's spectacles confusing aftercombat NEP quest guide. small detail.

    r19087 should (mostly) sort this, I hope. Untested. If may give the result (wrongly) when on trash quest with spectacles equipped, if you get a spectacle message.
  3. D

    New Content - Implemented Festival of Jarlsberg detection

    So I guess Jan 1st was the intention, and Jan 2nd was a bug, and it is now fixed? Or something
  4. D

    New Content - Implemented New items from the snowglobe

    These were added by Veracity in r19079
  5. D

    New Content - Implemented Voter Registration Form

    Added in r19084
  6. D

    New Content - Implemented New UR

    r19084 - Untested.
  7. D

    Bug stash refreshing 1000+ times

    The not clearing some data is because it is stored for all clans you have been in, not just current clan. Confused me for a while too. I think this might be an issue in ClanStashRequest, which is what managed to queue up 1000 stash requests! (Probably via the RefreshConcoctions code in Clan...
  8. D

    Bug stash refreshing 1000+ times

    So, I guess this is something thread related involving types of Java functions that go over my head. Essentially it appears to create (and register) 1000's of stash requests, and then it submits them to KOL. We don't mark stash as received until the first reply. Maybe we need to set a...
  9. D

    Feature Request Mafia utilization: Free fights now feature FREEFREEFREE in their HMTL.

    r19081 logs free fights on non-wins. Untested.
  10. D

    Feature Request Mafia utilization: Free fights now feature FREEFREEFREE in their HMTL.

    So, currently we only check for free fights on wins, which explains the first. Not sure why your script isn't seeing FREEFREEFREE.
  11. D

    Feature Indicate that something is running in gCLI

    I think for some of the external files there is versioning involved, but haven't look at this one.
  12. D

    New Content January 2019 IotM - Kramco Sausage-o-Matic™

    r19080 frees the sausage goblin.
  13. D

    How to script getting a semi-rare?

    Our code obfuscation skills are poor.
  14. D

    Feature - Implemented Updating sniffs based on spading

    Nearly there, looking good. AreaCombatData will need to only add to monsters whilst the relevant counter exists, similar to how Olfaction does.
  15. D

    Feature - Implemented Updating sniffs based on spading

    Quite a lot of other handling needed I'm afraid. Need to handle it in AreaCombatData, ValhallaManager, defaults.txt, and Latte one would need to use startCountingTemporary, as it only lasts til rollover.
  16. D

    New Content New Year 2019 changes

    I know why the fix hasn't worked. It is because in Standard KoL tells us we don't have non-standard skills, so Mafia knows only about standard skills. Hence when we check for knowing a skill, we don't care what standard thinks, so don't check it. So this needs a different fix, either KOL side...
  17. D

    New Content New Year 2019 changes

    r19073 - But report as a KOL bug, untested.
  18. D

    New Content New Year 2019 changes

    r19071, untested.
Back
Top