Search results

  1. G

    Triggering bird drop

    Is there a way to get mafia to trigger a bird reward from "Welcome Back" without using up an adventure? For example: if you spend 15 turns talon slashing in birdform, you can pick any adventure location in the relay browser to get your roc feather from "Welcome Back." In the mafia CLI, however...
  2. G

    Memory leaks?

    Has anyone else experienced memory issues with some of the newest builds, as of the past month or so? I've had trouble isolating exactly what is causing it, but in roughly 1/3 of my mafia sessions, the memory counter eventually fills up and indicates that mafia is maxing out its allocated...
  3. G

    How Mafia Spends Meat

    Ran into an interesting case today. I gave the command "use 1 phial of hotness" Mafia chose to spend 130 meat on hot powder and used my scrumptious reagent (mall price = 975) to make one phial of hotness (mall price = 420) instead of buying it, which would have been the correct outcome. So...
  4. G

    Visit VIP Pool Table

    My first (admittedly simple) contribution to the scripting community. Any thoughts would be greatly appreciated! Update: old crappy code removed. Here's what it looks like now: boolean play_pool(int stance) { // VIP Pool Script by Greenrider // // Arguments: int stance // 1 = Billiard...
  5. G

    Calling script /w arguments from another script

    What is the ASH methodology for having a script call another script that takes an argument? Right now, I'm getting around the problem by doing this: cli_execute("call foo 3"); But when I try: call "scripts\foo 3"; or call "foo 3"; I get the following error: "Variable reference expected for...
  6. G

    Quick way to view someone's store?

    Is there a fast way to view a particular person's store in mafia, beyond doing a /whois on them, clicking on their name, then clicking on their store name in the profile? I also frequently do a mall search via mafia and wish to examine a store returned by the search. Searching via mafia doesn't...
Top