Search results

  1. D

    New Content - Implemented January 2016 IotM: X-32-F snowman crate

    There's already a location proxy field for "turns_spent" Or is that the joke?
  2. D

    Feature - Implemented Make the relay browser more obvious

    I think that sounds a better option (and less likely to need updating in future) than a configuration wizard.
  3. D

    New Content - Implemented January 2016 IotM: X-32-F snowman crate

    This information brought to you by darkcodelagsniper being bad and dying to snowmen
  4. D

    New Content - Implemented January 2016 IotM: X-32-F snowman crate

    Something to note for free fight tracking: If you lose a "free" snowman combat, then it costs an adventure, but does not reduce the number of available free combats. To put it another way, you always get 10 free combats per day, but losses cost adventures.
  5. D

    Feature - Implemented Make the relay browser more obvious

    I think the average mafia user plays almost exclusively via the relay browser. However, relay browser functionality is far from obvious for new users. It's hidden behind an unlabeled GUI button, and mafia appears to be an entirely unfamiliar and intimidating interface that's very different to...
  6. D

    New Content - Implemented Standard 2016

    I'd consider the following to be a kol bug (which I've reported to them), but it might be desirable to handle it in mafia. There are a few items that are restricted in standard, but are not listed in "standard.php" or "standard.php?date=2014-01-01" However they ARE listed in...
  7. D

    Character Info Toolbox

    I just bugreported "The Deep Machine Tunnels" location name missing the article in mafia. I've done that before for a few locations (like "The Icy Peak", which mafia had as "Icy Peak" for years), purely because it stops Chit's florist brick from working. I was thinking since its a common minor...
  8. D

    New Content - Implemented Dec 2015 IotM - machine elf capsule

    mafia's location name is missing the "The ". The Deep Machine Tunnels not Deep Machine Tunnels
  9. D

    New Content - Implemented Manual of Numberology

    Yes. I wasn't aware it had changed, but that's how it works now.
  10. D

    New Content - Implemented Manual of Numberology

    _universeCalculated now seems to get set to true as soon as you enter choice 1103. That doesn't seem the right place for that flag to be set, as you can still back out of the choice and use the skill later.
  11. D

    Character Info Toolbox

    As a datapoint, I prefer the minimal layout. I'm not sure how experimental differs from it? In any event, it would be understandable if you did decide to remove them for ease of support.
  12. D

    Bug - Waiting for Info mayodiol not purchased with autoFillMayoMinder = true

    Yes, I've been using it autofilling with mayoflex/mayozapine for a lot of this aftercore, which has been working fine. > ashq int[item]inv = get_inventory(); print(inv[$item[Mayo Minder™]]); 1
  13. D

    Bug - Waiting for Info mayodiol not purchased with autoFillMayoMinder = true

    This just happened one time. I haven't tried autoFilling with mayodiol before, and I'm at max fullness now so can't do further testing till tomorrow: > eat sea lychee Searching for "sea lychee"... Search complete. Purchasing sea lychee (1 @ 1,229)... Purchases complete. Eating 1 sea lychee...
  14. D

    New Content - Implemented Fudge Spork can be used once per day

    Mafia has handled Fudge Spork as a queued food helper since r10131, but only one Fudge Spork can be used per day and its usage does not appear to be tracked by Mafia. It would be cool to get a "_fudgeSporkUsed" property. ( Crimbo 2011 is New Content right? :D )
  15. D

    Bug - Fixed non-Euclidean hoof is a bounty

    Yeah, that note is present on all the pages for the defunct Quest Items, even though most (all?) of them are now new style bounties. A bit confusing, but technically correct.
  16. D

    Bug - Fixed non-Euclidean hoof is a bounty

    > ash "non-Euclidean hoof".to_bounty(); Returned: none plural => type => kol_internal_type => number => 0 image => monster => none location => none Surprised me a bit, since this is one of the older legacy bounties.
  17. D

    New Content - Implemented potted tea tree

    Bale means that all necessary support for the tea tree has been implemented. A built-in teatree deed would be a new feature request. Here's a custom deed for it that should work (untested): $CUSTOM|Combo|Teatree|_pottedTeaTreeUsed|$ITEM|Activi tea|false|teatree Activi tea|$ITEM|shake the...
  18. D

    Guide

    Also possibly worth noting with the new perfect icecube summon: 18,44,75 or 99 all provide a single base booze. This could be nice to cut down on noob cave farming...
  19. D

    Character Info Toolbox

    Like xKiv says, _svnUpdated is not set to true by that block running, so svn_at_head() is run on every refresh.
  20. D

    Character Info Toolbox

    modifyPage includes this section for version checking: //Check for updates (once a day) if(vars["chit.checkversion"]=="true" && svn_exists("mafiachit")) { if(get_property("_svnUpdated") == "false" && !svn_at_head("mafiachit")) { if(get_property("_chitChecked") != "true")...
Back
Top