Search results

  1. R

    buffer to_buffer(string)

    I think that's a great idea! The other thing to decide is whether it should call the one you've defined or the inbuilt one: I think it should call the one you defined. This will let scripts keep working as they expect. Path was a bit different as I recall: there, the issue was that lots of...
  2. R

    Bug - Fixed Using mall_price doesn't ignore forbiddenStores

    I'm not sure it's worth spending much effort stopping people from mallbotting any more -- those inclined are almost surely compiling their own version of Mafia that strips out the various checks. A decent number of people are compiling their own Mafia for reasons completely unrelated to...
  3. R

    Bug Maximizer Bug

    What if you run it without "13 max"? My thought here is that the initial outfit already reaches the maximum, so it might be discarding all the familiar experience it can see, which lowers it below the limit.
  4. R

    Bug - Cannot Reproduce Maximizer quirks - "-combat" and melee vs ranged.

    Can't reproduce, sorry. // https://kolmafia.us/threads/maximizer-quirks-combat-and-melee-vs-ranged.29104 @Test public void shouldNotDowngradeBetterOutfitNonCombat() { var cleanups = new Cleanups(withClass(AscensionClass.SEAL_CLUBBER), withFamiliar(FamiliarPool.DISGEIST, 100)...
  5. R

    Bug Maximizer Bug

    Yeah, but the first step to fixing this is to make a failing unit test, and I can't do that if I don't understand what's going on. I've also had it flipping between better / worse, but not to this extent.
  6. R

    Bug Maximizer Bug

    This modtrace looks very odd to me. It's saying that giant discarded bottlecap gives +3 Fam Exp, portable corkscrew gives +2, makeshift cape gives +1... that isn't right? mummy mask doesn't give any either? Is this in TCRS? Edit: Looks to be TCRS AT Vole.
  7. R

    Bug - Cannot Reproduce Maximizer quirks - "-combat" and melee vs ranged.

    What class are you? What weight is your Disgeist? I assume you don't have fuzzy slippers of hatred, because they aren't equipped?
  8. 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...
  9. 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...
  10. 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...
  11. R

    New Content Perpetrate Mild Evil

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

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

    Fixed by just resolving it from path. r27486.
  13. 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.
  14. 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.
  15. 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...
  16. 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
  17. R

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

    Close Mafia, edit the settings file manually, reopen Mafia?
  18. 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...
  19. 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...
  20. 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.
Back
Top