Search results

  1. H

    Bug - Not A Bug Trying to use a wang item breaks a script on my chatbot

    Using build 16778, when the script tries to use a wang this happens: > ash use(1, $item[wang]); [¶625] has no matches. Returned: false 625 is the item number for wang, so probably a typo somewhere is causing that. Not sure if any other items cause this error.
  2. H

    Hot Dog Eating.

    How would one go about scripting eating hod dogs from the VIP Lounge until the player can't eat anymore or reaches a certain level? Is visit_URL() the only way?
  3. H

    Feature - Implemented Dreadsylvanian Hard Mode/Superbosses (Spoilers)

    According to this post and a few others in the Dreadsylvania thread in GD, if you use certain items against the bosses you get a harder version of the boss plus extra loot. It would be nice if Mafia checked for the equipped items in the Boss' Non Combat and suggested equipping it (or gave a...
  4. H

    Weird behavior in "Under the Knife"

    Every time my script adventures in the Alley and it gets the non-combat adventure "Under The Knife" (aka. sex change non-combat), the script skips the rest of the adventuring and finishes running (it's not supposed to, as there are no conditions set or any sort of command for stopping...
  5. H

    House Furniture tracking.

    Does mafia tracks or is able to identify what furniture you have in your camp house without a script? Would be useful to be able to identify which buffs you can currently get from it.
  6. H

    Feature Fix how some of the coinmasters are displayed.

    It has bothered me for some time now how some of the built-in coinmasters have a gigantic frame for very few items you can buy, but a tiny one for items you can sell. This is something that happens with the Alice's Army trading screen (Game Shoppe), Dimemaster, Quartermaster. Is there a way to...
  7. H

    Feature Mother Slime in-battle resistence flags warnings.

    It would be interesting to add warnings to the CLI log if Mother Slime activated her resistances, and possibly add a preference to auto-abort automation if they are triggered (even though it's much more sensible to fight her manually), since it's much more valuable to acquire slimy eyeballs...
  8. H

    Questions about the Snow Suit

    Speaking of the snow suit, should'nt it be added to the maximizer as the best option for item drops while it gives more than +10 lbs? (Carrot nose giving 10%, plus the extra 5-15 lbs over the little box of fireworks should give more than the spaded 25-29% item drops from the fireworks). Also...
  9. H

    Feature Empty Agua Bottle non-combats.

    I noticed they are not available in the choice advs tab and can only be set by CLI commands, namely adventures #349 and #350. Also, since agua bottle adventures are all classified as "memories", could they be considered a zone? Seaside Megalopolis has a lot of choice advs that clutter the item...
  10. H

    Feature - Rejected Any chance to add a "boolean is_unlocked(location)" function?

    In the same vein of "boolean is_accessible( coinmaster )" and "boolean gnomads_available()", it would check the availability of a location. Considering how many places are either unavailable at the start of a run, or becomes unavailable after a certain period (Cola Wars, pre-quest...
  11. H

    Help with automatic booting of looters.

    Continuing my journey to make an awesome clanbot, I'm now working on booting clannies that were added to our looter rank. Here's what I came up with (this uses MrEdge's clan admin functions, so I won't put the whole thing here): string clanniepage =...
  12. H

    Help with clan application blacklisting

    I'm trying to modify MrEdge73's AcceptApplications function to include a blacklist, but I can't get it to work. I got the adding/removing names part working just fine, but it won't do anything when I test it with the application function. The BlackList map is the username and userid, like...
  13. H

    How to add optional parameters to functions?

    I'm currently going over my personal function library, making it smaller/smarter. I have a function for adventuring with specific settings (fam, fam equip, location and amount of adventures), and I thought it would be nice to add another parameter for adding a goal, but I want that parameter to...
  14. H

    Auto Clan Roster Ranking script

    Hey guys, I need help on another script. I'm trying to make my buffbot into a clanbot as well. So, that means I need it to do the ranks automatically. Currently, I got some stuff down (the script attached), such as detecting on which page of the roster is the clannie who needs his rank changed...
  15. H

    Checking for Scripts currently running.

    I was wondering, is there anyway to check if there's a script currently running? I need a way to do this, so that my buffbot's chatbotscript stops interrupting my farming script, which usually means that Mafia halts adventuring AND doesn't buff anyone if it happens to stop mid-battle. So I...
  16. H

    Bug - Cannot Reproduce Character logs out but Mafia window stays open.

    This is happening with my Buffbot client (I keep a separated client for him). Every half-hour or so the character logs out without any sort of warning, no debug log or anything in the session logs that shows he logged out. I have to close the Mafia window and open it again so that I can log back...
  17. H

    Feature - Implemented Selecting "All but usable" doesn't leave 2 pants.

    With hats "All but usable" leaves 2 hats if you have a hatrack. Pants should act the same way if you have a Scarecrow.
  18. H

    Bug - Fixed Casting limited buffs don't increase the casts properties of them.

    The casts property ("_donhosCasts", for example) won't increase when either casting them or making recordings in the non-combat adventure "Puttin' on the Wax". Making Records still count for the total number of casts you can make in a day. This is true for the following buffs: Benetton's Medley...
  19. H

    Feature Primordial Soup Choice Adventures.

    I noticed they are not available in the choice advs tab and can only be set by CLI commands, namely #349 and #350. Also, since agua bottle adventures are all classified as "memories", could they be considered a zone? Seaside Megalopolis has a lot of choice advs that clutter the item tab. The...
  20. H

    Help with chatbot buffing.

    I'm trying to make my Buffbot buff people when receiving a PM, like several buffbots out there do, using a chatbot script. I'm was trying to use switch so that the script chooses the correct buff to use, but I simply couldn't figure out how to use it with strings. So I decided to go the messy...
Top