⚠️ See above for downloads. Use these, not the links in my forums posts. I'm trying to maintain both the dropbox files and this repository, but this repository will always be updated first.
- Simple, efficient, and easy to integrate GMCP tracking.
- Afflictions, defences, players, and room items.
- Customisable echos.
- Fully configurable, with readable code.
- Check the contents of your rift against a list of all herbs, minerals, elixirs, salves, venoms, and inks.
- Easily identify which curatives, if any, you're nearly out or out of.
- Script contains configuration tables, easily modified to, in turn, modify the output.
- Exclude or include certain categories of curative.
- Only check important herbs, minerals, or venoms.
- Change what herbs, minerals, and venoms count as important.
- Changeable threshold values for colour coding.
Here's the forums post I announced it in.
Usage:
riftcheck -> run the script.
- Kill tracker, for counting both:
- Number of times you kill somebody/something.
- Number of times you've been killed by them/it.
- Allows for a simple search.
Here's the forums post I announced it in.
Usage:
kc all -> display all data.
kc reset -> reset all data.
kc <name> -> show killed by and deaths to name. substring search.
kc add <name> -> add name to the table.
kc remove <name> -> remove name from the table.
kc name <k|d> <modifier> -> modify name's "killed by you" or "deaths to" count by the given modifier. this is for manual modifications.
e.g. "kc Shirim k +1" (this would increase the number of times you've killed Shirim by one.)
"kc Cala d -4" (this would decrease the number of times you've died to Cala by four.)
kc help -> see this output.
- Very simple Achaea charater API lookup.
- Returns character information like so:
{
city = "targossas",
class = "priest",
explorer_rank = "473",
fullname = "Romaen Andeithus, Herald of Redemption",
house = "harbingers",
level = "87",
mob_kills = "2347",
name = "Romaen",
player_kills = "223",
xp_rank = "542"
}
Usage:
api <name> -> display information for "name"
- Graphical time of day tracker.
- An ASCII art alternative to the tracker built into Nexus.
Here's the forums post I announced it in.
- Easy GMCP tracking of players, afflictions, defences, and room items.
- See forums post for more details.
⚠️ This script contains inaccuracies, and is no longer updated. Just use Tk.
Here's the forums post I announced it in.
Usage:
Settings are in the script "rt config [CONFIGURE HERE]" and "rt echo [CONFIGURE HERE]" for outputs.
Players, afflictions, defences, and room items are kept in tables.
rtr.players.list
rtr.affs.list
rtr.defs.list
rtr.items.list
rtr.items.ids
Upon modifying any of the tables, RTrack will fire an event. Event names are detailed in the first config script.