I have only recently begun using ZMud, so I'm not at all fully knowledgeable about using things like this.
However, I've done some research, and I think these might work, but I'd feel more confident if I had someone with more experience in ZMud that could verify things.
I have managed to create extra windows, and I split the window (it's full screen) in half. On the left is the main window, with the prompt and rooms. On the right, I have these windows; House, City, Class, Tells, Market. I'm sure you can tell what each is meant to be used for.
Now, these are the triggers I worked out. I'm not positive whether the first two will work though.
1) Send House announcements to the House window.
#TRIGGER {----[ Ashura House announcement ]---- * -------------------------------------} {#CAP House;#GAG}
The part that concerns me is the * in between. The first half is obviously the top of the announcement area, the second part is the ending of it, and the * is supposed to be all the lines that come between those two. I know the second half should work. to CAPture anything with that and send it to the House window. And GAG it on the main area.
2) Send City announcements to the City window.
#TRIGGER {----[ Ashtan City announcement ]---- * ------------------------------------} {#CAP City;#GAG}
This one is pretty much the same deal, just for the City instead of my House.
3) Capture House messages and send to House window.
#TRIGGER {(Deshi): * says,} {#CAP House;#GAG}
I think this should only apply to my house? At least I think anything with the (Deshi) at the front comes from the Ashuran channel.
4) Capture City messages and route them to City window.
#TRIGGER {(Ashtan):} {#CAP City;#GAG}
Same deal as above. Given how it looks, I figure (Ashtan) must be for the citizens.
5) Tells send to the Tell window.
#TRIGGER {* tells you,} {#CAP Tells;#GAG}
And the last one should work. I just wanted to make sure.
I don't have one yet for Market, because my character isn't high enough level to use the market.
[Also, if someone could PM or fill me in on house messages from others in my class would look? Given how things are...I want to think it'd be (Runewarden) but I can't say for sure.]
