Search results

  1. P

    New Content - Implemented Strange Cartouche

    Unless they just added this functionality, I would guess the location changes each ascension. This time I got mine in The Boss Bat's Lair, and I'm absolutely positive that I didn't get those the last time I was Ed and had the crown equipped. I guess I'll see next ascension if it's still there.
  2. P

    Bug - Fixed In the Haunted Kitchen, slow progress isn't recognized

    I happened to have shortcut the manor unlock this run, so I could test the quick fix in the attached patch in aftercore. It seems to work fine.
  3. P

    Feature - Implemented Bake 'prefref' command into mafia

    As a person who recently discovered the prefref alias, I would so very much like to see something like this built into mafia. So much so, in fact, that I took a stab at adding it, see attached patch. It has an optional parameter "regex", which makes it treat the searchText as a regular...
  4. P

    Feature - Rejected Warning for not wearing pants, when on the moxie guild unlock quest

    If you're not wearing pants when you encounter "Now's Your Pants! I Mean... Your Chance!", you'll have to go another 6 adventures to complete the quest. Apparently, some people do the quest first thing in an ascension, and sometimes forget to put on the old sweatpants (or some more useful...
  5. P

    Bug Script button in relay browser sometimes hangs

    Sometimes when I click the auto button in the relay browser to handle a fight with my CCS, the browser will look like it's loading, but nothing happens. I can finish the combat manually, or by using run_combat(), but once it's happened, I am unable to run the fight from the script button until...
  6. P

    Bug - Fixed Non-combat choice for "Into the Outpost" not set by lockkey drop

    lockkeyMonster in ResultProcessor.java is now set to the correctly capitalized monster name (probably by r15293), but the code tests for lower-case names. As a result, the proper non-combat choice isn't set.
  7. P

    New Content - Implemented Volcano map is now se]

    The only reason not to automatically use it would be that it prevents people from seeing the flavor text, which is a very minor problem. There's a setting called autoQuest, which seems to currently be used for automatically reading the lady Spookyraven messages and the mortar-dissolving recipe...
  8. P

    New Content - Implemented Chateau Mantegna - January 2015 IotM

    I went ahead and gave the Daily Deed a go. I'm not entirely sure what the version handling thing is about, but when I started mafia for the first time, the deed was added to my panel as I would have expected. The patch also has Valhalla reminder handling for the stationary, which was...
  9. P

    New Content - Implemented Chateau Mantegna - January 2015 IotM

    Fair enough, I hadn't caught the bit about the switch indentation, because I usually have my editor at 2 character shift width, so it's not so visible. But I do see (with a bit of grepping) that nearly all other switch statements are like that. I didn't know about the iterator thing, as Java...
  10. P

    New Content - Implemented Chateau Mantegna - January 2015 IotM

    Out of curiosity, how does it diverge from standards, and is there somewhere I could see those defined? I know all too well the importance of a uniform coding standard, and would like to get it right in the future.
  11. P

    New Content - Implemented Chateau Mantegna - January 2015 IotM

    I was in a coding mood and knew I would forget to set up my room otherwise, so here's a suggestion for the astral gash reminder.
  12. P

    Bug - Fixed Helps-You-Sleep not counted as giving blindness for the Dread woods boss fight

    When going into the fight while wearing Helps-You-Sleep, the helper text on the non-combat (End of the Path, 758) says I'm not blind, but it does actually give an effect like temporary blindness in terms of vision impairment (though I have no idea if it also has the other negative effects) and...
  13. P

    Bug - Fixed Daily settings sometimes left blank instead of set to defaults.txt value

    The last couple of days, I've noticed that some of my custom daily deeds that reference daily settings will show the setting name instead of their value. For example, _pantsgivingBanish would show instead of 0 at the start of the day. In the CLI I typed "get _pantsgivingBanish" and got nothing...
  14. P

    Bug - Fixed Debugging left in place

    I actually stumbled upon that a while ago when implementing links in the relay browser lights out warning, but then promptly forgot all about it.
  15. P

    Feature Fine Tune Lights Out warnings

    I implemented this in my local build some time ago, and have tested it through numerous ascensions. I've attached my patch here. As for the original topic, I'd prefer it kept warning you, even though you can't access the area. Prompts you to move things along.
  16. P

    Bug - Not A Bug Relay browser chat reloading

    I've heard a couple people in clan chat complain about that same issue. They were typing and in the middle of doing so, the chat window refreshes. If I see them again, I'll see if they have more details to share.
  17. P

    Bug - Fixed "Volcanometeor Showeruption" misspelled in DadManager.java

    Hmm, I'm pretty sure I've been killed in a fight where neither physical, nor hot, showed up early. I think it's because of a slight variance in how hard he hits (which is apparently a percentage of max HP). Reading the talk page on the wiki seems to indicate that this would happen rarely. Oh...
  18. P

    Bug - Fixed "Volcanometeor Showeruption" misspelled in DadManager.java

    This caused "hot" to show as "unknown" for me, since I don't have "Awesome Balls of Fire". Incidentally, I was wondering if it would make more sense to have the triple-hit spell listed in preference to the Hobopolis, since this allows Dad Sea Monkee to be killed at lower levels.
  19. P

    Bug - Not A Bug Tables in the gCLI mutliplying

    So, looks like this will be fixed with Java 7u80, now. However, from what I've been able to tell, that's not planned for release any time soon. The reason I'm bumping, though, is that I seem to have stumbled upon a workaround. With some of the recent changes to font size display in mafia, I...
  20. P

    New Content - Implemented r14761 - Failing on making coffee pixie stick

    This change also breaks the "defective token" daily deed. The new URL is place.php?whichplace=arcade&action=arcade_plumber
Back
Top