Search results

  1. R

    New Content - Implemented Patriotic Eagle

    About as much as I care about is done: * in-fight doesn't parse acquiring an effect with a duration of "today"... but we get it when the charpane refreshes * arena stats and tags aren't done
  2. R

    Bug Using "Logout of KoL" from general dropdown resets banishedMonsters pref

    Close Mafia, edit the settings file manually, reopen Mafia?
  3. R

    Feature Change item string fuzzy matching to prefer owned items

    Looking at the code, it should prioritise shorter names (for CLI commands), so kramco / replica kramco should already go the way you want in aftercore. Another workaround is to equip the Kramco first, then do -offhand to not change the offhand. This doesn't help -equip or bonus, but it does...
  4. R

    modifier is now a reserved word in ASH scripts

    Both of these depend on Gain, so if you run "git checkout midgleyc/Gain Release" you'll get my forked version with the fixes. Don't delete the existing Ezandora version of Gain, as both PirateRealm and FantasyRealm depend on it -- if you delete it, they'll install it again, and then you'll be...
  5. R

    Genie

    Oops, I forgot to check relay scripts. If you run "git checkout midgleyc/Genie Release" in the graphical CLI, you will install my fork, which has this issue fixed.
  6. R

    modifier is now a reserved word in ASH scripts

    Sorry about that, can you let me know which ones? If they're public, do you want any help fixing them?
  7. R

    modifier is now a reserved word in ASH scripts

    If you have Gain, Bastille, Helix-Fossil, Genie or Asdon-Martin-GUI installed, you may want to install my forks over the top (if you delete them, they may get re-installed as dependencies of other scripts you're using): git checkout midgleyc/Gain Release git checkout midgleyc/Bastille Release...
  8. R

    modifier is now a reserved word in ASH scripts

    Much like $path before it, we've added a $modifier type. This is to be used as $modifier[Meat Drop] or $modifier[Four Songs] (for example), to use in functions like numeric_modifier(item, modifier) or effect_modifier and so on. There is now also a function split_modifiers(string) that takes a...
  9. R

    Bug - Not A Bug Suddenly "modifier" is a reserved word

    I've added a $modifier type, that you can use as $modifier[Meat Drop] or $modifier[Four Songs] (for example), to use in functions like numeric_modifier(item, modifier) or effect_modifier and so on. I've also made a function split_modifiers(string) that takes a $modifier[Modifiers] string and...
  10. R

    Feature - Implemented Add _lastCombatLost Preference

    It's new, _lastCombatWon can't distinguish between running away and losing a combat. The reason it wasn't implemented previously was that this HTML comment didn't exist.
  11. R

    New Content - Implemented Patriotic Eagle

    Lots still to do for this guy: Citizen of a Zone modifiers + parsing description (like blessing of a bird or distillate) Support for "Today" as duration (api.php treats it as a very high number, it can be SGEEA'd) Support for screech: what phylum you've banished, how long it has left, when it...
  12. R

    New Content Summer 2023 special challenge path - Legacy of Loathing

    It assumes that if you have any item in a fold-group, you can fold for any other item. Until now, that was a reasonable assumption. I think it only breaks immediately after breaking the prism from a Legacy of Loathing run where you've folded an item, until the next rollover. That code is in...
  13. R

    New Content Summer 2023 special challenge path - Legacy of Loathing

    Probably the fold command. The garbage tote isn't actually a foldable -- we just pretend it is. The Loathing Legion knife isn't really, either. They both get special cased.
  14. R

    Bug - Fixed Divide by zero error eating quantum taco/ consuming Astral Energy Drink

    Why is "astral energy drink" getting passed anyway? If we know what you want to consume, we know what the ID is, so we should be able to pass the correct item.
  15. R

    New Content January 2021 IotM - Miniature Crystal Ball

    On Mar 4, I added the miniature crystal ball's sporadic enchantments: before that, they weren't known about at all. For maximizer, we value sporadics (damage aura, experience, meat, item) at the average value, and have done for a long time (even if there are cases where this isn't a good idea)...
  16. R

    New Content Summer 2023 special challenge path - Legacy of Loathing

    No, genie and maximizer don't really interact at the moment. It would be a feature request. The way this works is that statuseffects.txt has a series of "sources", and if a command is a source for an effect maximizer will suggest it. Now, genie (and monkey paw) are a source for all wishable...
  17. R

    New Content 2002 Mr. Store

    I've added the items as skeleton, but there's still some stuff to do: * spooky vhs tape wants a 7 turn timer r27403 * loathing idol wants a command so it can be added to maximizer (well, I want this and am about to do it) r27396 * loathing idol wants to recognise that using it replaces it with...
  18. R

    New Content Summer 2023 special challenge path - Legacy of Loathing

    I recently added something that refreshes inventory when breaking the prism. I did this by clearing equipment, then sending an equipment refresh. Apparently that doesn't refresh folders. It's hard to test because I only get one chance per ascension ;-)
  19. R

    Bug - Fixed Initial familiar doesn't get added to GUI dropdown types list

    Okay, I think I see why this is: we assume your initial familiar is one of your favourites, and favourites don't get added to the list. I'd rather they did.
Back
Top