Search results

  1. D

    New Content - Implemented medicinal herbs use inv_spleen.php

    Mafia is attempting to use Medicinal Herb's medicinal herbs via inv_use.php, which doesn't work anymore.
  2. D

    New Content - Implemented New path "Actually Ed the Undying"

    Here's all three of the MP restorer buffs: use 1 holy spring water You gain 43 Mana Points You acquire an effect: Spiritually Awake (duration: 10 Adventures) -------------------- 1802 Spiritually Awake springwater.gif 6d1cada66034e7018eae8cdaa8ba72bf # Effect:Spiritually Awake: 2-4 MP...
  3. D

    Feature Disambiguate identically named quest items

    I'd have thought that getting scripters to use ids ( item_amount($item[2286]) ) where they're dealing with possibly identical items would result in more predictable behaviour than mafia disambiguating specific items by context.
  4. D

    Guide

    The closing curly bracket is clipped off the end of main() Just add a } to the end of the file.
  5. D

    Slime Tube Adventuring Script

    Damage resistance (elemental and physical) is ( ML / 2.5 ) %, capped at 125ML (50% resist). This extends to negative ML - giving negative resists which increase the damage done to monsters, but I doubt that's worth accounting for.
  6. D

    New Content - Implemented still-beating spleen

    The still-beating spleen adds +1 to the player's spleen capacity, which is reset on ascension. The message on using the spleen is: You eat the spleen, which is probably not how organ transplant surgery works, but your own spleen manages to assimilate some of its spleening ability regardless...
  7. D

    Guide

    Not sure it's even that. Guide is opening fine for me with r15472 (Chrome on Windows 8.1).
  8. D

    New Content - Implemented New path "Actually Ed the Undying"

    Talking about mafia counting adventures: Currently reviving into a combat increments the turns_spent proxy record of a location. (I noticed this because it causes Ezandora's Guide delay tracking to go wonky)
  9. D

    New Content - Implemented New path "Actually Ed the Undying"

    Unsurprisingly, attempting to plant a florist plant with visit_url() doesn't work in the underworld. It also causes florist_available() to return false, and I couldn't work out a way to make it return true again other than closing and reopening mafia. I guess that's a two part request: 1. The...
  10. D

    New Content - Implemented New path "Actually Ed the Undying"

    Mafia's Ka coin count didn't remove 20 Ka when I bought More Legs. Refreshing status didn't correct the count, and I had to close and reopen mafia to correct it.
  11. D

    New Content - Implemented attempt to eat bento box fails silently

    Works just fine, thank you. > create 1 tempura broccoli bento box with inky squid sauce Verifying ingredients for tempura broccoli bento box with inky squid sauce (1)... Creating/consuming tempura broccoli bento box with inky squid sauce (1 of 1)... You gain 32 Adventures You acquire an...
  12. D

    New Content - Implemented attempt to eat bento box fails silently

    It's also vitally important to note the source of kol's response: https://www.youtube.com/watch?v=y7npJpvI6E4
  13. D

    New Content - Implemented attempt to eat bento box fails silently

    Ok, here's the result of an alt trying it. Same issue. > create 1 tempura broccoli bento box with inky squid sauce Verifying ingredients for tempura broccoli bento box with inky squid sauce (1)... Creating/consuming tempura broccoli bento box with inky squid sauce (1 of 1)... class...
  14. D

    New Content - Implemented attempt to eat bento box fails silently

    Here's a log trying to do it now (although stomach is full for the day) and it looks like it should have worked - response includes kol saying "That looks good, but you're way too full to eat it right now.". > create 1 tempura broccoli bento box with inky squid sauce Verifying ingredients for...
  15. D

    New Content - Implemented attempt to eat bento box fails silently

    > create 1 tempura broccoli bento box with inky squid sauce Verifying ingredients for tempura broccoli bento box with inky squid sauce (1)... Creating/consuming tempura broccoli bento box with inky squid sauce (1 of 1)... Requests complete. The components are removed from inventory until an...
  16. D

    New Content - Implemented Missing skill images

    Dismiss Pasta Thrall => leftarrow.gif
  17. D

    New Content - Implemented Volcano map is now se]

    The map remains in your inventory You only get the flavor text once. Subsequent uses after the first take you directly to the Volcano Island (i.e. it adds the content from volcanoisland.php to the top of whatever is currently loaded in the main frame).
  18. D

    Character Info Toolbox

    Cool stuff :) One minor issue - there seems to be a problem with recognising the L'il Xenomorph. Everything works fine except the image in the picker which goes to "itemimages\debug.gif". I'm a little mystified by it, since to_familiar("L\'il Xenomorph") works fine. Maybe it's getting munged to...
  19. D

    Character Info Toolbox

    I have basically zero java skills other than what I've picked up via ASH. However it turns out that's actually quite sufficient! Here's a replacement for the fampicker function now in chit.js It accepts an optional fifth variable from the FAMILIARFAV entry, for an imgpath other than the...
  20. D

    New Content - Implemented Naughty Sorceress Tower Mirror

    This doesn't seem to fit in any of the three current NS threads, feel free to move it if you think it should go somewhere else: [745] Tower Level 4 Encounter: The Mirror in the Tower has the View that is True Unrecognized item found: 7 Years of Bad Luck You acquire: Years of Bad Luck (7) On...
Back
Top