Search results

  1. T

    Bug crowd of adventurer bosses are not marked as bosses

    The reason lost is asking is because there are multiple lists WITHIN kol of what is a (boss), and even more when people talk about what they consider a boss? Does it drop a boss brain? Does it make badass pies? Does it trigger the machine elf? Does it count for the pvp mini? Can it be copied...
  2. T

    Commands for past IotMs

    You don't have to, because mafia will do that for you: visiting that page is enough to get mafia to fill the built-in variables, you can find them with prefref volcanoItem (there's a bunch of them, so I'm not gonna list them all). If you want some inspiration (or a lazy shortcut) you can check...
  3. T

    New Content - Implemented September IotM - bagged Cargo Cultist Shorts

    All three puzzles have been solved by now, the info can be found in the respective sheets on the spreadsheet. The waterlogged one and the meat wrapped crossword clues are static and the same for everyone, so you might not even need to log those. (But it would help anyone trying to solve it...
  4. T

    New Content - Implemented December 2019 IotM - Red-Nosed Snapper

    That can be aliased just fine: alias whatever => ashq phylum phylum = $phylum[%%]; if ( use_familiar($familiar[red-nosed snapper]);) { visit_url('familiar.php?action=guideme&pwd'); visit_url(`choice.php?pwd&whichchoice=1396&option=1&cat={phylum}`);} else print("You don't have your...
  5. T

    Can we access the parts of what maximize(stirng, int, int, boolean, boolean) returns?

    You can plug the aggregate directly into a for-loop, to run through it: foreach i,maximizeResult in maximize(max,1,0,true,true)
  6. T

    New Content - Implemented Guzzlr tablet - May Item of the month

    Rather than total deliveries, maybe just _guzzlrBronzeDeliveries. That should be complete, since daily Gold and Platinum counters already exist. guzzlrProgress could indeed be useful, but I would expect it to stay over rollover, since you can keep a quest over rollover too.
  7. T

    New Content LTT is not listed in the IOTM tracking preference page

    Why does it need to change? Sure, it's different, but does it actually matter that it's different? (for that matter, how does the inflatable office even work? can you use another one after finishing the quest on the same day?)
  8. T

    New Content LTT is not listed in the IOTM tracking preference page

    There is already a property: telegraphOfficeAvailable. Though that one seems to work different from the charters, since mine is currently false. Which is correct: I have LT&T, but I'm under standard restrictions right now.
  9. T

    Feature Make the CLI command "garden" available via ash

    There's no reason to loop the entire thing, just to find the value for one item. I have the following static dataset item [string] Gardens = {"pumpkin": $item[packet of pumpkin seeds], "peppermint": $item[Peppermint Pip Packet], "skeleton": $item[packet of dragon's teeth], "beer"...
  10. T

    New Content - Implemented Guzzlr tablet - May Item of the month

    Quest log has the quest, so you could use that to confirm (in case the guzzlrbucks gain does get ruined sometime down the line). And it would be nice if mafia also tracked the booze and location for your currently active quest.
  11. T

    Bug - Fixed Mechanical Songbird Dreadsylvania Multiplier

    Thanks. I did some poking around to see how hard it would be, and it turned out to be really simple. So I figured I might as well save someone else the time needed to figure that out :)
  12. T

    Bug - Fixed Mechanical Songbird Dreadsylvania Multiplier

    Fixing this might be as simple as changing "Fairy:" to "Fairy Effectiveness:" in the songbird entry in modifiers.txt. I have done so in a data file override, and it seems to be working perfectly fine.
  13. T

    Bug - Fixed Kramco Magical Sausage daily limit is too low

    You could check the _sausagesEaten property, that might get incremented incorrectly and end up too high.
  14. T

    Bug - Fixed Mechanical Songbird Dreadsylvania Multiplier

    Since mafia and the wiki didn't agree on the mechanical songbird (25% or 50% extra weight in dread), I figured I'd throw a couple of wandering monsters into dread with my perfectly fair coin. And I concluded that both are wrong! It's a 1.5 time fairy in dread, but not in weight, but in overal...
  15. T

    New Content - Implemented track if we used green rocket on dependence day

    They have been around since march 2018, when we had a double holiday sneaky pete's+dependance day. And yes, they give 3 clovers and a profile effect for the day when used. Yes, unless you use one of the other dependance day fireworks. So ideally, we would get a setting that tracks if you have...
  16. T

    Bug - Fixed Some mafia settings don't actually change unless you change them in the UI

    For what it's worth, you can change mood with "cli_execute("mood barffarming");", though that doesn't explain why changing currentMood doesn't have the same effect.
  17. T

    New Content The Drip Institute

    drippyBatsUnlocked wants to be an int rather than a boolean: you unlock a number of bats to encounter, not all the bats forever. I don't know if it's repeatable or stackable. http://forums.kingdomofloathing.com/vb/showthread.php?p=5066068#post5066068
  18. T

    New Content The Drip Institute

    -------------------- 10444 drippy snail shell 876508657 drippyshell.gif none 0 # Item drippy snail shell -------------------- You acquire an item: drippy snail shell Talking to Jeremy Science -------------------- Drip Institute Armory buy 50 drippy shield ROW1132 -------------------- Unknown...
  19. T

    Feature - Implemented Change get_campground() to contain packet of whatever seeds if planted

    Ok, forcing 'refresh all' seems to fix the mismatching, but 'refresh camp' does not. I don't know if that helps to figure out where it's losing track, but it as a workaround I can sprinkle my script with some cli_executes to keep up.
  20. T

    Feature - Implemented Change get_campground() to contain packet of whatever seeds if planted

    Wow, awesome. I just wanted seed_packet => 1 (aka, true), but days of growth is even better. Edit: hmm, something isn't updating properly, quick switchings seem to be throwing things off. This was after swapping from mushroom to thanksgarden a little before: > /u mushroom spor Using 1 packet...
Back
Top