Search results

  1. M

    bumcheekcity's Easy Snapshot Maker

    Thanks charred, that got my weekly update working :-) Dave
  2. M

    bumcheekcity's Easy Snapshot Maker

    Thanks as ever for the cool script BCC, not sure what it does not like about my Rouge Programme ... Checking for Rogue Program Stuff Server www6.kingdomofloathing.com returned a blank page from arcade.php. Complain to Jick, not us. Dave
  3. M

    What's in your login/logout scripts?

    a couple of random comments - my ideas are a lot less buggy than the code that tries to implement them :-) If Mafia had seperate 'breakfast' (1st login after rollover) and 'login' scripts my code would be simpler If I could invoke mafia with --no-display --run-script foo.ash it would get rid...
  4. M

    What's in your login/logout scripts?

    login (once a week): update store budget update BCC snapshot login (once-a-day): check for xmas pressie (and get it) buy raffle tickets get bounty every login: equip 'maximum item' outfit print how many lucre I have logout: for every item in display case, add in all spares from inventionry...
  5. M

    Outfit mapping script test

    works for me, lists all the non-custom outfits in my equipment manager (except for the Birthday suit, obviously) :-) Dave
  6. M

    Feature - Implemented time function

    I am using it once per logon, to debug a problem I am having with my store budget hopefully can turn it off in a couple of weeks. Dave
  7. M

    Feature - Implemented time function

    I am using this (based on the timescape.ash file someone else posed earlier)
  8. M

    autoBasement.ash - Better basement automation

    Just a note of Thanks to Rinn and the others who have made this script got my 1st Telescope pice today (and a Sniffytome as well :-) ) Dave
  9. M

    Bug - Not A Bug minor problem with scripts menu

    Not only does the scripts menu show my .ash files, it also show my .ash.old and .ash.ref files as well - screenshot enclosed best regards Dave
  10. M

    Question to Users

    I can't see the Ad, but if you were to put a 'donate' button on the site, I would probably click it. Dave
  11. M

    Ascend.ash: hands-off ascension script

    could you use http://github.com/ ?? Dave
  12. M

    The Unofficial Ascend.ash support thread.

    when you say the updated files, can you confirm you mean 2010_05_29.zip ? (post #18 on previous page) best regards Dave
  13. M

    The Unofficial Ascend.ash support thread.

    fixed by version 8467 :-) I a going to back out that q: switch patch, aborting was the right thing to do (it just needed a bit more info printing) Many thanks to Fronobulax, Veracity and the rest of you on this thread. Dave
  14. M

    The Unofficial Ascend.ash support thread.

    dumb question - I am using Zlib version 20, is that the correct version for farm.ash? added the following path to ignore it, does not quite work, keeps looping on the same monster :-( case "q": output("DROP: " + rec.drop + " not evaluated as type is Q"); wait(5); continue; but the new mafia...
  15. M

    The Unofficial Ascend.ash support thread.

    as far as I can tell it was farm aborting default: print("An error has occurred, aborting."); print("mon was "+ mon); print("mob was "+ mob); print("rec.drop was "+ rec.drop); print("rec.rate was "+ rec.rate); print("rec.type was "+ rec.type); abort(); <--here HTH Dave
  16. M

    The Unofficial Ascend.ash support thread.

    I can't get the new farm.ash to work. It keeps stopping in the same place. I have uncommented some of the print statements, and added a +rec.type to the end of the abort message (running r8465) Location 36/117: Haunted Bedroom Item and meat reset performed 1 DROP: old coin purse worth 535...
  17. M

    Bug - Fixed Crimbotree not checking Crimbo Tree at log on

    worked for me on 20 may, failed on 21 may top of my session logs - ==> morgad_20100520.txt <== use 1 cheap toaster You acquire an item: toast use 1 cheap toaster You acquire an item: toast use 1 cheap toaster You acquire an item: toast Visiting Mr. Klaw "Skill" Crane Game in clan rumpus...
  18. M

    Login, breakfast, daily deeds and edge cases.

    I wish we had seperate entries for login script (run every login) and breakfast script (run on first login after rollover only) in the breakfast preference tab
  19. M

    Bug - Fixed Crimbotree not checking Crimbo Tree at log on

    a couple of data points - I have not switched clans in over a year The code worked two weeks ago best regards Dave
Back
Top