Author |
Message |
Topic: Give me a new license key for Cmud V3.34 |
shalimar
Replies: 1
Views: 37
|
Forum: CMUD General Discussion Posted: Tue Feb 19, 2019 5:49 pm Subject: Give me a new license key for Cmud V3.34 |
If you go into the store and look at your order history, and you can request a new key.
For security reasons a key is only good for one use, and that has to be within a few days of its release. |
Topic: Mapper - hiding lines on other levels |
shalimar
Replies: 2
Views: 130
|
Forum: CMUD General Discussion Posted: Fri Feb 15, 2019 5:17 pm Subject: Mapper - hiding lines on other levels |
Not directly, but you can make a workaround.
What I personally do is set them to be solid colors, which makes them much easier for my to skim over the extra shadows.
You can take this a step furth ... |
Topic: macros and variables |
shalimar
Replies: 2
Views: 127
|
Forum: zMUD General Discussion Posted: Fri Feb 15, 2019 5:11 pm Subject: macros and variables |
Variables are simple
#VAR x {johnsnow}
x=johnsnow
Both create the variable @x
Then you would issue the commands as: c airshield @x
You can also create things via the settings editor GUI.
... |
Topic: Issue with Sounds |
shalimar
Replies: 20
Views: 2200
|
Forum: CMUD General Discussion Posted: Thu Feb 07, 2019 9:22 pm Subject: Issue with Sounds |
zMUD was a lot looser in the coding standards, so sometimes it works, sometimes it doesn't.
This is the CMUD forum though, so I try to teach the most correct syntax. |
Topic: Issue with Sounds |
shalimar
Replies: 20
Views: 2200
|
Forum: CMUD General Discussion Posted: Thu Feb 07, 2019 12:54 pm Subject: Issue with Sounds |
#TR {~*%w~* tells the group ' (*)'} {%1}
The {} are defining the various segments of the code.
#TR stands for trigger
pattern: ~*%w~* tells the group ' (*)'
body: %1
The issue in your examp ... |
Topic: Issue with Sounds |
shalimar
Replies: 20
Views: 2200
|
Forum: CMUD General Discussion Posted: Thu Feb 07, 2019 3:36 am Subject: Issue with Sounds |
In its simplest form, you could do something like:
#TR {tells the group '(*)'} {%1}
This version doesn't even care who is doing the telling, or what the command is.
You don't have to match th ... |
Topic: Session menu - comments vs notes for "View -> Arrange -> By comments" |
shalimar
Replies: 1
Views: 147
|
Forum: CMUD General Discussion Posted: Mon Feb 04, 2019 12:13 am Subject: Session menu - comments vs notes for "View -> Arrange -> By comments" |
I think this was just functionality that was never tested.
Unfortunately, the client is no longer being developed. |
Topic: Upgrade Option from CMud v3 to Cmud v3 pro |
shalimar
Replies: 2
Views: 185
|
Forum: CMUD General Discussion Posted: Sun Feb 03, 2019 11:57 pm Subject: Upgrade Option from CMud v3 to Cmud v3 pro |
There was when it first came out, but I would presume that promotion has long since gone away.
If it did exist, I think it was applied automatically at checkout. |
Topic: Need some help! |
shalimar
Replies: 13
Views: 742
|
Forum: CMUD General Discussion Posted: Sat Jan 26, 2019 1:32 pm Subject: Need some help! |
The coloring isn't an issue, it is there to make it easier to troubleshoot code while skimming.
And no, i don't even know where there is.
The code words with the sample provided... unless they a ... |
Topic: Need some help! |
shalimar
Replies: 13
Views: 742
|
Forum: CMUD General Discussion Posted: Wed Jan 23, 2019 5:34 am Subject: Need some help! |
It works on my side.
If the triggers aren't firing, then the pattern you provided isn't accurate.
Edit the pattern accordingly until it works. |
Topic: cmud is locking up when downloading jpg |
shalimar
Replies: 2
Views: 283
|
Forum: CMUD General Discussion Posted: Fri Jan 18, 2019 12:48 pm Subject: cmud is locking up when downloading jpg |
That depends on how the image is being sent.
Assuming it is via MXP, there is a checkbox on the MXP tab of Preferences for Images. |
Topic: Need some help! |
shalimar
Replies: 13
Views: 742
|
Forum: CMUD General Discussion Posted: Fri Jan 18, 2019 12:28 pm Subject: Need some help! |
ahh thats an issue with an improper function call, my bad, try:
#TRIGGER {Please type in the characters shown below using the command "captcha <answer>": } {
#MAKEWINDOW Captcha open "float ... |
Topic: I knew zmud 10 years ago, help learning cmud today. |
shalimar
Replies: 2
Views: 282
|
Forum: CMUD General Discussion Posted: Fri Jan 18, 2019 10:57 am Subject: I knew zmud 10 years ago, help learning cmud today. |
That example is more complicated than it needs to be.
#Local variables are great, but they aren't needed unless you are actually manipulating the data in some way.
The simplest form you want would b ... |
Topic: Vista Connection Problem |
shalimar
Replies: 20
Views: 41118
|
Forum: zMUD General Discussion Posted: Wed Jan 16, 2019 2:08 pm Subject: Vista Connection Problem |
This is a 12 year old problem, pretty sure they have resolved it since. |
Topic: Need some help! |
shalimar
Replies: 13
Views: 742
|
Forum: CMUD General Discussion Posted: Wed Jan 16, 2019 1:48 pm Subject: Need some help! |
Can you be more specific? |
Topic: Need some help! |
shalimar
Replies: 13
Views: 742
|
Forum: CMUD General Discussion Posted: Wed Jan 16, 2019 3:40 am Subject: Need some help! |
A multistate trigger is definitely the way to go here.
Is there some sort of delimiter at the bottom to let you know when the block is over (even if just a blank line or your prompt)?
#TRIGGER ... |
Topic: problems with movement char . and syntax |
shalimar
Replies: 4
Views: 462
|
Forum: CMUD General Discussion Posted: Wed Jan 09, 2019 9:20 pm Subject: problems with movement char . and syntax |
Sure thing, from the session selection screen:
Edit the session in question.
Switch over to the packages tab.
The two packages in question are: English Directions and English Keypad.
If they are ... |
Topic: problems with movement char . and syntax |
shalimar
Replies: 4
Views: 462
|
Forum: CMUD General Discussion Posted: Mon Jan 07, 2019 9:16 pm Subject: problems with movement char . and syntax |
Usually wrapping in parenthesis identifies a unrecognized literal movement command.
I would guess that you edited the package list of the session in question and removed the two default ones for Di ... |
Topic: Font problem |
shalimar
Replies: 3
Views: 822
|
Forum: CMUD General Discussion Posted: Thu Jan 03, 2019 12:52 am Subject: Font problem |
Often time the changes made won't take effect until you restart CMUD, if not windows itself.
Having got a new 4k monitor for Christmas I have been struggling with this issue myself. |
Topic: Forgot my password to a character. |
shalimar
Replies: 2
Views: 402
|
Forum: CMUD General Discussion Posted: Sat Dec 29, 2018 5:24 pm Subject: Forgot my password to a character. |
You have to use a setting to show it, as trying to do so from the command line directly will return a null value.
#alias showPass {#SAY %pass} |
Topic: Zmud will not start |
shalimar
Replies: 4
Views: 513
|
Forum: zMUD General Discussion Posted: Thu Dec 27, 2018 12:24 am Subject: Zmud will not start |
You might be able to find that dll from a third party site.
Seems like an Oracle file that may just be outdated. |
Topic: Zmud will not start |
shalimar
Replies: 4
Views: 513
|
Forum: zMUD General Discussion Posted: Wed Dec 26, 2018 3:20 pm Subject: Zmud will not start |
Did you try running the program as an administrator?
It should be a right-click option. |
Topic: Trigger help CMUD (Lensmoor) |
shalimar
Replies: 1
Views: 406
|
Forum: CMUD General Discussion Posted: Sun Dec 23, 2018 11:01 pm Subject: Trigger help CMUD (Lensmoor) |
This is not hard to do at all, you want a #TRIGGER.
First, we need a pattern to fire off of, which you have provided
Next, we need to insert pattern matching characters for the bits we expect to cha ... |
Topic: creating a non standard exit |
shalimar
Replies: 1
Views: 355
|
Forum: CMUD General Discussion Posted: Sat Dec 22, 2018 2:18 am Subject: creating a non standard exit |
Did you make sure to toggle %maplocked first?
You still have to provide the direction as well.
#CALL %roomlink( ,"N", "jump north")
It is possible to edit them via the GUI.
You just need to op ... |
Topic: reference a trigger's id from within the trigger |
shalimar
Replies: 1
Views: 392
|
Forum: CMUD General Discussion Posted: Wed Dec 19, 2018 11:33 pm Subject: reference a trigger's id from within the trigger |
Triggers with no set ID default to the pattern itself as the ID.
Outside of that, the script debugger sorta does that, it will tell you what all triggers are firing by the pattern in real-time.
Pe ... |
|