Author |
Message |
Topic: Problem with #SIGNAL and #WAITSIG |
Ravenbait
Replies: 3
Views: 6863
|
Forum: CMUD General Discussion Posted: Tue May 13, 2008 12:19 pm Subject: Problem with #SIGNAL and #WAITSIG |
They were both in the applications tab. |
Topic: Problem with #SIGNAL and #WAITSIG |
Ravenbait
Replies: 3
Views: 6863
|
Forum: CMUD General Discussion Posted: Tue May 13, 2008 1:18 am Subject: Problem with #SIGNAL and #WAITSIG |
Wierd, somehow 2 instances of CMud were running, when I killed off the first one the second one still seemed to have the alarm running. After restarting CMud it returned to normalish. |
Topic: Problem with #SIGNAL and #WAITSIG |
Ravenbait
Replies: 3
Views: 6863
|
Forum: CMUD General Discussion Posted: Tue May 13, 2008 1:02 am Subject: Problem with #SIGNAL and #WAITSIG |
This Counts Down the roundtime
#if (@roundtime > 0) {roundtime = @roundtime - 1} {#SIGNAL roundtime}
This Executes the commands and #WAITSIG roundtime should halt it ... |
Topic: [1.24] Buttons have disappeared |
Ravenbait
Replies: 4
Views: 6643
|
Forum: CMUD Beta Forum Posted: Sat Feb 17, 2007 11:42 am Subject: [1.24] Buttons have disappeared |
I think he wants it to keep previous changes he has made in case he wants to go back. Sort of like restore points in case he liked an earlier version that worked properly. |
Topic: Site type licensing |
Ravenbait
Replies: 6
Views: 15281
|
Forum: CMUD General Discussion Posted: Sat Jan 27, 2007 2:47 pm Subject: Site type licensing |
edit: Sorry just read forum rules, this went in the wrong forum I think.
I think I saw this feature on another client at one time.
I was thinking it would be nice to have a monthly subscription ... |
Topic: Escape Code Replacement |
Ravenbait
Replies: 12
Views: 18077
|
Forum: zMUD General Discussion Posted: Sun Apr 30, 2006 5:10 am Subject: Escape Code Replacement |
Thanks alot Vijilante,
I tried to test this out but it didn't work. I think I can tweak it a little to get it to work, but this gives me a good head start. |
Topic: Escape Code Replacement |
Ravenbait
Replies: 12
Views: 18077
|
Forum: zMUD General Discussion Posted: Sat Apr 29, 2006 10:25 pm Subject: Escape Code Replacement |
Taz,
Won't give the specs on how to connect via zMud as I think it is against thier policy.
Have had zMud too long not to work with it in any mud.
<27> is the same as \033 just another way of ... |
Topic: Escape Code Replacement |
Ravenbait
Replies: 12
Views: 18077
|
Forum: zMUD General Discussion Posted: Sat Apr 29, 2006 9:58 pm Subject: Okay |
I think it is a problem with Zmud not sending ESC to the triggers. Even with Ansi Trigget enabled. I think I have to devise something to parse the text before it gets to zmud. It'll take longer I gues ... |
Topic: Escape Code Replacement |
Ravenbait
Replies: 12
Views: 18077
|
Forum: zMUD General Discussion Posted: Sat Apr 29, 2006 9:22 pm Subject: Escape Code Replacement |
You might be right about the color mapping.
I am connecting a a mud that uses a Java client by default, and that paticular syntax for color.
It isn't telnet or zmud compatible as far as the escape c ... |
Topic: Escape Code Replacement |
Ravenbait
Replies: 12
Views: 18077
|
Forum: zMUD General Discussion Posted: Sat Apr 29, 2006 8:55 pm Subject: Escape Code Replacement |
#TRIG {^(~\%dci~=%d~,%d~,%d~\%d)Skills and Actions~:(~\%dci~=%d~,%d~,%d~\%d)} {#SUB {whatever}}
#TRIG {^(*)Skills and Actions~: ... |
Topic: Escape Code Replacement |
Ravenbait
Replies: 12
Views: 18077
|
Forum: zMUD General Discussion Posted: Sat Apr 29, 2006 8:18 pm Subject: Escape Code Replacement |
Looked in the boards and can't find this.
\033ci=0,32,225\033Skills and Actions:\033ci=0,0,0\033
I need to replace some of these with ansi codes.
\033 = ESC
I tried
#TRIG {%eci=%d,%d,%d%e} ... |
|