|
Dark Court Jester Newbie
Joined: 20 Jun 2002 Posts: 8 Location: USA
|
Posted: Sat Apr 19, 2003 1:03 am
Tell Capturing |
I'm looking for a simple tell capture where when you receive "blah tells you, '*'" that its logged to another window or file. for example, if your afk you can enable this logging so that it capture's all the tells and puts then in another window or maybe log's it to a text file, whichever would be easiest to setup. Also multiline support would be useful. Thank You for your time.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Apr 19, 2003 1:54 am |
For single line capture
#TR {blah tells you} {#CAP Tell}
For multiline capture (above trigger not needed)
#TR {tells you} {#T+ Tells}
#CLASS Tells disable
#TR {pattern to match your MUDprompt goes here} {#T- Tells} {} {prompt}
#TR {*} {#CAP Tell}
#CLASS 0
LightBulb
Advanced Member |
|
|
|
Gwedrir Newbie
Joined: 22 Apr 2003 Posts: 1 Location: Sweden
|
Posted: Tue Apr 22, 2003 12:09 am |
I use tell capturing with the following trigger:
#TRIGGER {tells you} {#CAP tell;#GAG}
I was wondering if it's possible to have timestamps infront of the tells. If so HELP! =) |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Apr 22, 2003 3:01 am |
quote:
I use tell capturing with the following trigger:
#TRIGGER {tells you} {#CAP tell;#GAG}
I was wondering if it's possible to have timestamps infront of the tells. If so HELP! =)
Yep, it's possible, but you shouldn't hijack someone else's thread to ask your own questions. Since you did, you have a couple methods to choose from.
1)create another trigger in the capture window's settings that matches the line and subs in the timestamp
2)modify your original trigger to do the sub directly and send the text to the capture window via #WINDOW
li'l shmoe of Dragon's Gate MUD |
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Tue Apr 22, 2003 11:16 am |
There is a finished script by Caled in the Finished Scripts section. It was tailored for Achaea, but I am sure it can be tailored. And it timestamps from what I have seen.
|
|
|
|
|
|