- A Thingistan mod to implement a time elapsed count with the next format
hh-mm-ss
, so other players are aknowledge of how long you've been AFK. - Easy to use and deploy. (see on how to deploy the script on my browser)
There's 2 easy ways to deploy your script on your Thingistan client (ommitting just copypasting the source code on console or using Snippets), with or without the extension Tampermonkey.
Aspect | Tampermonkey | $.getScript("afk_timer_url") in JavaScript |
---|---|---|
Installation | Easier to install for non-technical users. | Requires users to add it manually through their browser or a webpage. |
- Write the following line on your Thingistan tab
javascript:$.getScript("https://cdn.jsdelivr.net/gh/JorgeFirebolt/thingistan-afk-timer/afk_timer.js")
. - Press enter, and, everything should be done. Next step is to follow Getting started.
1. Click this link to install it on your Tampermonkey client.
2. Done, once you join Thingistan next step is to follow Getting started.
To trigger the AFK
state just write AFK (non case sensitive). The following UI Dialog will display.
The players around you and your friends will see the next text displayed on your name.
To wear off the AFK
state you can rather press the back
button,
Or rather just show any kind of activity ingame, like moving or pressing esc
key.