Author |
Message |
Topic: Need help with Ansi Trigger |
Rose
Replies: 6
Views: 8242
|
Forum: zMUD General Discussion Posted: Sat Dec 20, 2003 6:47 pm Subject: Need help with Ansi Trigger |
I tried out the Line Color option, and it seems to be working the same way as the #TRIGGER {^%e[1;33m(*)$} {do something} "" {color}, detecting all lines that STARTS with that color. TonDiening, woul ... |
Topic: Need help with Ansi Trigger |
Rose
Replies: 6
Views: 8242
|
Forum: zMUD General Discussion Posted: Fri Dec 19, 2003 1:49 am Subject: Need help with Ansi Trigger |
That was exactly how I created it. But I needed to show what my trigger is to ask my question, and therefore I have exported it out to text and copy and paste as above.
That does not answer my que ... |
Topic: Need help with Ansi Trigger |
Rose
Replies: 6
Views: 8242
|
Forum: zMUD General Discussion Posted: Wed Dec 17, 2003 4:32 pm Subject: Need help with Ansi Trigger |
I am using zmud 6.66 beta
I need a trigger that detects an ENTIRE line of yellow color. I am using this trigger at the moment
#TRIGGER {^%e[1;33m(*)$} {do something} "" {color}
However, this ... |
Topic: Room Scripting Help |
Rose
Replies: 3
Views: 4917
|
Forum: zMUD General Discussion Posted: Wed Dec 03, 2003 10:49 am Subject: Room Scripting Help |
That's exactly what I want.
Works like a charm now, and thanks! |
Topic: ZChat - how to capture to another window |
Rose
Replies: 1
Views: 4355
|
Forum: zMUD General Discussion Posted: Wed Dec 03, 2003 1:52 am Subject: ZChat - how to capture to another window |
Is there a way to direct ZChat output to another window by default?
Currently, I have creating pattern matching triggers to capture the Chats to another window. This is getting tedious as folks ha ... |
Topic: Room Scripting Help |
Rose
Replies: 3
Views: 4917
|
Forum: zMUD General Discussion Posted: Wed Dec 03, 2003 1:46 am Subject: Room Scripting Help |
Seeing no response to this, perhaps I should simplify my question.
How do I create an ALIAS with VARIABLE in it?
#VAR @bAuto 1
I have tried with #ALIAS setrm {#IF (@bAuto=1) {%-1}}
When I type " ... |
Topic: Pattern matching help |
Rose
Replies: 4
Views: 5597
|
Forum: zMUD General Discussion Posted: Mon Dec 01, 2003 8:28 am Subject: Pattern matching help |
I think %w matches just 1 word, and you have 3 words there.
Try with pattern
#trigger {(*) gets damaged} {#win EQ %1}
|
Topic: Room Scripting Help |
Rose
Replies: 3
Views: 4917
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2003 2:43 pm Subject: Room Scripting Help |
Hi all,
I wish to make my Room Scripting as smart as possible and I have the following ideas, but am having problems implementing it properly:-
For example, upon entering the room, I want to "pu ... |
Topic: Recall |
Rose
Replies: 8
Views: 11143
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2003 2:04 pm Subject: Recall |
I can find on the menu to Set the current room as the Recall Point. Is there a way to do that on command prompt?
I tried looking into the help files and could not find it. My apology is this has ... |
Topic: Capturing Mobs Properly into Room Description |
Rose
Replies: 1
Views: 3154
|
Forum: zMUD General Discussion Posted: Mon Oct 27, 2003 5:11 pm Subject: Capturing Mobs Properly into Room Description |
Hi,
I am having problems capturing the mobs into room description (which I want to do). Scenarios as follows:
NORMAL:
Room Name
Multi-line Room Description
Multi-line Objects in the room
Mu ... |
Topic: Zmud is very slow when Mapper mode is on |
Rose
Replies: 4
Views: 4468
|
Forum: zMUD General Discussion Posted: Thu Oct 23, 2003 10:29 am Subject: Zmud is very slow when Mapper mode is on |
Hi,
I am running the latest version of Zmud on WinXP. The preformace is good normally, but degraded tremendously once the mapper is on on Mapper mode. Is there any way to improve this situation?
... |
|