Recent content by cjswimmer

  1. C

    misshapen animal skeleton Script

    I'm kind of interested myself in getting some statistics about who uses my scripts. I was thinking about using visit_url() to hit a URL on my site (kolstuff.com) that I could pass a parameter to with just the user's name so I could gather these stats. If I make it an option they could turn off...
  2. C

    9.3 error

    I believe GT is using my ascension script, which you can find in another section of this forum.
  3. C

    Regex help please

    That's exactly the same format I use in Ultraedit. I had to go to the Ultraedit forums to get help for mine as I had no experience at all with regex. The main guy that answers the posts there is an absolute savant with this stuff. You can find the Syntax Highlighting section of the Ultraedite...
  4. C

    can_drink() and inebriety_limit() after Teet Path Drop

    Dunno if you've heard this lately, but you are DA MAN
  5. C

    Question about 'foreach'

    worked perfectly, Thanks!
  6. C

    can_drink() and inebriety_limit() after Teet Path Drop

    In one of my scripts I submit a URL using cli_execute to drop the Teetotaler path after getting Stomach of Steel: cli_execute("account.php?action=unpath&pwd&confirm=on"); cli_execute("status refresh"); but I cannot find a way to get Mafia to update the can_drink() and inebriety_limit()...
  7. C

    Question about 'foreach'

    I'd like to know how to use the Foreach construct in ASH.  I have a map declared at the beginning of one of my scripts: string [string] CarColor; that I add items to during the course of the script: CarColor["Toyota"]="red"; CarColor["Ford"]="white"; CarColor["MBW"]="black"; at various points...
  8. C

    Automated Softcore Ascension

    I think this is a great idea. Just add a new group to the forums like the wiki team.
  9. C

    Automated Softcore Ascension

    It may not be obvious unless you're following the thread, but I removed my ascension script files from this thread because it enables the implementation of a fully automated softcore ascension, which the admins of this board may not want published. The only reason I posted here is to re-open the...
  10. C

    Quest Status Check

    That worked, thanks! I have an option in my script to only request a refresh of the HTML when its blank, so I'll make sure I use that to keep the server hits low. I should be able to finish the rest of the subquest checking over the next couple of days.
  11. C

    Quest Status Check

    I've been trying to build a set of functions to enable someone to check the status of any of the quests in the game.  I've been using the visit_url() function along with the contains_text() function to try and check out the campground quest log pages, but I'm running into a problem because in...
  12. C

    cyrpt problem

    try this: void cyrpt() { boolean OK; OK = cli_execute("adventure * defiled nook"); OK = cli_execute("adventure * defiled cranny"); OK = cli_execute("adventure * defiled alcove"); OK = cli_execute("adventure * defiled niche"); }
  13. C

    Welcome cjswimmer!

    Daychilde I sent you a PM requesting an account to the wiki. It details my short term goals for additions.
  14. C

    Powerleveling past Level 11

    In my ascension script I have a fucntion GetOutOfRonin() that does various things depending on your target level. My softcore runs usually speed to level 11 then I kill the time either farming or leveling, and the leveling option is probably waht you're looking for. I actually do the exact same...
  15. C

    Hi Mein Script

    What if this script was used to create hi-meins for a clan's stash and not for personal sale? Is there a way to get one of the game admins to confirm that this indeed would be considered abuse?
Top