Search results

  1. zekaonar

    FreeCopies.ash Spooty putty, rain-doh, and romantic arrow/wink consult script

    I've seen a few different people switching css to turn putty on/off. I think this is an easier solution when you want to burn all your free copies farming a single mob. It's a mini consult scriptlet that uses mafias internal counters to tell when it's time to stop using putty/rain-doh. I don't...
  2. zekaonar

    Automatically upgrading Sneaky Pete's bike?

    I struggled with this too... You can't go straight to the choice adventure, usually something triggers it. For example, twitch turnins of hooch is: visit_url("place.php?whichplace=twitch&action=twitch_shoerepair"); visit_url("choice.php?pwd&whichchoice=973&option=2"); Using a grimstone mask...
  3. zekaonar

    New Content - Implemented Top Menu changes

    Why mess with the top menu at all since it has so many options and modes. Could you put the relay droplist on the main map page? That way anyone can get to it. Or are there relay scripts people run mid-fight?
  4. zekaonar

    Item databases?

    Here is a mini scriptlet I wrote called Buffup.ash. It lists all consumables available in the mall sorted by price per buff per turn. For Hobo boss buffing you would call "buffup Item Drop" and it would return a list of the following: > buffup Item Drop bottle of bubbles 0.54...
  5. zekaonar

    Some questions from a new scripter

    I'll check out CFStat, thanks! I just think there may be alternative ways to discourage mallbots without taking away useful info. Rather than provide less useful pricing information to everyone you could throttle/limit the frequency in which pricing information could be requested? If mafia...
  6. zekaonar

    Some questions from a new scripter

    Spidering the last sale price, avg last 7 days and volume sold last 7 days out of the wiki is probably more valuable than querying buy price, and this info couldn't be used to make a mall sniper bot. It's a shame legitimate uses of price data are discouraged to ensure there are no mall sniper bots.
  7. zekaonar

    session results

    To resurrect this past conversation, I'm looking to write some auto-spading code for droprates. In some preAdventure code I can record item drop, food drop, meat drop, etc and then in a post adventure script I'd like to analyze the last combat done for drops with enough info to determine...
  8. zekaonar

    Some questions from a new scripter

    Since this is mall_price related, how do you get the buy price, or the min price in the mall? mall_price is not very accurate when it comes to low volume items.
  9. zekaonar

    duration of effect from consumable

    I figured it was that method, but my guess "duration" didn't work. Is there a master list of modifier_name strings?
  10. zekaonar

    duration of effect from consumable

    How do I find the duration of an effect given by a consumable without using an item? > ash effect_modifier($item[digital underground potion], "effect"); Returned: Digitally Converted default => use 1 digital underground potion note => all => aggregate boolean [string] **use 1 digital...
  11. zekaonar

    turns used variable?

    There is turns_played(). Find the difference between the start and end of the day.
  12. zekaonar

    Bug - Fixed white page usage tracking

    There appears to be a bug with internal inventory tracking and white pages. When I use a white page and fight a white elephant mafia thinks I've used 2 white pages. > refresh inventory Updating inventory... Requests complete. > ash item_amount( $item[white page]) Returned: 6 > use white...
  13. zekaonar

    Force pickpocket

    When using CSS it converts all uses of pickpocket into "try to steal an item". I'm trying to pickpocket dairy goats as pete to build my audience hate, but mafia chooses to not pickpocket probably since all drops are guaranteed. How do I tell mafia to pickpocket anyway?
  14. zekaonar

    Bug - Fixed Invalid setting 6 for choiceAdventure789.

    In the UI when I select Hidden Park: skip adventure the java console shows: Invalid setting 6 for choiceAdventure789. But everything works fine. It will show this error every time you log in. setting 6 matches the option in the noncombat, but according to the thread below option 3 is...
  15. zekaonar

    autoBasement.ash - Better basement automation

    I think I see some bugs with the elemental tests. Verbose logging of an elemental test below. At vprint "2" it puts on your gear and then tries to calculate elemental damage to see if it can get by only by healing and without running the maximizer to find buffs. The bug comes from...
  16. zekaonar

    Feature - Implemented Add new Fax(ing) bots

    I read that twice and I'm not sure what the work-around is. Use all lower case?
  17. zekaonar

    New Content - Implemented Haunted Library - Lights Out in the Library encounter

    So how do you automate skipping of lights out quests? [4278] The Haunted Nursery Encounter: Lights Out in the Nursery Manual control requested for choice #898 choice 1: Search for a lamp choice 2: Flee Click here to continue in the relay browser. > choice 2 always choiceAdventure898 => 2...
  18. zekaonar

    Feature - Implemented Add new Fax(ing) bots

    No faxbots accept that command.
  19. zekaonar

    Feature - Implemented Add new Fax(ing) bots

    Is the command syntax listed anywhere? "faxbot Adventurer echo" doesn't seem to work.
Top