I made a small package for mudlet. I've been working on it on and off for a while, and basically learned how to program mudlet triggers/scripts while working on it. Someone more knowledgeable can probably improve on it greatly. It covers the basics.

The main feature is an Infobar with the following:
- HP/MV/ST/MA gauges
- movement speed (shows white when walking, red otherwise)
- time of day (changes color based on day/night)
- encumbrance (changes color based on encumbrance)
- position (changes color if not standing)
- armed status (changes to red if armed)
- language & accent (changes to red if not the default/"preferred" language, set by the player)
- timer (shows how long you've been logged in).
There are a few smaller features.
- Skill list colored by skill level
- Room title when you "look" is bolded and underlined
- Typing "time" converts the year/Age to a four digit number, and will show something like: "In the Year of Lirathu's Slumber, year 11 of the 22nd Age. (1628)"
- Echoes from playing darts will show the the score of a dart according to normal rules, e.g. "A colorful dart landed in the Slave Ring. (1)"
Installation instructions:
- Download the package, MudletArmPackage.trigger.xml, here:
https://www.dropbox.com/s/vmlss5nk3e5m6rx/MudletArmPackage.trigger.xml- Click the Triggers button in Mudlet, then the Import button (downward-pointing green arrow).
- Go to where you downloaded the package and select it.
- Enter this command for a prompt:
prompt %h/%H/%v/%V/%t/%T/%m/%M/%A/%w/%S/%a/%o/%e/%E/%n\nYes, it is messy. But don't worry - if the script works correctly, it won't show.
- Go into the script by clicking the Script button, going into MudletArmPackage and selecting ArmGui. On lines 85 and 86 you'll see this:
defaultAccent = "northern"
defaultLanguage = "sirihish"
Change this to whatever accent/language your character normally speaks. The language portion of the infobar will change to red if you are not speaking this accent/language combination. Handy if you switch a lot and tend to make a mistake about what language you are speaking.
Download LinkFeel free to ask any questions and I'll do my best to help (or let me know if it works for you, because that would be good to hear.)