Hi,
I am playing Realms of Despair and trying to create some triggers. It appears to me that some text lines can't be triggered?
As an example: I continously receive a text line indicating my status from the mud. It looks like this: <77/77hp 126/126m 240/240mv 106/170wt Time: day>
However, even when I use the following trigger it doesn't react:
<triggers>
<trigger
enabled="y"
ignore_case="y"
match="<77/77hp 126/126m 240/240mv 106/170wt Time: day>"
sequence="100"
>
<send>smile</send>
</trigger>
</triggers>
(of course I made sure the status line was still the same)
Is MUSHClient ignoring parts of the text? I hope someone knows what the problem is.
Regards,
Dunley
I am playing Realms of Despair and trying to create some triggers. It appears to me that some text lines can't be triggered?
As an example: I continously receive a text line indicating my status from the mud. It looks like this: <77/77hp 126/126m 240/240mv 106/170wt Time: day>
However, even when I use the following trigger it doesn't react:
<triggers>
<trigger
enabled="y"
ignore_case="y"
match="<77/77hp 126/126m 240/240mv 106/170wt Time: day>"
sequence="100"
>
<send>smile</send>
</trigger>
</triggers>
(of course I made sure the status line was still the same)
Is MUSHClient ignoring parts of the text? I hope someone knows what the problem is.
Regards,
Dunley