Official Nodeka Board

Official Nodeka Board (http://www.nodeka411.net/forum/index.php)
-   zMud (http://www.nodeka411.net/forum/forumdisplay.php?f=11)
-   -   Sending channels to another window (http://www.nodeka411.net/forum/showthread.php?t=12)

AdenUlinor 01-14-2008 03:16 AM

Sending channels to another window
 
I\'d like to send all channels to another window.

I found the script below on the zmud forum, any know enough about zmud to tweak this pattern for Nodeka?

Thanks,

Aden

Code:

#VAR comms {tell|say|gossip|chat|yell|shout|whisper} {tell|say|gossip|chat|yell|shout|whisper} {Windoze}


This is the variable of keywords of your channels, add/remove as you see fit.


#TRIGGER {^* {@comms}*: \"%*\"$} {#CAP 1 Tells} {Windoze} 517
#TRIGGER {^* {@comms}*:$ \"%*\"$} {#CAP 2 Tells} {Windoze} 517
#TRIGGER {^* {@comms}*:$ \"%*$ %*\"$} {#CAP 3 Tells} {Windoze} 517
#TRIGGER {^* {@comms}*:$ \"%*$ %*$ %*\"$} {#CAP 4 Tells} {Windoze} 517
#TRIGGER {^* {@comms}*:$ \"%*$ %*$ %*$ %*\"$} {#CAP 5 Tells} {Windoze} 517
#TRIGGER {^* {@comms}*:$ \"%*$ %*$ %*$ %*$ %*\"$} {#CAP 6 Tells} {Windoze} 517


Nemesis 01-14-2008 05:41 PM

Re:Sending channels to another window
 
The chat script in JMC uses perl regular expression, that may help you in what you seek.
Code:

var global = /^(\\[ .* (gossip(s)?|auction(s)?|sing(s)?|auction(s)?|warn(s)?|newbie(s)?|yell(s)?|shout(s)?) \\]:|\\[\\*\\] .* flame(s)? \\[\\*\\]) \'.*\'$/;
var local = /^.* say(s)?, \'.*\'$/;
var system = /^## .*[\\.|!]+?$/;
var tells = /^.* tell(s)? .*, \'.*\'$/;
var misc = /^\\[ .* \\]: \'.*\'$/;
var guard = /^\\<<.*>>(:)? \'.*\'$/;
var clan = /^\\[ >>> .* <<< \\]/;


Kizer 01-19-2008 11:14 PM

Re:Sending channels to another window
 
I\'ve found using Zmud that putting all of them in a single extra window keeps it just as difficult to see what\'s going on, honestly. You\'ll miss just as much with the scroll with the way Zmud is laid out. I\'d suggest multiple tabbed windows for things like globals, then another for tells and groups.


All times are GMT. The time now is 08:05 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.