Search results

  1. T

    autoBasement.ash - Better basement automation

    I used a CCS for these as a seal clubber. For example [ headed hydra ] 1: item chloroform rag 2: item love song of vague ambiguity [ dimensional horror ] 1: item chloroform rag 2: item love song of smoldering passion etc Research and/or trial and error (Get a variety of love songs and try...
  2. T

    Feature - Rejected Auto Lucre

    The ash script bounty.ash visits the bounty hunter after collecting the items. Maybe a read of that script can help.
  3. T

    Question about get_counters

    So, how would I modify this to not eat a fortune cookie if only one value was returned? Eat if "" Eat if multiple values Don't eat if only one non-zero value returned
  4. T

    auto BHH and friends

    From the CLI I use bounty.ash accept best bounty.ash * The first line accepts the best bounty. The 2nd line adventures until the bounty is completed. (caveat - there are some bounties that I avoid and some I want - so these days I usually go thru the relay browser, look at the bounties, select...
  5. T

    Ascend.ash: hands-off ascension script

    see the reply in eatdrink thread
  6. T

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    This behaviour was a design decision which dj_d commented about somewhere higher in this thread. To change this you have to modify the Ascend.ash script where it calls eatdrink. The eatdrink script documentation will help you understand which parameters to change and what to change them to. I...
  7. T

    Forum Update

    Will they allow you to use Chrome on a USB stick?
  8. T

    Browser skipping over noncombat quests question

    TJ, Looking at the log you posted, what happened to adv 27 and 84? Would this effect turn counting scripts? (26 and 83 are listed twice). StD, Do you think lag could cause the duplication and omission?
  9. T

    Ascend.ash: hands-off ascension script

    Ran this on a character that was part way through. Only problem was the Steel Margarita. Changed line 164 of Ascend Status.ash to readif (!visit_url("charsheet.php").contains_text("Liver of Steel")) instead of if (!contains_text(finishedQuestLog, "Azazel in Hell")) Part of the issue could be...
  10. T

    The "complain to Jick" issue

    I had the problem with a blank page from submitnewchat.php with a character I am running for someone else. Turns out that the character had not been to the alter of literacy yet. Most of the issues I have had with blank pages are because some precondition had not been satisfied. Once that was...
  11. T

    ZLib -- Zarqon's useful function library

    Exit mafia. Go to the data folder under mafia. find the file var_<name>.txt and search for ocw. Manually change the line, save the file, and restart mafia. I have not run OCW of late, so I have no ocw_m settings in my data file. I imagine that I will once I get to that point again. You check...
  12. T

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Yes, it was slime damage. I had done 4 adv in the slimetube prior to the counter checker and the automatic mafia recovery running. Here is the log beginning with the 4th adv: > Expected Damage: 260 [28846] The Slime Tube Encounter: squirming Slime polyp Round 0: [name here] wins initiative...
  13. T

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    I use Bale's script for my character, but for this other one I am just following the doctors orders.
  14. T

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    When adventures are used to recover HP, counterchecker.ash and resting on the clan sofa do not play well together. Executing request... Checking for updates (running CounterChecker ver. 1.27)... _version_BaleCC => 1.27 You have a current version of CounterChecker. Checking counters now...
  15. T

    Contest: Name my upcoming combat script!

    I still have it loaded on my machine. The next generation is playing it! IDKFA ID (from ID Software) Keys Firearms Armor DOOM = Destruction and Obliteration Operating Magically! (or Majestically)
  16. T

    Slime Tube Adventuring Script

    Of course, the easy answer! Face palm. Really need to get more sleep. :)
  17. T

    Slime Tube Adventuring Script

    I was thinking of things like the following that could be different for each player/character: string run_type string max_ml_outfit string min_ml_outfit boolean use_tatter_like item which_tatter string max_ml_ccs string min_ml_ccs int fumble_buffer boolean use_hottub As noted, these are...
  18. T

    Slime Tube Adventuring Script

    Has much thought been given, other than by me, to converting this script over to using "setvar" instead of "string" so the script can be used by multiple characters without modification every time someone wants to run it? We have 3 people running characters from one computer and not all have...
  19. T

    Is there an ASH or CLI command for feeding the Stocking Mimic candy?

    Not that I know of. I have to go to the terrarium with it equipped and feed lots of candy. In theory a better programmer that I should be able to parse the code and select the option/pass the parameters. Something like this? visit_url("familiarbinger.php"); but the you have to find a way to...
  20. T

    Make.meat.fast

    I too read the code. I found one script that sent 1000+ meat to the author when you ran the script. Read the comments and the variables at the beginning of the script, and at the start of the forum, to answer many questions. Dj_d is usually good at commenting the variables you can change.
Back
Top