Author |
Message |
Topic: Show / Showp doesn't work |
raviden
Replies: 1
Views: 5464
|
Forum: CMUD General Discussion Posted: Tue Jul 04, 2017 4:15 am Subject: Show / Showp doesn't work |
Suddenly they stopped working in triggers -
#win "windowname" TEXT
works,
#sh TEXT
doesn't. Looks like it tries to send it to incorrect window perhaps? Can anyone assist with fixing th ... |
Topic: Problem with GMCP |
raviden
Replies: 7
Views: 12008
|
Forum: CMUD General Discussion Posted: Sat Jul 11, 2015 2:27 pm Subject: Problem with GMCP |
Daern: that's what I was thinking about, however I do have the possibility to contact the mud creators and ask them to fix something with the mud output, if the error lies there - I do not see such th ... |
Topic: Problem with GMCP |
raviden
Replies: 7
Views: 12008
|
Forum: CMUD General Discussion Posted: Sat Jul 11, 2015 1:35 am Subject: Problem with GMCP |
GMCP trigger:
<trigger type="GMCP" priority="4040" newline="false" prompt="true" id="404">
<pattern>objects</pattern>
<v ... |
Topic: Problem with GMCP |
raviden
Replies: 7
Views: 12008
|
Forum: CMUD General Discussion Posted: Fri Jul 10, 2015 4:34 pm Subject: Problem with GMCP |
Daern: that does not explain, why the same happens when I receive objects.nums data - I'll paste an example as soon as I'm back home from work, so you can see, but basicly:
Objects have two subpack ... |
Topic: Problem with GMCP |
raviden
Replies: 7
Views: 12008
|
Forum: CMUD General Discussion Posted: Fri Jul 10, 2015 1:58 am Subject: Problem with GMCP |
Hi,
I have a problem with GMCP, when the %gmcp variable is not assigned correctly by CMUD. I have no idea what could be the reason (if its mud-related, or cmud bug) - could someone help?
For exa ... |
Topic: Recurring Trigger Set to False after X seconds |
raviden
Replies: 1
Views: 4904
|
Forum: CMUD General Discussion Posted: Thu Aug 28, 2014 5:54 pm Subject: Recurring Trigger Set to False after X seconds |
You can add second state or do alarm that sets the value after some time in the main trigger.
Depends how is the trigger 'triggered'. |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2014 6:03 pm Subject: Keeping MUD color through #SUB |
No, sorry:
<27>[1z<27>[0m<27>[0m<27>[22;38;5;154m(TEXT).<27>[K
vs
<27>[1z(TEXT).<27>[K
It makes sense why there is no color in second line. How ... |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Wed Aug 27, 2014 5:58 pm Subject: Keeping MUD color through #SUB |
- |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Tue Aug 26, 2014 8:26 pm Subject: Keeping MUD color through #SUB |
It seems it's not from previous line. No idea why not colouring while #capture then:
<27>[0m<27>[22;35mText
<27>[0m<27>[22;38;5;68mText2 <27>[0m<27>[35;1mText3
... |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Tue Aug 26, 2014 8:11 pm Subject: Keeping MUD color through #SUB |
Another problem (last one I didn't solve ofc):
The CMUD colours the line properly, but when i #CAPTURE the line into other window, the colour inherited from previous line, that was painting beginni ... |
Topic: Lost package data |
raviden
Replies: 3
Views: 9841
|
Forum: CMUD General Discussion Posted: Sun Aug 24, 2014 7:56 pm Subject: Lost package data |
Any idea how to prevent that from happening in the future? I've started keeping 5 backup files just to be safe, but would rather not risk another loose of my scripts |
Topic: Lost package data |
raviden
Replies: 3
Views: 9841
|
Forum: CMUD General Discussion Posted: Sat Aug 23, 2014 10:16 am Subject: Lost package data |
I've opened .pkg file with SQLite editor - the settings are missing in there. |
Topic: Lost package data |
raviden
Replies: 3
Views: 9841
|
Forum: CMUD General Discussion Posted: Sat Aug 23, 2014 9:52 am Subject: Lost package data |
Hi,
suddenly, some of my triggers / aliases etc. dissapeared from my package. I can see that they are still in the .pkg file (when i open it with notepad), still they are not visible in cMUD.
Trie ... |
Topic: If Cmud is no longer being developed... |
raviden
Replies: 29
Views: 63059
|
Forum: CMUD General Discussion Posted: Wed Aug 20, 2014 7:43 pm Subject: If Cmud is no longer being developed... |
Since the program is no longer developed, the price could go down a tad ;)
40$'s a lot... |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Fri Aug 08, 2014 3:30 pm Subject: Keeping MUD color through #SUB |
Sorry, I don't know where in that example I can find color data and how to use it properly. |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Thu Aug 07, 2014 10:17 pm Subject: Keeping MUD color through #SUB |
I used the second one for exit #tagging (Colour trigger), however I have no idea how can I capture ansi / xterm code and use that in %ansi, since I dont see where the code is located in the text.
C ... |
Topic: mapper - how to to remove water directions from automap |
raviden
Replies: 1
Views: 4058
|
Forum: CMUD General Discussion Posted: Wed Aug 06, 2014 10:38 pm Subject: mapper - how to to remove water directions from automap |
Try something like this: (basic example this needs to be modified properly!)
Western Rohan(*)
#tag exit (%1)
You can also #sub or #psub part of the string where you have 'bad' exits. |
Topic: Problem with alarms |
raviden
Replies: 2
Views: 6952
|
Forum: CMUD General Discussion Posted: Wed Aug 06, 2014 10:22 pm Subject: Problem with alarms |
It suddenly, magicly started working btw ;) No changes made by myself. |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Wed Aug 06, 2014 10:17 pm Subject: Keeping MUD color through #SUB |
What do you mean by 'color position'?
Coloring myself is not an option, the same line can be coloured by MUD in different colors, depending on data I do not have myself.
I do need to replace whole ... |
Topic: Keeping MUD color through #SUB |
raviden
Replies: 10
Views: 23350
|
Forum: CMUD General Discussion Posted: Mon Aug 04, 2014 5:14 pm Subject: Keeping MUD color through #SUB |
Hey,
the mud is providing some text with color (ansi/xterm). I'd like to keep that color unchanged while subbing the text. Is there a way to do that? |
Topic: 2 CMUD's problems |
raviden
Replies: 6
Views: 9775
|
Forum: CMUD General Discussion Posted: Sun Aug 03, 2014 9:12 am Subject: 2 CMUD's problems |
1. Use substitute trigger to change directions into easy-to-read directions (f.e. ==> N S W E). And then make trigger for that already substituted line tagging it as exit (#tag exit).
But overal ... |
Topic: 2 CMUD's problems |
raviden
Replies: 6
Views: 9775
|
Forum: CMUD General Discussion Posted: Sun Aug 03, 2014 9:12 am Subject: 2 CMUD's problems |
1. Use substitute trigger to change directions into easy-to-read directions (f.e. ==> N S W E). And then make trigger for that already substituted line tagging it as exit (#tag exit).
But overal ... |
Topic: Problem with alarms |
raviden
Replies: 2
Views: 6952
|
Forum: CMUD General Discussion Posted: Fri Aug 01, 2014 11:40 am Subject: Problem with alarms |
Hey,
I've created a function, that returns random value between $min and $max:
<func name="random_alarm" id="781">
<value>$temp = %random($min, $max)
$temp = %replace(%float(%flo ... |
Topic: Mapper question |
raviden
Replies: 5
Views: 6577
|
Forum: CMUD General Discussion Posted: Sun Dec 04, 2011 11:49 pm Subject: Mapper question |
Oh, i forgot about other lines. That are not relevant to mapping.
After exit line there is a line showing objects present in room. Next few lines could be lines explaining current ongoing combat.
... |
Topic: Mapper question |
raviden
Replies: 5
Views: 6577
|
Forum: CMUD General Discussion Posted: Sun Dec 04, 2011 9:17 pm Subject: Mapper question |
Room info:
^Room name.$
^Room exits line.$ (or this line doesn't exist if there is no visible room exits)
^> (prompt)
Examples:
1.
This is dark room.
>
2.
Inside big house.
You ... |
|