Author |
Message |
Topic: Rotating multi-row trigger possible? |
mikeC130
Replies: 4
Views: 571
|
Forum: CMUD General Discussion Posted: Wed Oct 05, 2022 7:22 pm Subject: Rotating multi-row trigger possible? |
If you are searching for the peak, it only needs to look at the first row that holds any asterisks (unless you have very broad and slowly rising/falling peaks). Once you've captured that, you ignore ... |
Topic: License retrieval |
mikeC130
Replies: 2
Views: 675
|
Forum: CMUD General Discussion Posted: Tue Aug 30, 2022 11:50 am Subject: License retrieval |
Chiara monitors the bulletin board, and so should be responding here shortly. In the meantime, make sure you've checked your spam folders, in case your ISP decided not to deliver any emails from zugg ... |
Topic: paid for CMud, didn't get anything :( |
mikeC130
Replies: 7
Views: 1225
|
Forum: Website or Forum problems Posted: Fri Aug 12, 2022 7:24 pm Subject: paid for CMud, didn't get anything :( |
A couple things. First, going to the store page, do you see your purchase? If so, you should be able to click on it and request a new key be sent to the email used to purchase it in the first place. ... |
Topic: using temp variables / #local to create new variable and/or update variables |
mikeC130
Replies: 5
Views: 1068
|
Forum: CMUD General Discussion Posted: Tue Aug 09, 2022 7:19 pm Subject: using temp variables / #local to create new variable and/or update variables |
Glad you got it worked out. The use of the exec function is a bit of black magic to me - I can read through and figure out what it MEANS, but I am not nearly knowledgeable enough in the workings of C ... |
Topic: using temp variables / #local to create new variable and/or update variables |
mikeC130
Replies: 5
Views: 1068
|
Forum: CMUD General Discussion Posted: Tue Aug 09, 2022 1:53 pm Subject: using temp variables / #local to create new variable and/or update variables |
There are a couple issues. First, as a general rule, just use your local variable $FixedIt for a single purpose - capturing and storing the variable name. Use other variables your math. Splitting i ... |
Topic: Please help with a complex(to me) trigger. |
mikeC130
Replies: 6
Views: 1832
|
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: 1832
|
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: 1832
|
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: 1431
|
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: 1218
|
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: 1814
|
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: 2651
|
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: 1418
|
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: 2549
|
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: 2505
|
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: 2921
|
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: 5185
|
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: 40576
|
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: 3083
|
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: 5624
|
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: 5666
|
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: 7426
|
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: 7426
|
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: 4719
|
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: 10414
|
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. |
|