Author |
Message |
Topic: Show CMUD Colors |
Ghedemonas
Replies: 5
Views: 30294
|
Forum: Finished MUD Scripts Posted: Mon Mar 30, 2009 10:20 pm Subject: Show CMUD Colors |
Ok - I'll put it there - it might work with zmud, too ..... |
Topic: cmud colours |
Ghedemonas
Replies: 6
Views: 13572
|
Forum: CMUD General Discussion Posted: Mon Mar 30, 2009 9:32 pm Subject: cmud colours |
You might be interested in the following script ...
http://forums.zuggsoft.com/forums/viewtopic.php?t=33120&start=0&postdays=0&postorder=asc&highlight= |
Topic: Show CMUD Colors |
Ghedemonas
Replies: 5
Views: 30294
|
Forum: Finished MUD Scripts Posted: Mon Mar 30, 2009 8:10 pm Subject: Show CMUD Colors |
The following script is displaying the different colors that one can chose in a more or less sorted manner.
Command 1: ShowCWColors Colors for #cw Command
Command 2: ShowANSIColors Colors fo ... |
Topic: #tag problem - Reverse of %s? |
Ghedemonas
Replies: 3
Views: 7081
|
Forum: CMUD General Discussion Posted: Tue Jan 27, 2009 7:37 pm Subject: #tag problem - Reverse of %s? |
Hi, I solved it as follows - I tried the regex but I fear I have no experience with it, so I failed ..
Instead, I found a "walkaround" without regex.
Thanks nontheless ReedN!
<trigger name="Ro ... |
Topic: #tag problem - Reverse of %s? |
Ghedemonas
Replies: 3
Views: 7081
|
Forum: CMUD General Discussion Posted: Fri Jan 09, 2009 12:10 am Subject: #tag problem - Reverse of %s? |
Hi,
my rooms are captured by the following pattern: &Roomname ~[&Roomexits~] (e.g. Throneroom [n,e,move throne]).
I have a problem as some special items in the rooms cause errors in the capt ... |
Topic: Automapper Comparison |
Ghedemonas
Replies: 7
Views: 11552
|
Forum: CMUD General Discussion Posted: Tue Jan 06, 2009 6:43 pm Subject: Automapper Comparison |
Thanks alot Gamma_ray and Vijilante! |
Topic: Automapper Comparison |
Ghedemonas
Replies: 7
Views: 11552
|
Forum: CMUD General Discussion Posted: Sun Jan 04, 2009 10:22 pm Subject: Automapper Comparison |
Here are some examples:
Dark Cave (Abyssal) [d]
Joining Room [n,ne,se,s,w,nw,u]
Small Cavern [se,crack,in]
and so on ....
- Several non-standard exits are hidden and son't appear in the re ... |
Topic: Automapper Comparison |
Ghedemonas
Replies: 7
Views: 11552
|
Forum: CMUD General Discussion Posted: Sun Jan 04, 2009 12:31 am Subject: Automapper Comparison |
Gamma Ray's script works nicely, it just spoils the non-standards (replacing letters as requested for standard exits) .... I'll Try Vijilante's script tomorrow ...
I'll post some outputs tomorrow - c ... |
Topic: Automapper Comparison |
Ghedemonas
Replies: 7
Views: 11552
|
Forum: CMUD General Discussion Posted: Sat Jan 03, 2009 12:57 am Subject: Automapper Comparison |
Hi,
I'm trying to make a script that compares if the exits in the current room have been changed and to inform me which changes have been made. It's very rough and basic atm ...
I store my roomexi ... |
Topic: Automapper & #TAG Problems w/ Armageddon MUD |
Ghedemonas
Replies: 12
Views: 21729
|
Forum: zMUD General Discussion Posted: Tue Dec 16, 2008 8:44 pm Subject: Automapper & #TAG Problems w/ Armageddon MUD |
The following two alternatives work:
#TR {^&Mapper.Roomname%s~[&%x{Mapper.Roomexits}{| (*)}~]{|%s}$}
OR
#TR {^&Mapper.Roomname%s~[&%x{Mapper.Roomexits}{| Quit| Save| Leave}{| Quit ... |
Topic: confused and frustrated |
Ghedemonas
Replies: 2
Views: 5526
|
Forum: CMUD General Discussion Posted: Fri Jun 20, 2008 11:52 pm Subject: confused and frustrated |
I am not sure if the following helps the problem - it will be easier if you give complete example triggers and variables.
You can also describe what you want to achieve ...
Anyways: You can either ... |
Topic: [2.26] %btncol() ID not working |
Ghedemonas
Replies: 2
Views: 6350
|
Forum: CMUD General Discussion Posted: Fri Jun 20, 2008 11:39 pm Subject: [2.26] %btncol() ID not working |
#noop was indeed a leftover from the Zmud days ... #call did the trick!
Thanks! |
Topic: Numbers |
Ghedemonas
Replies: 8
Views: 12633
|
Forum: CMUD General Discussion Posted: Fri Jun 20, 2008 10:57 pm Subject: Numbers |
It seems the usage in 2.27+ changed
from
@WordToNum(one thousand, two hundred and twenty one)
to
@WordToNum("one thousand, two hundred and twenty one")
I pinpointed the problem to t ... |
Topic: WordToNum(): Converting a word number (twenty-three) to a numeric number (23) |
Ghedemonas
Replies: 7
Views: 23757
|
Forum: Finished MUD Scripts Posted: Fri Jun 20, 2008 10:46 pm Subject: WordToNum(): Converting a word number (twenty-three) to a numeric number (23) |
CMUD Update see Main thread |
Topic: Matching triggers containing variables in variables |
Ghedemonas
Replies: 10
Views: 13430
|
Forum: CMUD General Discussion Posted: Fri Jun 20, 2008 9:41 pm Subject: Matching triggers containing variables in variables |
Ok, that i smy first try with no nested variables ... clumsy but working :)
Next will come a nested one with the code provided by Caled ...
^{@{Damages.AHitsB_Advance}|}{| }({You|you|Your|your|@Mo ... |
Topic: [2.26] Copy to of a Folder between packages causes CMUD to freeze / does nothing |
Ghedemonas
Replies: 1
Views: 5383
|
Forum: CMUD General Discussion Posted: Sun Jun 08, 2008 12:08 am Subject: [2.26] Copy to of a Folder between packages causes CMUD to freeze / does nothing |
Error Description:
In the Package Editor, when copying Folders between 2 packages (differently named and in differend windows folders), CMUD freezes / does nothing (during the 2nd copy)
Activity: ... |
Topic: [2.26] Database Variable related? Bug that causes Invalid Pointer Operations and |
Ghedemonas
Replies: 1
Views: 5428
|
Forum: CMUD General Discussion Posted: Sat Jun 07, 2008 10:56 pm Subject: Invalid Pointer Error Message |
date/time : 2008-06-08, 00:46:10, 921ms
computer name :
user name : <admin>
registered owner :
operating system : Windows XP Service Pack 2 build 2600
system langua ... |
Topic: [2.26] Database Variable related? Bug that causes Invalid Pointer Operations and |
Ghedemonas
Replies: 1
Views: 5428
|
Forum: CMUD General Discussion Posted: Sat Jun 07, 2008 10:55 pm Subject: [2.26] Database Variable related? Bug that causes Invalid Pointer Operations and |
Errors:
00644762 - 0000004
- 0000014
00644BBB - 0000024
- 0000058
0064474A - 0000008
These error messages appear ca. 10-fold
After that sometimes an out-o ... |
Topic: [2.26] System / _Tempmap |
Ghedemonas
Replies: 8
Views: 11595
|
Forum: CMUD General Discussion Posted: Sat Jun 07, 2008 10:32 pm Subject: [2.26] System / _Tempmap |
Sure:
The error ought to be from somewhere around 2.18 though - That is when I started reporting it but I did not know the source
Access violation at address 00DB86FC in module 'cMUD.exe'.
Read o ... |
Topic: [2.26] System / _Tempmap |
Ghedemonas
Replies: 8
Views: 11595
|
Forum: CMUD General Discussion Posted: Sat Jun 07, 2008 9:51 pm Subject: [2.26] System / _Tempmap |
Error Code 00DB86FC - 6d706876
43414268
Temporary trigger that is created by the mapper?
Pattern (Example, matches Roomnames): Intersection of Northwest Outer ... |
Topic: [2.26] Disappearing Buttons |
Ghedemonas
Replies: 4
Views: 7557
|
Forum: CMUD General Discussion Posted: Fri Jun 06, 2008 7:07 pm Subject: [2.26] Disappearing Buttons |
Similar problem here:
The button sometimes disapears when it is clicked on (push button), and reappears when I click on another button.
Here is the code:
<button name="ButtonRegen" autosiz ... |
Topic: [2.26] %btncol() ID not working |
Ghedemonas
Replies: 2
Views: 6350
|
Forum: CMUD General Discussion Posted: Fri Jun 06, 2008 7:01 pm Subject: [2.26] %btncol() ID not working |
Only Priority number seems to be working for me (confirmed with other buttons):
Not Working:
#if (%ismember("n",@Mapper.Compassdir)) {#say yes;#noop %btncol(ButtonCompassN,black,green)} {#say no;# ... |
Topic: [2.26] There must be at least one field. |
Ghedemonas
Replies: 16
Views: 23883
|
Forum: CMUD General Discussion Posted: Fri Jun 06, 2008 4:31 pm Subject: [2.26] There must be at least one field. |
Second possibility to reach it:
- Go in Package editor
- Open a package that has also a Main window
- Close the first Main window
-> Fault appears.
I did the following to repair it:
I ... |
Topic: Matching triggers containing variables in variables |
Ghedemonas
Replies: 10
Views: 13430
|
Forum: CMUD General Discussion Posted: Sun May 11, 2008 4:20 pm Subject: Matching triggers containing variables in variables |
Thanks for that ... I'll take a look in it and post what I find outspeedwise and such! |
Topic: Matching triggers containing variables in variables |
Ghedemonas
Replies: 10
Views: 13430
|
Forum: CMUD General Discussion Posted: Sun May 11, 2008 10:56 am Subject: Matching triggers containing variables in variables |
Thanks Vijilante - I wish for a fast recovery and that it is not too bad! |
|