Author |
Message |
Topic: time formatting not working? |
shalimar
Replies: 15
Views: 3707
|
Forum: CMUD General Discussion Posted: Sun Jun 22, 2025 3:54 am Subject: time formatting not working? |
if the value for those increments is 0, they don't show
this is expected behavior |
Topic: download trouble |
shalimar
Replies: 6
Views: 2087
|
Forum: zMUD General Discussion Posted: Wed May 14, 2025 11:56 am Subject: download trouble |
Stand-alone antivirus software is often more trouble than it's worth these days, so yes, it well could be. |
Topic: leading space after prompt on CR+LF |
shalimar
Replies: 4
Views: 1705
|
Forum: CMUD General Discussion Posted: Fri May 09, 2025 2:43 pm Subject: leading space after prompt on CR+LF |
I would just insert the carriage return client side instead.
Something like this should work:
<trigger priority="10" newline="false" prompt="true" id="10&qu ... |
Topic: using match and a string list off a pattern match |
shalimar
Replies: 7
Views: 2227
|
Forum: CMUD General Discussion Posted: Fri May 02, 2025 12:38 pm Subject: using match and a string list off a pattern match |
That adds no new information.
You are overcomplicating things.
There is no need for you to use both %ismember and %match here.
One or the other will get the results you seek.
also, remember to ... |
Topic: New data capture, line item changes, need help please |
shalimar
Replies: 4
Views: 1669
|
Forum: CMUD General Discussion Posted: Thu May 01, 2025 4:05 am Subject: New data capture, line item changes, need help please |
or give it an ID and toggle it on and off as needed with
#T+ ID
#T- ID |
Topic: using match and a string list off a pattern match |
shalimar
Replies: 7
Views: 2227
|
Forum: CMUD General Discussion Posted: Thu May 01, 2025 3:16 am Subject: using match and a string list off a pattern match |
ditch all the quote marks, you only need those when passing a string, you want these values to evaluate
also, you only need %ismember, %match essentially expects a trigger pattern, which you arent pr ... |
Topic: New data capture, line item changes, need help please |
shalimar
Replies: 4
Views: 1669
|
Forum: CMUD General Discussion Posted: Thu May 01, 2025 3:15 am Subject: New data capture, line item changes, need help please |
Could just toss the pipes back in as literal characters, might need to escape them out ~| |
Topic: New data capture, line item changes, need help please |
shalimar
Replies: 4
Views: 1669
|
Forum: CMUD General Discussion Posted: Mon Apr 28, 2025 1:16 am Subject: New data capture, line item changes, need help please |
Unless you have a table with a similar output, you might be able to simplify to a single trigger state
<trigger priority="544960" repeat="true" id="54496">
&l ... |
Topic: Binocular button in maps sends "look" to mud. Magnifying glass does nothing. |
shalimar
Replies: 1
Views: 941
|
Forum: CMUD General Discussion Posted: Wed Apr 23, 2025 9:24 pm Subject: Binocular button in maps sends "look" to mud. Magnifying glass does nothing. |
The magnifying glass will send a #LOOK command, to reset the room description (if the map is in mapping mode).
The binoculars send the #FIND command, which will try to match the output of a 'look' ... |
Topic: MXP links in #SAYs |
shalimar
Replies: 5
Views: 1939
|
Forum: CMUD General Discussion Posted: Wed Apr 23, 2025 1:57 pm Subject: MXP links in #SAYs |
Try using %cr instead of <BR>? |
Topic: MXP links in #SAYs |
shalimar
Replies: 5
Views: 1939
|
Forum: CMUD General Discussion Posted: Tue Apr 22, 2025 2:15 pm Subject: MXP links in #SAYs |
Not crazy at all, you can even do it in-line:
#TR {(your special phrase)} {#SUB {<send 'default command|command2|command3' 'mouseOver|titles|are shorter'>%1</send>}} |
Topic: round to round iunt adjusting per round... |
shalimar
Replies: 5
Views: 1971
|
Forum: CMUD General Discussion Posted: Thu Apr 17, 2025 3:27 pm Subject: round to round iunt adjusting per round... |
I'm not sure how that is adding anything new to the problem?
Where the other variables get declared, doesn't matter, so long as the values are correct at runtime. (which you can test with #PRINT)
... |
Topic: lost command bar |
shalimar
Replies: 1
Views: 962
|
Forum: zMUD General Discussion Posted: Wed Apr 16, 2025 1:25 pm Subject: lost command bar |
right click in the main window
window options
show command line |
Topic: round to round iunt adjusting per round... |
shalimar
Replies: 5
Views: 1971
|
Forum: CMUD General Discussion Posted: Wed Apr 16, 2025 10:50 am Subject: round to round iunt adjusting per round... |
skxprd=(@skxprd+@gxprd)
Would be doing what you expect. |
Topic: round to round iunt adjusting per round... |
shalimar
Replies: 5
Views: 1971
|
Forum: CMUD General Discussion Posted: Tue Apr 15, 2025 7:50 pm Subject: round to round iunt adjusting per round... |
If you add two static values, the sum will stay the same every time.
Are the two values supposed to be changing?
You didnt give any triggers to show how.
Not enough information to go on. |
Topic: unbold %ansi without reset |
shalimar
Replies: 3
Views: 1507
|
Forum: CMUD General Discussion Posted: Mon Apr 14, 2025 8:19 pm Subject: unbold %ansi without reset |
Honestly, i think thats just a quirk of the ansi coloring system.
Have you tried migrating to MXP?
#SAY <color gray>This is gray</color> <color green> This is some green with a ... |
Topic: how to capture an amount and add it to the status windo |
shalimar
Replies: 3
Views: 1537
|
Forum: CMUD General Discussion Posted: Thu Apr 10, 2025 12:40 pm Subject: how to capture an amount and add it to the status windo |
#TR {~((%d)~) a quest chit} {questChit=%1}
then you can edit your #STW object to use @questChit |
Topic: Multi Line Capture |
shalimar
Replies: 10
Views: 3236
|
Forum: CMUD General Discussion Posted: Thu Apr 10, 2025 1:05 am Subject: Multi Line Capture |
Local variables get flushes automatically with the closing curly brace.
but for a standard variable list:
itemList=%null
will clear it, or you can use #UNVAR to delete it
You can also give the ... |
Topic: Multi Line Capture |
shalimar
Replies: 10
Views: 3236
|
Forum: CMUD General Discussion Posted: Wed Apr 09, 2025 3:08 am Subject: Multi Line Capture |
<trigger priority="539480" id="53948">
<pattern>You are currently holding:</pattern>
<value>//Reset stuff goes here, if needed</value>
&l ... |
Topic: Multi Line Capture |
shalimar
Replies: 10
Views: 3236
|
Forum: CMUD General Discussion Posted: Wed Apr 09, 2025 3:02 am Subject: Multi Line Capture |
okay, so $var indicates a #LOCAL @var
i.e, a variable that only exists within the {brackets} it is defined in
very handy for data you don't need to save past the now and is only being defined for ... |
Topic: Multi Line Capture |
shalimar
Replies: 10
Views: 3236
|
Forum: CMUD General Discussion Posted: Tue Apr 08, 2025 5:17 am Subject: Multi Line Capture |
The trigger type of within lines, along with param, tell it that the condition is active until x lines have printed to the screen before the trigger state updates.
The #STATE command is playing off t ... |
Topic: Multi Line Capture |
shalimar
Replies: 10
Views: 3236
|
Forum: CMUD General Discussion Posted: Tue Apr 08, 2025 4:26 am Subject: Multi Line Capture |
Here is the XML of a trigger:
<trigger priority="539480" id="53948">
<pattern>You are currently holding:</pattern>
<trigger type="Within Lines& ... |
Topic: timer to levelling |
shalimar
Replies: 6
Views: 2007
|
Forum: CMUD General Discussion Posted: Mon Apr 07, 2025 3:17 pm Subject: timer to levelling |
Basically, you wanna convert both dates into pure seconds, do basic math on the seconds, then convert the sum, back into an easy read span.
The latter of which i helped do in a [url=http://forums.zug ... |
Topic: time formatting not working? |
shalimar
Replies: 15
Views: 3707
|
Forum: CMUD General Discussion Posted: Mon Apr 07, 2025 3:15 pm Subject: time formatting not working? |
I think you are just missing a closing brcket for the while?
Did you use the check syntax (ctrl+k) option under the Editor menu? |
Topic: timer to levelling |
shalimar
Replies: 6
Views: 2007
|
Forum: CMUD General Discussion Posted: Mon Apr 07, 2025 3:02 pm Subject: timer to levelling |
#SAY %time
defaults to:
Monday April 7, 2025 11:07:56 am
or you can make ity output according to your needs
#FORALL {a|d|m|y|e|c|t|h|n|s|z} {#SH %i: %time(%i) | %time(%i%i) | %time(%i%i%i) | % ... |
|