Search results

  1. B

    Scripting the birth of a new life.

    hey, free goofballs! What do you think of making it reset the dungeon of doom choiceadv to "dead mimic"? I just got bit by that one. (After I get the wand, I set it to "ignore adventure" because I needed to get more potions.)
  2. B

    ZLib -- Zarqon's useful function library

    Can't you check the quest log for having completed the meatcar quest?
  3. B

    SmartStasis -- a complex script for a simple CCS

    I also modified it for disco concentration (with simple logic to only cast concentration if a 20% improvement in drops * autosell value for drop is bigger than the meat cost of the mp used) BTW it looks to me like you're assuming disco nirvana only improves meat drops by 20%, I think it...
  4. B

    Trophy and Tattoo management project scripts!

    I posted an updated version in that thread.
  5. B

    Tattoos.ash - Updated

    I fixed the script to: use a map from outfit name to tattoo gif file name fixed some typos made it only hit the server once had it checkpoint your current outfit iff you were going to actually unlock a new tattoo report which outfits you needed for tattoos you couldn't get yet include all 56...
  6. B

    Exhaustive API function listing?

    If all you want is a listing, is "ashref" not what you wanted?
  7. B

    Adding Holiday Scaling Locations

    Short, sweet, and too the point. Thanks! Also the reason to make sure your scripts hit the server as little as possible. Any guidelines, words of wisdom, about things to worry about? Things that are known to have caused lag in the past? Mallbots? Shorebots? (Pvp shorebots are obsolete now, but...
  8. B

    Adding Holiday Scaling Locations

    What's the theory on adding holiday scaling locations like The Shivering Timbers? I know we don't do it for Crimbo in order to not make already bad Crimbo-lag any worse. Is it the same for The Shivering Timbers? I mean it's trivial for anyone with basic SVN and build ability to build their own...
  9. B

    Modifier Maximizer

    Familiar equipment bug? With a 23 lb sombrero and no familiar equipment equipped I maximized on "item" and it suggested equipping miniature antlers. I have a little box of fireworks in inventory, which should dominate the miniature antlers. (Always at has at least as good +fam weight, and 50%...
  10. B

    Creating my first Breakfast Script

    It's ugly but you can always just do # while (use_skill(...)) {} won't work because return value from use_skill is unreliable while (my_mp() > mp_cost($skill["Summon Party Favor"])) { use_skill(1, $skill["Summon Party Favor"]); } The actual formula for computing how many times you can cast a...
  11. B

    Hardcore Checklist -- sequential required item getter/notifier

    bum cheek It reports Step 2: procure 1 bum cheek from sleazy back alley (safemox: 8) even though I've finished the boss bat quest. Not sure how to edit checklist.txt to say "bum cheek unless asshat, or boss bat finished" Harem pants and Harem veil, like Perfume are not needed if you've...
Top