Search results

  1. R

    New Content august scepter

    Base items / effects are in, we still need: implement the fixodent shop (and make fixodent have a "fix" quicklink instead of "use") preference for skills cast (5 / day, plus post-ronin you can cast the "today" skill once, except that it's Arizona time so if you get in close enough to rollover...
  2. R

    r26152 - BasicScope obsolete comments by @fredg1 in

    The other pop-up window you wind up seeing a lot is Degrassi Knoll shopping list: if you have philter set up to deal with items, then each ascension the first run will throw away the shopping list, and you'll get another window. Personally, I don't care for the window popping up (both because...
  3. R

    r26152 - BasicScope obsolete comments by @fredg1 in

    Making blood-faced volleyballs was pretty common while the diabolic pizza cube was in Standard -- if you made a pizza with a familiar, you got familiar equipment for your current familiar. This was a good way to get the Pocket Professor equipment for +2 lectures. Also blood-faced volleyball is...
  4. R

    New Content Perpetrate Mild Evil

    There's probably multiple messages I'm not matching. Add them to the wiki! Or file a PR.
  5. R

    Bug - Fixed Git projects outside of github are not named correctly

    Fixed by just resolving it from path. r27486.
  6. R

    Bug - Fixed screechCombats does not reset on ascension

    Yeah, it needs adding to the big resetOnAscension array in preferences/Preferences.java. This is easy to forget and I often do.
  7. R

    Error on running "git update" (and on mafia start)

    No, it's fine to start with a dot. But it should be iterating over folders, instead of files and folders.
  8. R

    Bug - Fixed Git projects outside of github are not named correctly

    We could just make an identifier for other sites using the same logic we do for github. When I wrote that in the first place, I assumed that if other sites became popular hosts, I could add proper support for them then. Given that this is the first report, over a year since git support was...
  9. 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
  10. R

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

    Close Mafia, edit the settings file manually, reopen Mafia?
  11. 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...
  12. 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...
  13. 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.
  14. 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?
  15. 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...
  16. 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...
  17. 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...
  18. 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.
  19. 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...
Back
Top