Step 1: Get data to MushClient
I did this by send "var" MXP tags when the player views his status, for instance. And all rooms update mushclient's room data with the appropriate MXP tags.
Then write a Mushclient plugin. As I go through this process I find myself referring often to the following articles:
- Miniwindows - this is the basis of a GUI, the MiniWindow object
- Example mapper updating plugin
- Nick Gammon's mapper module source code
- InfoBar/Updating HP bar example
- Show exits in MiniWindow example
- Improved action bar example
- Materia Magica Automapper source code
I'll post screenshots of the wayfar plugin as progress is made.