Search results

  1. IceColdFever

    Bug - Fixed master of ceremonies missing item drop

    master of ceremonies drops escargotsicle but it doesn't appear under the name when fighting it.
  2. IceColdFever

    Bug Issue recongizing failed hyperinflated seal lung use

    Hyperinflated seal lungs can only be used once per day. Maximizer doesn't seem to realize that and suggests using another lung after my first has been used. It also decrements the number of lungs if I use them via the item manager (even if they aren't actually consumed because it's after my...
  3. IceColdFever

    New Content - Implemented dirty old lihc should be marked as spooky

    The dirty old lihc is spooky aligned and isn't showing the name in gray in the relay browser. EDIT: I've also noticed the swarm of ghuol whelps is missing the spooky alignment. I haven't confirmed, but the other swarms are most likely missing as well.
  4. IceColdFever

    Bug - Won't Fix Missing Rocky Road Ice Cream Recipe

    There are two recipes for rocky road ice cream. The one that is missing is the glass of baboon milk and floaty gravel.
  5. IceColdFever

    Relay Script for Old Sewers

    I'm trying to make a relay script that shows if I pass or fail a Tunnel test in the Sewers leading to Hobopolis. However, I can't get the script to fire. I'm having it load on adventure.php (which works for other non-combat relay overlays I've done) but that doesn't seem to work. Does anyone...
  6. IceColdFever

    Bug - Fixed Popsicle Fullness Incorrect

    The liver popsicle is 1 fullness (I confirmed yesterday). Wiki says all the popsicles are 1 fullness, yet mafia says they are all 2. Mafia is incorrect. lemon popsicle liver popsicle orange popsicle strawberry popsicle
  7. IceColdFever

    Feature - Implemented Booze in Item Manager is missing some Bart Ender's drinks

    The day-old beer is available to buy/drink from the item manager, however, plain old beer and overpriced "imported" beer are missing.
  8. IceColdFever

    Bug - Fixed Invalid Monster Stats From Putty

    I was adventuring in Hobopolis Town Square. I decided to finish my turns by using my spooky puttied fossilized serpent. It reported the reanimated serpent skeleton as having the monster stats/drops that the TS Hobo has. Then I looked at the daily deeds panel and noticed that mafia thinks that...
  9. IceColdFever

    Wiki Links (Link to Wiki in Pop Ups)

    Short Story Time (tldr; skip to large font): I've been slowly trying to ween myself off grease monkey. Partially because I don't want to always be tied to Firefox and partially because mafia seems to overlap most of my old GM scripts (and mafia does it better). Right now the only two GM...
  10. IceColdFever

    Bug - Not A Bug Monster Elemental Color Missing

    I just noticed the monster's name highlighted in whatever color it was elementally aligned doesn't seem to be working anymore. Is that a setting somewhere that I missed or was it removed? Using r8577. EDIT: NM, I was missing the basics.css in the relay folder. Not sure how it got deleted...
  11. IceColdFever

    Generic Summer Holiday - Effect Upkeep

    This is my first public script. It automates upkeep on the +stat buff from the summer holiday. You have to edit 1 line of code in the ash file: string summer_effect = "Full-Body Tan"; Will contain the effect name you are after. (Muscle = "Heavily Breathing", Myst = "Marco Polarity", Moxie =...
  12. IceColdFever

    Variables in $effect[]

    I'm working on a very simple script for the Generic Summer Holiday and I was wondering if it's possible to put a variable skill name in the follow code: string summer_effect = "Full-Body Tan"; if(have_effect($effect[summer_effect]) > 0) ... I keep getting an error and I've resorted to not...
Top