|
Jabnky Newbie
Joined: 03 Nov 2001 Posts: 7 Location: USA
|
Posted: Thu Feb 21, 2002 4:25 am
Putting TNL in Status Bar |
I would like to add TNL to the status bar. But in the mud I play, every hit you make on the mob it give you some exp (varies) and then there is exp after killing it. What i want is to have my status bar updated to the new exp TNL rather than doing typing 'score' to find out. Now, the big thing is this Muddly possible...
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Feb 21, 2002 4:38 am |
You'll have to post examples of how you see
yourself gaining xp on the hits and finally
when you kill the XP laden beast.
From those triggers you can figure out
how to make the Xp variable increment
so it shows in your status bar.
TonDiening
Beta Upgrading to 6.26 |
|
|
|
track_xyj Newbie
Joined: 20 Feb 2002 Posts: 8 Location: USA
|
Posted: Thu Feb 21, 2002 9:01 pm |
make a trigger to display score, say, when the beast dies, and link a variable @xp to the xp number. Right click status bar and type in @xp.
Like ton said, you need to give out pattern ... |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Feb 22, 2002 12:07 am |
quote:
make a trigger to display score, say, when the beast dies, and link a variable @xp to the xp number. Right click status bar and type in @xp.
Like ton said, you need to give out pattern ...
SCORE would probably be best used to correct the @exp variable. The other messages would work well for decrementing/incrementing it.
No need to generate unnecessary scroll.
li'l shmoe of Dragon's Gate MUD |
|
|
|
|
|