Search results

  1. M

    Bulk Kmailer(Preparation for Ronin/HC)

    I'm not the best authority on multi-abuse, but I think it's legal because there is no benefit to his main, as opposed to a solid transfer.
  2. M

    New ASH functions to get enchantments for items, etc.

    Agreed. A winner is you. Not even kidding about that.
  3. M

    Send my items to collectors!

    YAY! total win.
  4. M

    Help teach MagiNinjA how to use maps!

    Ah, thank you! That makes much sense now. efilnikufecin: ;D Love it. and thank you for the url_encode and url_decode functions, macman104! I didn't see those before.
  5. M

    Help teach MagiNinjA how to use maps!

    Here is some code of a script I wrote. It just takes in a string and replaces certain values with other values for URL building. string messageReplace(string s) { s = replace_string(s, "%", "%25"); s = replace_string(s, "~", "%7E"); s = replace_string(s, "`", "%60"); s = replace_string(s...
  6. M

    Re: [CLI] Simple Scripts: Nemesis Prep

    Re: [CLI] Simple Scripts: Nemesis Prep Hmm, I'm not sure of this, but do you NEED to acquire a hermit permit before getting a trinket? Yes, if you haven't done the 31337 quest, but what if you do the quest after that? Like glEbs, who I hear collects the helmets after a run. Just my 2c thought.
  7. M

    Scripting tool?

    Anyone have one for Scintilla Text Editor (SciTE)? I've been bothering myself to make a properties file, but haven't had the time to do so. Not that I really NEED syntax highlighting THAT much.
Back
Top