Search results

  1. M

    Trophy and Tattoo management project scripts!

    Hello all, I'm a decent frequenter here, and I'd like to make a little project here. Originally inspired by macman104's trophy manager, I wish to make a set of scripts that are updated as new trophies and tattoos are added. This repository is pretty awesome for the almost wiki like contribution...
  2. 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...
  3. 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.
Top