Hello folks.
I developed a user script to put sleepers and idlers into their own collapsible section, with an easy toggle to turn off and on.
In order to use userscripts, you need a userscript manager. I use Tampermonkey. If you are using Wolfery IMProved or some of Shin’s work, you probably already have one installed. Once you install Tampermonkey; all you need to do is go here, and it should prompt you to install this userscript.
Things this does:
- Creates a collapsable list of players who fall into the ether asleep (i.e. their character is no longer controlled) or idle (‘red names’, those who are marked ‘idle’ by the system).
What this doesn’t do:
- Any fixes for transparent exits. Since the characterIDs aren’t stored in the DOM anywhere, we can’t get info about the characters, so we can’t determine state on these characters.
- Any fixes to area accounts. Area counts come straight from mucklet, so the client can’t do anything about them.
- Changes to the mucklet definition of idle. We have to use ‘red names’ as that’s something we can key off of.
Suggestions, Bugs, Complaints, etc. below
