Author |
Message |
Topic: Newest BETA that works with the older license key |
Bajed
Replies: 10
Views: 24116
|
Forum: CMUD Beta Forum Posted: Thu Sep 30, 2010 8:17 pm Subject: Newest BETA that works with the older license key |
Ah ok, well thanks. I guess I will keep using 2.37. Although it seems odd that I was able to use betas before with my license, and now that the hardcoded expiration date has arrived, I have to DOWNG ... |
Topic: Newest BETA that works with the older license key |
Bajed
Replies: 10
Views: 24116
|
Forum: CMUD Beta Forum Posted: Wed Sep 29, 2010 11:34 pm Subject: Newest BETA that works with the older license key |
Hi,
I can't afford to upgrade to the new license right now but I would like to be able to use the newest BETA that was released for the older license... Does anyone have a link to an older version th ... |
Topic: Variable Question |
Bajed
Replies: 3
Views: 6844
|
Forum: CMUD Beta Forum Posted: Tue May 19, 2009 7:00 am Subject: Variable Question |
Nevermind! I realized it would be
@{something_@{myvar}} |
Topic: Variable Question |
Bajed
Replies: 3
Views: 6844
|
Forum: CMUD Beta Forum Posted: Tue May 19, 2009 6:57 am Subject: Variable Question |
A better example of what I want to do would be:
Variables:
@myvar: N
@something_X: blah
@something_Y: blah
@something_Z: blah
where Variable_A is equal to either X, Y, or Z... which I h ... |
Topic: Variable Question |
Bajed
Replies: 3
Views: 6844
|
Forum: CMUD Beta Forum Posted: Tue May 19, 2009 6:54 am Subject: Variable Question |
How would I reference a variable where part of the variable name is based on another variable?
For example:
Variable_1: 2
Variable_2: something
I want to access Variable_[Variable_1] an ... |
Topic: @Zugg, This is sort of a feature request |
Bajed
Replies: 4
Views: 7398
|
Forum: CMUD Beta Forum Posted: Sun Apr 12, 2009 5:31 pm Subject: @Zugg, This is sort of a feature request |
Lines coming in from the mud surely must be processed or something before they get written to the output that I see? can't it check then, and simply not output it if its set to be gagged?
I'll try ... |
Topic: @Zugg, This is sort of a feature request |
Bajed
Replies: 4
Views: 7398
|
Forum: CMUD Beta Forum Posted: Sun Apr 12, 2009 11:37 am Subject: @Zugg, This is sort of a feature request |
Is there any way you can change the #GAG process so that the text isn't written to the screen if it's going to be gagged? I have this problem where I'm gagging so much stuff, it makes it impossible t ... |
Topic: Bug with CMUD and script saving. |
Bajed
Replies: 1
Views: 4833
|
Forum: CMUD General Discussion Posted: Sun Jun 24, 2007 4:40 pm Subject: Bug with CMUD and script saving. |
If an alarm gets created in the background while you are editing a completely unrelated setting, you are unable to save that setting via the "Save changes" button on top of the package editor. It's q ... |
Topic: How do I access database records by number? |
Bajed
Replies: 2
Views: 5231
|
Forum: CMUD General Discussion Posted: Sun Jun 24, 2007 2:11 pm Subject: How do I access database records by number? |
I have a database record listing varios things that I want to perform operations on one at a time. Example:
item1 = 5
item4 = 8
item32 = 2
And so on. I don't know the key names of each i ... |
Topic: List only KEYS from a record variable in status window. |
Bajed
Replies: 1
Views: 4425
|
Forum: zMUD General Discussion Posted: Mon Mar 13, 2006 8:55 am Subject: List only KEYS from a record variable in status window. |
Any way to do this? Basically I have a record var that looks like this:
key 1 ..... some random value
key 2 ..... another random value
key 3 ..... more random stuff
blah ..... still random stu ... |
Topic: Perl Regular Expression + Ansi Trigger |
Bajed
Replies: 5
Views: 9805
|
Forum: zMUD General Discussion Posted: Wed Jan 04, 2006 5:25 am Subject: Perl Regular Expression + Ansi Trigger |
Ah ok, that works, weird format...
Anyway, this leads me to another questin. It seems I can't use ansi codes in an (?:....), is this true? For example, Channel1 is yellow and Channel2 is blue. I ... |
Topic: Perl Regular Expression + Ansi Trigger |
Bajed
Replies: 5
Views: 9805
|
Forum: zMUD General Discussion Posted: Wed Jan 04, 2006 2:10 am Subject: Perl Regular Expression + Ansi Trigger |
It works fine without the ansi stuff, and with the Ansi Trigger option unchecked, heh. (?:...) in regex means to group the contents, but don't capture. which is what I want. |
Topic: Perl Regular Expression + Ansi Trigger |
Bajed
Replies: 5
Views: 9805
|
Forum: zMUD General Discussion Posted: Wed Jan 04, 2006 12:50 am Subject: Perl Regular Expression + Ansi Trigger |
Err, I used an exclamation point at the end of my example, but it doesnt work with a period either :P |
Topic: Perl Regular Expression + Ansi Trigger |
Bajed
Replies: 5
Views: 9805
|
Forum: zMUD General Discussion Posted: Wed Jan 04, 2006 12:47 am Subject: Perl Regular Expression + Ansi Trigger |
Is it possible to use both of these at the same time? My trigger doesn't seem to be firing at all, here is the pattern:
\e\[1;32m\((?:Channel1|Channel2)\): (@MyFriends) says, ".+\."
this should ... |
Topic: Triggers with list variable in pattern stop working... |
Bajed
Replies: 6
Views: 11741
|
Forum: zMUD General Discussion Posted: Wed Nov 16, 2005 3:31 pm Subject: Triggers with list variable in pattern stop working... |
Weird. Aren't you supposed to use curly brackets to expand variables? Or am I very wrong :P
I do, in my second example. Just not in the regular expression version... since (?:...) is the equivalent. ... |
Topic: Triggers with list variable in pattern stop working... |
Bajed
Replies: 6
Views: 11741
|
Forum: zMUD General Discussion Posted: Mon Nov 14, 2005 11:28 pm Subject: Triggers with list variable in pattern stop working... |
Any ideas?? |
Topic: Triggers with list variable in pattern stop working... |
Bajed
Replies: 6
Views: 11741
|
Forum: zMUD General Discussion Posted: Sun Nov 13, 2005 1:11 am Subject: Triggers with list variable in pattern stop working... |
This happens to me about once or twice a day, and I think it usually occurs if I disconnect/reconnect (although not close zMud totally)... I have a few triggers that use list variables in the pattern, ... |
Topic: How would I make a 0.5 second alarm? |
Bajed
Replies: 3
Views: 8346
|
Forum: zMUD General Discussion Posted: Sat Apr 23, 2005 6:33 am Subject: How would I make a 0.5 second alarm? |
I've tried *0.5 to make an alarm fire every half second, but this doesnt seem to work well, whereas *1 works fine for one second, what is the proper way to make an alarm fire every half second?
Tha ... |
Topic: 2 Lines with #TRIGGER, possible? |
Bajed
Replies: 2
Views: 5641
|
Forum: zMUD General Discussion Posted: Sun Sep 19, 2004 6:59 pm Subject: 2 Lines with #TRIGGER, possible? |
The script is not yet written heh, therefore I had nothing to post. But thanks, your reply was most helpful. |
Topic: 2 Lines with #TRIGGER, possible? |
Bajed
Replies: 2
Views: 5641
|
Forum: zMUD General Discussion Posted: Sun Sep 19, 2004 3:36 pm Subject: 2 Lines with #TRIGGER, possible? |
I'm trying to write up a news post for the MUD I play, which automatically word wraps at 80 characters. The problem is, when the reader copies and pastes the zmud script from my post into their input ... |
Topic: Complicated Trigger Question |
Bajed
Replies: 5
Views: 9309
|
Forum: zMUD General Discussion Posted: Sat Aug 21, 2004 5:41 pm Subject: Complicated Trigger Question |
Hmmm... Actually, right after my last post I got to playing around with the prompt trigger's options and uncheked "Newline" and instead checked "Prompt" and it seems to be working like a charm now... ... |
Topic: Complicated Trigger Question |
Bajed
Replies: 5
Views: 9309
|
Forum: zMUD General Discussion Posted: Sat Aug 21, 2004 5:36 pm Subject: Complicated Trigger Question |
Alright, I changed any variable assignments to not include the @. And tried one at a time getting the 3 spells I check for and running hte alias after each. This is what I get:
3949H 949M 771V ... |
Topic: Complicated Trigger Question |
Bajed
Replies: 5
Views: 9309
|
Forum: zMUD General Discussion Posted: Sat Aug 21, 2004 12:04 pm Subject: Complicated Trigger Question |
Oh btw, I use zMud 7.04 if that's relavent to this problem :-) |
Topic: Complicated Trigger Question |
Bajed
Replies: 5
Views: 9309
|
Forum: zMUD General Discussion Posted: Sat Aug 21, 2004 12:02 pm Subject: Complicated Trigger Question |
OK, First I have an alias... it looks like this:
Name: aff
Value: ...
@AffectsCheck = 1
@GrandTime = 0
@MystTime = 0
@HasteTime = 0
affects
Then I have 3 triggers, otherwise know ... |
Topic: Quick question about PATHS |
Bajed
Replies: 1
Views: 4735
|
Forum: zMUD General Discussion Posted: Sun Aug 15, 2004 3:56 am Subject: Quick question about PATHS |
I looked all around through the help files and the forum here and couldn't figure this out! I'd like to output (to the mud along with the SAY command, or anything)... a path. Like upon me clicking a ... |
|