Nexus Drain Counter

by Tavon

Back to Mechanic's Corner.

Tavon2006-04-28 09:22:46
Just something I put together while playing around with plugins. This is considered BETA. Do not yell at me if there are any bugs, but please let me know if you find any.

You will have to edit the xml file if you do not have a standard prompt (*h, *m, *e, *p *-).

To install, just save to disk, open Lusternia, go to File>Plugins... and add the xml file.

Thanks.

EDIT: "nchelp" for usage
Unknown2006-04-28 17:35:59
QUOTE(Tavon @ Apr 28 2006, 04:22 AM) 283245

Just something I put together while playing around with plugins. This is considered BETA. Do not yell at me if there are any bugs, but please let me know if you find any.

You will have to edit the xml file if you do not have a standard prompt (*h, *m, *e, *p *-).

To install, just save to disk, open Lusternia, go to File>Plugins... and add the xml file.

Thanks.

EDIT: "nchelp" for usage


Wow... this take me back to the C++ class in high school

very useful. I think I'm gonna steal it from you and test it on Java ninja.gif
Unknown2006-04-28 20:15:20
Nice little script, Tavon. I have a similar one for zMUD.

(How are you going to test a MUSHclient plugin on Java, Corinthian? You lost me there.)
Unknown2006-04-28 21:08:22
QUOTE(Zarquan @ Apr 28 2006, 03:15 PM) 283357

Nice little script, Tavon. I have a similar one for zMUD.

(How are you going to test a MUSHclient plugin on Java, Corinthian? You lost me there.)

translating and testing.. using triggers, variables and other things

in other words, with a lot of freaking time

Such as... every time that you see "You drain the nexus out of power" thing a variable "N" will store "N+1", so each time is going to add... when N reaches a certian point it will stop... easy stuff, rather tedious in nature