Some gauge trouble

by Jalain

Back to Mechanic's Corner.

Jalain2007-08-08 06:57:38
I'm trying to set up some gauges for HP, MP and Ego. I think I have the gauges down, but I'm trying to use SCORE to set the max. That doesn't seem to want to work. Is anyone able to give me a hand?

Oh, and is there any way to get an XP gauge without having to always use score?


Never mind. I worked out how to get the max number from SCORE.
Still interested in the XP gauge though.
Unknown2007-08-08 07:05:41
Yes, there is a way to get an XP gauge without using score: you can ust LMTS (look in the Project L Forum for this.)

It's easy to set up and will change your prompt, adding an XP% that you can get easily.

Otherwise, what client are you using?
Jalain2007-08-08 08:56:03
I'm using LMTS with Zmud. Got hooked on it with Imperian.
Doesn't seem to auto sip, though.
So how do I set it up?
Unknown2007-08-08 11:01:59
Somewhere over in the Project L forum, I posted my Lua scripts for modifying the prompt with LMTS. I've since made a fix or three for things like the in-game editor prompt, but it should at least give you a hint on how you can substitute your prompt to include the experience percent.

As for it not sipping, LMTS is just the basic MudBot with the mapper module. It's not a combat system, too, the way IMTS is, and I don't think it ever will be. You could write Lua scripts to do just about anything you wanted, though.
Unknown2008-02-10 22:58:41
I have started a small series of useful systems, one is a small gauge system, it shows mana, ego and health, you can update it by QSC after levelling. I host the webpage when done, im pricing the gauge system a credit
relaren2008-02-11 00:27:41
CODE
#REGEX {^\\| Health : (\\d+)/(\\d+)\\sEndurance : (\\d+)/(\\d+)\\sPower\\s: (\\d+)/(\\d+)\\s\\|$}


That should capture what you need.