Recent content by Alphonse Kane

  1. A

    chatbotScript

    I had a cagebot script that I used for a while. Instead of waiting for a PM, it would see if hobopolis is open (by loading the dungeon logs and searching for whether the hoboverlord had been defeated), and, if it is, do basically as you said. It had a few checks to determine how to play-...
  2. A

    Wikipedia Script

    Uses the visit_url function and several of the string handling routines to access Wikipedia and process the data. I use it as part of a chatbot script. Set it as the chatbotScript in your settings file, then have anyone send a private message to the bot. Whatever the message is, it will be...
  3. A

    getpwd.ash: locate PWD, other useful data

    Probably. I only know what's on the wiki, and I couldn't find it there. Like I said, it's probably redundant. Edit: Hey, look at that, my_hash() DOES work :O Thanks for telling me. I also checked ashref, which saved me from reinventing around six other wheels :P
  4. A

    Check for new clan member applications

    Ooh If I ever program C A B A L with more clan management features, this will certainly be one of them.
  5. A

    kmail functions - send meat, items with specific message and useful return value

    Awesome script. Our clan runs (#1818136), and uses this as part of a "stuffie cannon" script. The code has expanded to include a lot of chat_reply stuff and buffing, but it started with this. It works great- we just took out the part with the "is tradeable" check because stuffies are...
  6. A

    getpwd.ash: locate PWD, other useful data

    I wrote this simple, mostly-redundant script because there are some things requiring the PWD that visit_url just doesn't do right, like parsing information from the chat pane. It alone doesn't seem to work for my purposes, but I have still made use of it in other scripts. Returns PWD as a...
  7. A

    Custom event triggers from Chat/Main Page

    I'm also working on something to extract information from (#1818136)'s chat pane. So far, I've been working with visit_url and getting some results, although it doesn't seem to be working properly 100% of the time.
Top