Recent content by Tissen

  1. T

    Records in ASH

    Thanks, that helps a lot!
  2. T

    Records in ASH

    I made a structure to keep track of eggnet progress for various monsters, monsterWrapper. I store these in a map, with the monster id as key, monsterWrapper [int]. Now I would like to see if a monster I have is part of that map. I know in Python you could to like if key in map: Is there an...
  3. T

    New Content Standard Rewards in the Armory and Leggery

    Any progress on the coinmaster stuff? Or if you need help, where are some other coinmaster code I could look at? I made a script to automatically buy missing yearly rewards, but if I buy something using the AaL-urls Mafia don't recognice that I have used one of the "coins" and thinks I still...
  4. T

    Bug In Legacy of Loathing HC runs, Maximiser considers free-pulls that can't be pulled due to path restrictions.

    I just started a LoL run, and the maximizer wanted me to pull the actual reality goggles. I think we should ignore pulls altogether in LoL.
  5. T

    Autumn-aton Override

    Ok, I played KOLHS and noticed that the scaling zones does not have "difficulty" set and just fell through the cracks in my script. Updated that, and moved the "Send" button to the right side of the screen, because I frequently misclicked. Also added a short reminder of the standard autumn...
  6. T

    Autumn-aton Override

    Can you save the source for that frame and attach it here? And what Shadow Rift were you adventuring in? They have different zone ID:s and it could be that some are not correctly supported.
  7. T

    Autumn-aton Override

    I'll take that into consideration for the next update. Right now I'm looping Legacy of Loathing runs, so I don't get much fallbot time.
  8. T

    Autumn-aton Override

    You also need to adventure there at least once for it to be an egible Autumn-aton destination.
  9. T

    Autumn-aton Override

    Made a quick rewrite to do just this. Hope I didn't break anything. Top post updated.
  10. T

    Autumn-aton Override

    What is it? Simple script that groups Autumn-aton destinations after difficulty and indoor/outdoor/underground. It also adds a short reminder wahat the different upgrades found in these destinations do, and what the default reward is. Destinaton groups that have upgrades not yet installed are...
  11. T

    High Score

    Thank you! Worked like a charm.
  12. T

    Farming Dust Bunnies for the Earthenware muffin tin

    Someone on Reddit was planning on doing back-to-back HC Grey Goo runs to farm karma and wanted ideas on stuff to do to burn turns while doning this. Farming dust bunnies came up, and quickly we realized the need to automate this. This is my first script, and I'm personnally pretty far from...
  13. T

    Daily Dungeon

    The Validate() function always returns true instead of retval. Guess that's ok for most people, but not what I think the script was intended to do.
  14. T

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Row 1170 and 1171 can be removed now that Olfaction is an intrinsic and can't be unaffected. Too lazy to locate the repo to do it myself.
Top