|
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Thu Jan 30, 2003 3:35 am
Heads Up Display |
I have a HUD on my mud where there is a line at the top of my screen displaying the title of the room and a line at the bottom of my screen displaying:
Hp: 500(500) [ ] ** ** Gp: 320(1169) Xp: 298565(5200000)
Zmud dosen't seem to be parsing this text I can't get a trigger to react to it. What do I need to turn on or off so zMUD will see this as regular text that it will parse. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Thu Jan 30, 2003 5:06 am |
You can e-mail Zugg if you want for more information, but I don't think you can trigger on this text. The problem is that the MUD is not sending the line you posted to zMUD like it sends all it's other lines. For this line, it uses position codes to update the necessary information where it is located. So, for example, when your HP drecreases, it writes a different number over the 500 in that line, but it does not send the whole line.
Kjata |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Jan 30, 2003 5:18 am |
You could try and use the #DEBUG command to extract what is exactly
being sent.
#DEBUG file1.txt file2.txt
Ton Diening |
|
|
|
|
|