Does anyone know of any examples or VERY simple plugins that I could look at to help me create my own plugin to display, for example, the real-time value of my health points, updated every second or so?
I tried to look at the source code for the Aardwolf_Stats plugin, but there is too much going on for me to understand what does what.
I have already created a "Dummy" World in my MUSHclient using the quick connect feature, and its setup for IP 0.0.0.0. Now if I can just find a very simplified .XML file or code sample that will:
1 - Capture my current health points (similar to how Aardwolf_Stats script captures your stats)
2 - Clear all the text in the "Dummy" World
3 - Display the captured value in the "Dummy" World
4 - Repeat steps 1 through 3 every second
Eventually, if I can learn how to do the above, I would like to create a plugin that will monitor and display multiple stats, spells, and other info in real-time.
Can anyone help? Thanks in advance...
I tried to look at the source code for the Aardwolf_Stats plugin, but there is too much going on for me to understand what does what.
I have already created a "Dummy" World in my MUSHclient using the quick connect feature, and its setup for IP 0.0.0.0. Now if I can just find a very simplified .XML file or code sample that will:
1 - Capture my current health points (similar to how Aardwolf_Stats script captures your stats)
2 - Clear all the text in the "Dummy" World
3 - Display the captured value in the "Dummy" World
4 - Repeat steps 1 through 3 every second
Eventually, if I can learn how to do the above, I would like to create a plugin that will monitor and display multiple stats, spells, and other info in real-time.
Can anyone help? Thanks in advance...