Official Nodeka Board  

Go Back   Official Nodeka Board > Nodeka > Scripting > zMud

Reply
 
Thread Tools Display Modes
  #1  
Old 01-14-2008, 03:16 AM
AdenUlinor AdenUlinor is offline
Wanderer
 
Join Date: Jan 2008
Posts: 5
Default 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
Reply With Quote
  #2  
Old 01-14-2008, 05:41 PM
Nemesis's Avatar
Nemesis Nemesis is offline
Administrator
 
Join Date: Apr 2008
Posts: 48
Default 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 = /^\\[ >>> .* <<< \\]/;
__________________

Nodeka411.net Administrator
Reply With Quote
  #3  
Old 01-19-2008, 11:14 PM
Kizer Kizer is offline
Wanderer
 
Join Date: Jan 2008
Posts: 3
Default 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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:41 PM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.