Author |
Message |
Topic: Please help with a complex(to me) trigger. |
mikeC130
Replies: 6
Views: 908
|
Forum: CMUD General Discussion Posted: Thu May 05, 2022 12:35 pm Subject: Please help with a complex(to me) trigger. |
I believe that capturing the first monster is going to be a pain. I have read that you can use regex to combine multiple lines into a single line to capture into a variable, but you'd have to have a ... |
Topic: Please help with a complex(to me) trigger. |
mikeC130
Replies: 6
Views: 908
|
Forum: CMUD General Discussion Posted: Mon May 02, 2022 7:45 pm Subject: Please help with a complex(to me) trigger. |
The trigger uses () to capture the actual word from {@monsterlist} that is triggered on, so if it triggers on "lord" then the %1 variable will hold "lord". From there you can assign it to another nam ... |
Topic: Please help with a complex(to me) trigger. |
mikeC130
Replies: 6
Views: 908
|
Forum: CMUD General Discussion Posted: Sun May 01, 2022 5:39 pm Subject: Please help with a complex(to me) trigger. |
Your trigger will always capture text up to the word "here" because that is the only way the end of the pattern can match - if it found a comma, it would have to be followed immediately by "ere." to m ... |
Topic: Creating an exit on the map based on a trigger |
mikeC130
Replies: 4
Views: 801
|
Forum: CMUD General Discussion Posted: Wed Apr 20, 2022 8:38 pm Subject: Creating an exit on the map based on a trigger |
For the #TAG command, try putting the e in parentheses, i.e. #TAG exit (e) or #TAG exit ("e") and see if that does anything for you. If your trigger actually captures the "e" from the text and saves ... |
Topic: Mapper Anomaly |
mikeC130
Replies: 2
Views: 784
|
Forum: CMUD General Discussion Posted: Wed Mar 09, 2022 5:28 pm Subject: Mapper Anomaly |
check to see if the directions package is still part of the session. |
Topic: OnWalkEnd does not fire, if the #WALK is shorter than 2 rooms. |
mikeC130
Replies: 4
Views: 1211
|
Forum: CMUD General Discussion Posted: Sun Feb 20, 2022 9:29 pm Subject: OnWalkEnd does not fire, if the #WALK is shorter than 2 rooms. |
You can return the path as a string rather than executing it using %walk(). If you save it as a variable, you can then manipulate and check it using normal string functions. |
Topic: Help this poor idiot out. |
mikeC130
Replies: 7
Views: 1798
|
Forum: CMUD General Discussion Posted: Tue Feb 15, 2022 3:49 pm Subject: Help this poor idiot out. |
If CMUD is mapping for you, the variables you are looking for are already available. In particular, the %roomname() variable will return the name of your current room, and %roomexit() should return t ... |
Topic: Issues with CMUD Pro |
mikeC130
Replies: 1
Views: 996
|
Forum: CMUD General Discussion Posted: Mon Jan 10, 2022 3:03 pm Subject: Issues with CMUD Pro |
As of 10 seconds ago, the CMUDPro v3 download button works. Try this page: http://forums.zuggsoft.com/index.php?page=4&action=file&file_id=77
Note that you'll need a new product key. Log ... |
Topic: Missing License Key |
mikeC130
Replies: 4
Views: 1893
|
Forum: CMUD General Discussion Posted: Sat Oct 16, 2021 4:53 pm Subject: Missing License Key |
If you log into the zuggsoft store at https://www.zuggsoft.com/store/home.php, you can look at your order history and get a product key through the email you used for the store. The key is only neede ... |
Topic: [Question] ZMapper for systems other then Windows |
mikeC130
Replies: 1
Views: 1980
|
Forum: zMapper Discussion Posted: Thu Apr 29, 2021 4:40 pm Subject: [Question] ZMapper for systems other then Windows |
ZMapper (and Zmud and CMud) are no longer being developed, so there will not be any ports. Per previous questions on this subject, Zugg incorporated proprietary code purchased from other vendors in h ... |
Topic: issues with a yes no command |
mikeC130
Replies: 2
Views: 2560
|
Forum: CMUD General Discussion Posted: Mon Dec 07, 2020 6:16 pm Subject: issues with a yes no command |
According to the (VERY sparse) information in the ZMUD manual on this command, yesno seems to work differently for ZMUD than CMUD. In the ZMUD manual, it only states that a dialog box is presented an ... |
Topic: Error Opening PCRE810.dll |
mikeC130
Replies: 4
Views: 4617
|
Forum: CMUD General Discussion Posted: Wed Jun 10, 2020 5:43 pm Subject: Error Opening PCRE810.dll |
I suggest you check your anti-virus logs and quarantine folder - it might have decided that the file was suspicious and removed it. |
Topic: Games in zApp |
mikeC130
Replies: 16
Views: 38894
|
Forum: General zApp Discussion Posted: Mon Jan 27, 2020 5:23 pm Subject: Games in zApp |
It doesn't appear from the store side, but you can add it to your cart from the zapp page itself. http://www.zuggsoft.com/index.php?p=zapp |
Topic: Mac Book Air + CMUD |
mikeC130
Replies: 1
Views: 2804
|
Forum: CMUD General Discussion Posted: Tue Oct 15, 2019 2:46 am Subject: Mac Book Air + CMUD |
If your friend really wants to run CMUD on a Macbook, BootCamp will allow him to install and boot to Windows, presuming there is enough drive space. |
Topic: Out of memory when loading map (windows 10) |
mikeC130
Replies: 5
Views: 5110
|
Forum: CMUD General Discussion Posted: Wed Oct 09, 2019 5:34 pm Subject: Out of memory when loading map (windows 10) |
You could be low on memory in Windows for a couple reasons. First being that you have a large number of processes running and are low on virtual memory. You could check and if necessary increase the ... |
Topic: Dear developers |
mikeC130
Replies: 6
Views: 5164
|
Forum: CMUD General Discussion Posted: Mon Sep 02, 2019 10:01 pm Subject: Dear developers |
As has been noted in several threads, the code cannot be "opened," as much of it has been licensed from other vendors, and is not the property of zuggsoft. Quite possibly this prevents them from dro ... |
Topic: Russian (and possibly other non-English) language broken |
mikeC130
Replies: 5
Views: 6547
|
Forum: CMUD General Discussion Posted: Fri Aug 24, 2018 5:41 pm Subject: Russian (and possibly other non-English) language broken |
Pretty much no chance of that. Even if he wanted to release his code for it, he uses modules from other vendors for which he purchased licenses to use. He would be unable to publish those elements o ... |
Topic: Russian (and possibly other non-English) language broken |
mikeC130
Replies: 5
Views: 6547
|
Forum: CMUD General Discussion Posted: Thu Aug 23, 2018 3:36 pm Subject: Russian (and possibly other non-English) language broken |
All CMUD development ended several years ago, so yes, any changes that were hoped for can be considered abandoned. |
Topic: Mapping Issues - Separate Zones |
mikeC130
Replies: 2
Views: 4391
|
Forum: CMUD General Discussion Posted: Tue Jul 24, 2018 1:11 pm Subject: Mapping Issues - Separate Zones |
You can manually delete the link, as shalimar suggested, but it may be useful to find out exactly how it happened, as it can cause issues with both your old and new zone map. When you teleported, did ... |
Topic: Time stamps in lines |
mikeC130
Replies: 4
Views: 9768
|
Forum: zMUD General Discussion Posted: Tue Dec 26, 2017 7:41 pm Subject: Time stamps in lines |
Development of zMUD ended over 10 years ago, so there won't be any features added at this point. |
Topic: How do I show a list as a number? |
mikeC130
Replies: 2
Views: 5604
|
Forum: CMUD General Discussion Posted: Mon Nov 06, 2017 7:39 pm Subject: How do I show a list as a number? |
Try %numitems() |
Topic: #COND XML issue |
mikeC130
Replies: 1
Views: 4984
|
Forum: CMUD General Discussion Posted: Tue Aug 15, 2017 6:02 pm Subject: #COND XML issue |
#COND is only used from the command line to create a new condition. Using it as a command WITHIN a trigger will cause it to add that as a new condition every time that line executes.
Delete that c ... |
Topic: #show and #color |
mikeC130
Replies: 3
Views: 6788
|
Forum: CMUD General Discussion Posted: Tue Jul 18, 2017 5:40 pm Subject: #show and #color |
You could try including the color command in the command itself.
#SAY %ansi(blue) blah blah
This is per the CMUD command reference for #SAY. It should work for #SHOW as well.
http://forums.z ... |
Topic: How to send escape key to mud? |
mikeC130
Replies: 6
Views: 10996
|
Forum: CMUD General Discussion Posted: Fri Jun 23, 2017 10:34 pm Subject: How to send escape key to mud? |
Ah, what you have here then are two questions. The first question isn't about CMUD itself, but about the software you are using to access CMUD remotely. I would check that software's documentation t ... |
Topic: How to send escape key to mud? |
mikeC130
Replies: 6
Views: 10996
|
Forum: CMUD General Discussion Posted: Thu Jun 22, 2017 9:54 pm Subject: How to send escape key to mud? |
The #SENDRAW command should do it for you, using ascii code 27 for the escape key. So, you'd make an alias with the command #SENDRAW %char(27). Executing the alias would then send an escape characte ... |
|