Tabbed Chat

by Unknown

Back to Mechanic's Corner.

Unknown2011-05-26 16:25:09
QUOTE (Aison @ May 26 2011, 11:59 AM) <{POST_SNAPBACK}>
I've got 2.0rc4, will this work with that?


The one marked for rc5+ will work with rc4, but I'd recommend updating to rc5, as rc5 was mainly a bugfix for something found in rc4. I don't recall what it was, but rc5 is definitely the safer/better option between the two at the moment.
Unknown2011-06-30 07:18:51
v2 up, linked in OP
Iktomi2011-09-05 06:32:38
Thank you for this very useful script!

I've got v2, but it seems like the blink bug is still there.

Also, what would be the best way to just capture says? The only thing I can is is doing like

CODE
.* says, ".*"


But then this captures everything.

Edit: Oh, and is there a way to insert a new line after or before each capture? So that they're spaced apart?
Neos2011-09-05 07:44:44
QUOTE (Iktomi @ Sep 5 2011, 02:32 AM) <{POST_SNAPBACK}>
Thank you for this very useful script!

I've got v2, but it seems like the blink bug is still there.

Also, what would be the best way to just capture says? The only thing I can is is doing like

CODE
.* says, ".*"


But then this captures everything.

Edit: Oh, and is there a way to insert a new line after or before each capture? So that they're spaced apart?

Using that pattern zero and then a color trigger pattern as pattern one with multiline checked with the number set to 0 will make it only capture says, though will of course also capture denizen says. Putting echo("window name", "\\n") before and after the copy/pasting section of the trigger should space them.
Reithiss2011-09-06 09:41:45
First off, Hi I'm about as new to Lusternia as it can get, I've been playing for a while but was using Mushclient as I had been using that for quite a number of years in another IRE game (Aetolia).

Having only made a few basic scripts to make Lusternia easier I realized I should try switching to Mudlet (it's scary to leave the safety zone mkay!)

Anyway to get to the point, in Mushclient I had a ghetto 'tabbed' chat thing except it would echo any and all says, tells and channels to another window and it didn't always work. I used it for Lusternia there too, but with all the (from the bladida ways) it didn't work much.

Conclusion: Thank you so much for making this so much more easy for me to manage. I'm trying to find both useful scripts as well as ones where I can start picking the code apart from and learning!
My firstborn shall be yours. Thank you.
Unknown2011-09-06 23:02:38
QUOTE (Iktomi @ Sep 5 2011, 07:32 AM) <{POST_SNAPBACK}>
Also, what would be the best way to just capture says? The only thing I can is is doing like


CODE
^(+) says\\, \\"(.+)\\"$


and:
CODE
^You say\\, \\"(.+)\\"$
Nihta2011-09-28 19:07:29
I have the latest windows release and m&m and I can't seem to get it working: The chat window appears, but it does not track any type of chats.
Unknown2011-10-12 17:03:23
Would who belongs to New Celest and Aquamancers happen to have this coded completely already XD ...I am not a coder and it will take me forever to get this to work. Alternatively I'd love help at some time, to finish setting this up...just so it doesnt take hours for me haha.

THanks=)
Unknown2011-10-12 18:49:48

Would who belongs to New Celest and Aquamancers happen to have this coded completely already XD ...I am not a coder and it will take me forever to get this to work. Alternatively I'd love help at some time, to finish setting this up...just so it doesnt take hours for me haha.

THanks=)


Aquamancer who uses this. I haven't personally loaded the new tabbed chat as it gave me some hassle but I can provide with the other coding so that it captures properly.
Tervic2011-10-12 22:47:52

Would who belongs to New Celest and Aquamancers happen to have this coded completely already XD ...I am not a coder and it will take me forever to get this to work. Alternatively I'd love help at some time, to finish setting this up...just so it doesnt take hours for me haha.

THanks=)

While I may not fulfill your requirements of Celest or Aquamancers, I can modify my tabbed chat and send you the xml for it. Just tell me what things you want to appear where (preferably via PM).
Unknown2012-01-26 02:12:51
What would the trigger look like to append the tells?
I tried the following, with no success.

(.*) tells you, "
(.+) tells you, "
and
(\\w+) tells you, "

Set them as the same as the org example, which worked. I used that same process to make this work for Aetolia on my alts, as well. For some reason, though, I can't do the trigger properly to track says and tells

Halp?
Unknown2012-01-26 02:20:56
^\\w+ tells you\\, \\".+\\"$

Type Perl RegEx.
Tandrin2012-01-26 15:09:55
nihta:

I have the latest windows release and m&m and I can't seem to get it working: The chat window appears, but it does not track any type of chats.


Same issue here.
Unknown2012-04-23 04:59:39
New version up. Working fine with m&m on my system. You did set the triggers up to do the actual chat tracking, yes?

Would like to help (though I know these were posted a while back)
Unknown2012-06-10 20:35:13
I'm using the latest version of Mudlet. I see the different chat tabs but it's not capturing anything. Is there some sort of initial configuration you have to do?
Unknown2012-06-10 21:35:11
Tleilax:

I'm using the latest version of Mudlet. I see the different chat tabs but it's not capturing anything. Is there some sort of initial configuration you have to do?


You need to create a trigger. For example, create a trigger called "City", and in the trigger line put the name of the city you're in like so:

(Ackleberry):

Change the dropdown to "begin of line substring"

Then in the large box put in this line:

addChat("City")

Do that for any channel and tab you want.
Lilia2012-06-10 22:09:08
You need to create the triggers for each channel you want captured. If I remember correctly, there's an example included for how to do this.
Unknown2012-06-11 05:16:08
Thank you!
Israafiyl2012-06-14 06:00:16
Draylor:


QUOTE (Iktomi @ Sep 5 2011, 07:32 AM)
Also, what would be the best way to just capture says? The only thing I can is is doing like



CODE
^(+) says\\, \\"(.+)\\"$


and:

CODE
^You say\\, \\"(.+)\\"$



You ever figure anything out? This doesn't seem to catch when some people talk. One example is Innkeeper Skye Ysav'rai, Song of the Wyrd says,
Unknown2012-06-14 06:23:02
Use a colour match trigger. Set your says to something really obscure that will never be repeated. Problem solved.