Author |
Message |
Topic: Mapping issues with CMUD |
zilch
Replies: 10
Views: 7835
|
Forum: CMUD General Discussion Posted: Sun Jan 29, 2023 5:50 pm Subject: Mapping issues with CMUD |
I understand but that IS the ID for the button/script/etc, the ID referred to in the xml is used for CMUD's internal data table if I am not mistaken. This is probably created dynamically, either at cr ... |
Topic: Mapping issues with CMUD |
zilch
Replies: 10
Views: 7835
|
Forum: CMUD General Discussion Posted: Sun Jan 29, 2023 3:55 am Subject: Mapping issues with CMUD |
I use auto-detect prompt and it seems to work.
<1075/1055hp 1350/1350m 665/665mv (HY) - 897 - 6,535,101tnl>
Auto prompt detect
Complex prompt
Allow string> prompt
< is my prompt cha ... |
Topic: Mapping issues with CMUD |
zilch
Replies: 10
Views: 7835
|
Forum: CMUD General Discussion Posted: Sat Jan 28, 2023 3:00 pm Subject: Mapping issues with CMUD |
Does it support MSDP? Ours sends exit data over msdp chanel also..just a thought |
Topic: How to capture a mob short description as a trigger? |
zilch
Replies: 3
Views: 3858
|
Forum: CMUD General Discussion Posted: Sat Jan 28, 2023 12:39 pm Subject: How to capture a mob short description as a trigger? |
I have been working on something similar to track target data.
You will need a string list keyword_blacklist to store words you want removed.
//Init $keywords to stop compiler errors
#LOCAL $ ... |
Topic: Mapping issues with CMUD |
zilch
Replies: 10
Views: 7835
|
Forum: CMUD General Discussion Posted: Fri Jan 27, 2023 9:46 pm Subject: Mapping issues with CMUD |
I had some trouble with the mapping at first also. Mostly the same thing you're describing. I had to switch to "use first line of room description" so it didn't get confused with 3 rooms in a row wi ... |
Topic: Scripting Question - Gauges |
zilch
Replies: 1
Views: 2374
|
Forum: CMUD General Discussion Posted: Fri Jan 27, 2023 12:17 pm Subject: Think I fixed it |
When I added the #SORT affects it started working correctly
Also moved some out of the #LOOPDB so that it updates everything at once
#LOCAL $newAffects
// Format newAffects data recieved from ... |
Topic: Scripting Question - Gauges |
zilch
Replies: 1
Views: 2374
|
Forum: CMUD General Discussion Posted: Thu Jan 26, 2023 10:29 pm Subject: Scripting Question - Gauges |
Accidentally posted this in beta forum so I'll repost here.
Setting up an affects bar and having some issues. The code works fine, but when the gauges are refreshed there is a 1/4 second freeze. ... |
Topic: Scripting Question - Gauges |
zilch
Replies: 0
Views: 1871
|
Forum: CMUD Beta Forum Posted: Thu Jan 26, 2023 10:18 pm Subject: Scripting Question - Gauges |
Setting up an affects bar and having some issues. The code works fine, but when the gauges are refreshed there is a 1/4 second freeze. Is this from UI refreshing gauges or something in my code?? A ... |
|