Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
➜ MUSHclient
➜ General
➜ chat log
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Yungen2003
USA (34 posts) Bio
|
Date
| Wed 16 Feb 2005 08:53 AM (UTC) |
Message
| well this isnt somthing i cant get to work. its more something i was wondering if someone could figure out how to do. on ZMUD a mud program that is very popular, there is a function/trigger called chat log, it logs your chat i to another screen so if you are "spammed out" or "afk" you can come back and still be able to see if anyone has sent you anything, i was wondering if someone could create a plugin or script or anything that would allow this, because thats the only draw back to mushclient over zmud and i love mushclient so plz someone help me out |
I belive a man should be judged by the quality of his work not the quality of his piss | Top |
|
Posted by
| Flannel
USA (1,230 posts) Bio
|
Date
| Reply #1 on Wed 16 Feb 2005 09:09 AM (UTC) Amended on Wed 16 Feb 2005 09:12 AM (UTC) by Flannel
|
Message
| You'll need to make a trigger to match on whatever you want sent, and then change the "send to" (dropdown) box to script and place this text in the send box:
AppendToNotepad "Chat_Window", "%0" & VBCrLf
and thats all you need to do.
If you need more information, search the forums for AppendtoNotepad or SendtoNotepad and look through the post titles for things that look relevant. I can almost guarentee your question will be answered. |
~Flannel
Messiah of Rose
Eternity's Trials.
Clones are people two. | Top |
|
Posted by
| Yungen2003
USA (34 posts) Bio
|
Date
| Reply #2 on Sun 20 Feb 2005 12:53 AM (UTC) |
Message
| yeah hrmm it didnt work.
here is what a the 2 main types of chat because in the mud i play the races chat diffren
the first is a wolf it would look like this
* the werewolf chats ' and the stuff they chatted here'.
the next is a vampire
Ryosho chats 'stuff they said here'
also in i needed it to work for tells
wolfs tells
* the werewolf tells you 'stuff they said here'.
vamp tells
* tells you 'stuff the told you'.
so could some one help me out plz i tried every possible thing and still i cant figure it out and flanel im not sure why it worked it should of i thought |
I belive a man should be judged by the quality of his work not the quality of his piss | Top |
|
Posted by
| Yungen2003
USA (34 posts) Bio
|
Date
| Reply #3 on Sun 20 Feb 2005 01:28 AM (UTC) |
Message
| had a miss informed you i had ryosho for vamp names it should be a wildcard here is what it should look like
yeah hrmm it didnt work.
here is what a the 2 main types of chat because in the mud i play the races chat diffren
the first is a wolf it would look like this
* the werewolf chats ' and the stuff they chatted here'.
the next is a vampire
* chats 'stuff they said here'
also in i needed it to work for tells
wolfs tells
* the werewolf tells you 'stuff they said here'.
vamp tells
* tells you 'stuff the told you'.
* the wildcard represents their name
so could some one help me out plz i tried every possible thing and still i cant figure it out and flanel im not sure why it worked it should of i thought |
I belive a man should be judged by the quality of his work not the quality of his piss | Top |
|
Posted by
| Flannel
USA (1,230 posts) Bio
|
Date
| Reply #4 on Mon 21 Feb 2005 02:52 AM (UTC) |
Message
| You can edit your posts (to change erroneous data, although its usually a good thing to append a note at the end telling us what you've changed so we can make adjustments).
Anyway, are your triggers matching?
Try these:
* chats '*'.
and
* tells you '*'.
the *s are things that can change, so it wont matter if it's "Bob" or "Joe the werewolf" and then you need the second because they could tell you a lot of things.
Once you get those triggers set up (each their own trigger) you can test to see if they're matching by changing the color of the text (it's the dropdown menu in the right side center of the trigger dialog with all the colors).
You then change the "send to" dropdown menu (below the color one) to 'script' and put:
AppendToNotepad "Chats", "%0" & VBCrLf
in the 'send' box.
Make sure you have scripting enabled (and set to VBScript).
Shift-Ctrl-F6 > Check 'enable scripting' and set the script language to VBScript.
If you find that the triggers aren't matching, it probably has something to do with whitespace, or punctuation (triggers are fickle things). |
~Flannel
Messiah of Rose
Eternity's Trials.
Clones are people two. | Top |
|
Posted by
| Yungen2003
USA (34 posts) Bio
|
Date
| Reply #5 on Wed 23 Feb 2005 10:27 AM (UTC) |
Message
| thanks it worked perfect
i thought the * only worked for one word hrmm
i learned something new
thanks |
I belive a man should be judged by the quality of his work not the quality of his piss | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
15,566 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top