Search results

  1. A

    Feature - Implemented Default goals for Copperhead Club quest

    The Copperhead Club itself could use a "choiceadv" default goal. The Smut Orc Logging Camp should have "The Lacrosse Stick of Lacoronado" as a default goal; that's the item Shen wants you to get from there.
  2. A

    Bug - Fixed Mime army shotglass use not detected with speakeasy drinks

    I drank a Lucky Lindy via the CLI, but _mimeArmyShotglassUsed was still set to false.
  3. A

    New Content - Implemented Spacegate access badge

    Oh, sorry. I'll work around that, then.
  4. A

    New Content - Implemented Spacegate access badge

    It seems that right now, _spacegateTurnsLeft is updated only when you visit the terminal (which you're normally unlikely to do after choosing a destination). It seems like that should also decrement after each adventure through the spacegate.
  5. A

    prefix, postfix and operator expectations

    I'm confused as to why you expected the result you expected. The difference between ++num and num++ is present in many languages. Both increment num, but the former evaluates to the value num has after incrementing while the latter evaluates to the value num has before incrementing. ASH also...
  6. A

    New Content - Implemented Gingerbread City

    It's not that "food" and "booze" are plural, but that they're (usually) uncountable, in the same way as, for example, grass, money or water. In those case where a singular or plural is used, it's generally for different types rather than different individual objects. So one might use gear to...
  7. A

    New Content - Implemented Gingerbread City

    I have these two lines in my session log:
  8. A

    New Content - Implemented November 2016 IOTM - Granny Tood's Thanksgarden Catalog

    Turkey blaster is listed as having fullness, when it's really a spleen item.
  9. A

    Feature - Implemented Belilafs Comedy Club default goal

    I'm shocked and amused that it was my own thread you merged it into. I did indeed forget about that.
  10. A

    Feature - Implemented Belilafs Comedy Club default goal

    Add observational glasses as default goal In The Laugh Floor of Pandamonium, if you're doing the steel organ quest, you'll want to adventure until you get the observational glasses. I think this should be added as a default goal.
  11. A

    Best Between Battle Script Ever -- formerly AutoMCD

    I think this should be added to the choiceadv management for KOLHS: case $location[The Hallowed Halls]: case $location[Shop Class]: case $location[Chemistry Class]: case $location[Art Class]: if (have_effect($effect[Jamming with the Jocks]) > 0) friendlyset(700,"1","Sit with the Jocks"); else if...
  12. A

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    You're right. Good point.
  13. A

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I'd like the second this request, if it's possible. However, I'm not sure Mafia is able to tell what's a ghost and what isn't, so that might take a feature request. For now, I've been manually shooting/trapping the special ghosts.
  14. A

    Witchess fight script

    I just wrote a little script to help me get my daily witchess fights in-run (for aftercore, I use the profit-maximizing one from Bale). Maybe others will also find it useful. Once you have the script in your scripts folder, you can say "witchessfight food", "witchessfight knight", or...
  15. A

    Feature - Implemented Update HP/MP Usage GUI when preferences change

    If you use the CLI or a script to update hpAutoRecovery and such, this doesn't change what's displayed in the GUI. It would be nice if that automatically showed the new values.
  16. A

    Feature - Implemented Update a few default goals

    There are some goals I'd want, but they'd require programming (like this feature) instead of just an update to adventures.txt. One mundane goal to add would be a beehive for the Black Forest.
  17. A

    Detective Solver

    The money from just visting the place and trying to solve the crimes goes to your inventory directly, and that'll always be just $12. The bonus money for solving the crimes quickly is instead added to your pension, which you'll get when you visit the place in aftercore.
  18. A

    Bug - Not A Bug Item Manager just won't show up

    I tried downloading it using my phone's data plan. That worked. So I do now have a working build, at least, and can update all my scripts. I'm still as confused as ever, though. I've downloaded all sorts of things of various sizes, including many much larger than the 12 MB Mafia. For example...
  19. A

    Bug - Not A Bug Item Manager just won't show up

    I tried Internet Explorer, and Edge for good measure. In both cases, the download was interrupted and the final file had the wrong MD5. I then tried using wget on a Linux system on the LAN. Same issue. Then I tried using Firefox on my Android smartphone, over WIFI. Again same issue. So it...
Back
Top