Author |
Message |
Topic: Dying hard disk |
Arminas
Replies: 6
Views: 14747
|
Forum: CMUD General Discussion Posted: Sun Feb 27, 2011 7:01 pm Subject: Dying hard disk |
The hard disk itself should still be under warranty though. I'd look up the serial number on the manufacturer's website and see if I could send it in for a new one. |
Topic: Cmud doesnt open the main client window |
Arminas
Replies: 12
Views: 21388
|
Forum: CMUD General Discussion Posted: Sat Dec 11, 2010 1:18 am Subject: Cmud doesnt open the main client window |
Also, how come every time i export my settings as xml and then load it to a default/blank session and save it as a package it's kb worth is less than my previous .pkg file that i exported that xml fro ... |
Topic: #if and string variables |
Arminas
Replies: 2
Views: 5873
|
Forum: CMUD General Discussion Posted: Sat Dec 04, 2010 12:43 am Subject: #if and string variables |
#if (@lefthand != "none")
{
#wait 3200
put @lefthand in hun sack
} |
Topic: [3.32] Bug when calling a function using @{} when the function calls an alias. |
Arminas
Replies: 4
Views: 8204
|
Forum: CMUD General Discussion Posted: Fri Dec 03, 2010 11:47 pm Subject: [3.32] Bug when calling a function using @{} when the function calls an alias. |
Apologies, I was a little tired when I made the post.
I have corrected the original post by adding '"F1()"' to the correct spot in the test alias.
I have also changed the {""} in the #print command ... |
Topic: [3.32] Bug when calling a function using @{} when the function calls an alias. |
Arminas
Replies: 4
Views: 8204
|
Forum: CMUD General Discussion Posted: Fri Dec 03, 2010 3:00 am Subject: [3.32] Bug when calling a function using @{} when the function calls an alias. |
Basically if you call a function that contains an alias using '#call @{"Function()"}' everything within the called function will execute Except any aliases.
In fact I found this bug because I was con ... |
Topic: Suggestion: Change to %upper and %lower |
Arminas
Replies: 21
Views: 26891
|
Forum: CMUD Beta Forum Posted: Fri Sep 03, 2010 12:26 am Subject: Suggestion: Change to %upper and %lower |
Just use the other one. \\\\ |
Topic: Mark rooms to avoid when using #walk |
Arminas
Replies: 5
Views: 10026
|
Forum: zMUD General Discussion Posted: Sun Aug 15, 2010 11:22 pm Subject: Mark rooms to avoid when using #walk |
All marking the do not enter box does is put a very large number into the room cost box. |
Topic: Capturing Color codes to variable |
Arminas
Replies: 6
Views: 9813
|
Forum: zMUD General Discussion Posted: Sun Aug 15, 2010 11:20 pm Subject: Capturing Color codes to variable |
Well, if you could give us some examples of the ones that do NOT work, a picture or preferably some code or both maybe someone can help more. |
Topic: 3.22a DragonRealms %numwords(%gsl(m)) returning a weird count. |
Arminas
Replies: 3
Views: 8800
|
Forum: CMUD Beta Forum Posted: Sun Aug 15, 2010 11:02 pm Subject: 3.22a DragonRealms %numwords(%gsl(m)) returning a weird count. |
Numwords does have an option to count multiple spaces as a single space now.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<alias name="test" ... |
Topic: cmud uses path dirs when sprinting on map |
Arminas
Replies: 1
Views: 5229
|
Forum: CMUD General Discussion Posted: Fri Aug 13, 2010 12:23 am Subject: cmud uses path dirs when sprinting on map |
Sounds like your DirectionsDiag class is missing, changed, or disabled. |
Topic: #print / #gag |
Arminas
Replies: 10
Views: 11773
|
Forum: CMUD General Discussion Posted: Tue Aug 03, 2010 1:29 am Subject: #print / #gag |
You mean like maybe how <?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<alias name="Test" copy="yes">
<value>#show {1 ... |
Topic: Movement Queue |
Arminas
Replies: 4
Views: 8277
|
Forum: CMUD General Discussion Posted: Wed Jul 28, 2010 5:55 pm Subject: Movement Queue |
Not that I can find, or remember.
It's amazing that I recalled the #QUEUE command. |
Topic: Movement Queue |
Arminas
Replies: 4
Views: 8277
|
Forum: CMUD General Discussion Posted: Tue Jul 27, 2010 2:57 pm Subject: Movement Queue |
[[#QUEUE]] Should do what you want. |
Topic: [3.22] BUG: Oninput trigger calling alias with #send doubles output. |
Arminas
Replies: 6
Views: 9757
|
Forum: CMUD Beta Forum Posted: Tue Jul 27, 2010 2:46 pm Subject: [3.22] BUG: Oninput trigger calling alias with #send doubles output. |
Experiencing the same behavior with 3.22 both sets of tests were with pro.
Yes I am using a blank session. |
Topic: [3.22] BUG: Oninput trigger calling alias with #send doubles output. |
Arminas
Replies: 6
Views: 9757
|
Forum: CMUD Beta Forum Posted: Tue Jul 27, 2010 2:33 pm Subject: [3.22] BUG: Oninput trigger calling alias with #send doubles output. |
Confirmed, but very strange.
If you add the obligatory, to me at least, #noinput to the first line of the oninput trigger it doesn't happen.
It took me a few times running through the steps in m ... |
Topic: 3.22 aliases&variables becoming no longer visible internally |
Arminas
Replies: 16
Views: 23166
|
Forum: CMUD Beta Forum Posted: Mon Jul 12, 2010 11:55 pm Subject: 3.22 aliases&variables becoming no longer visible internally |
Actually, it used to fail for me sometimes.
IF I recall correctly I made a macro that printed to the screen my aliases would start working again if I hit that macro.
I'm certain that I wrote a bug ... |
Topic: Turn off triggers within a class |
Arminas
Replies: 8
Views: 13587
|
Forum: CMUD General Discussion Posted: Fri Jul 09, 2010 9:38 pm Subject: Turn off triggers within a class |
About the best way you are going to be able to handle that is to actually name your triggers.
Then make a function that either turns on or off the trigger based on its name. Something like the foll ... |
Topic: upgrade 6.16 to any new version |
Arminas
Replies: 12
Views: 19895
|
Forum: zMUD General Discussion Posted: Fri Jul 09, 2010 3:26 pm Subject: upgrade 6.16 to any new version |
Probably so.
You will just need to send them an email asking, all they can do is say no, and they might say yes.
Personally I suggest upgrading to CMud anyway. |
Topic: Help With #ALARM Script |
Arminas
Replies: 2
Views: 6857
|
Forum: zMUD General Discussion Posted: Fri Jul 09, 2010 3:20 pm Subject: Help With #ALARM Script |
Just give the alarm a name. Then use #untrig name.
#ALA testa {5:00} {#show {Fired.}} altest
// Creates an alarm named testa that will fire every 5 minutes with ... |
Topic: [321B] MXP <DEST...></DEST> ingnoring X VALUE |
Arminas
Replies: 3
Views: 6210
|
Forum: CMUD Beta Forum Posted: Tue Jun 29, 2010 5:14 pm Subject: Bug Confirmed |
Here is the script altered for testing.
To try it out simply paste it into an empty session and type wintest <xvalue>.
So if you wanted to see the default that he has here of 6 type wintest ... |
Topic: Delaying multiple commands in a trigger for autofight class |
Arminas
Replies: 10
Views: 16268
|
Forum: CMUD General Discussion Posted: Mon Jun 28, 2010 5:16 pm Subject: Delaying multiple commands in a trigger for autofight class |
It looks like then that your @exitdir variable could contain a null value. Before the send command try adding #delitem exitdir "".
#delitem exitdir ""
#send %item(@exitdir, %random( ... |
Topic: %format |
Arminas
Replies: 3
Views: 6432
|
Forum: CMUD General Discussion Posted: Sat Jun 26, 2010 1:51 pm Subject: %format |
#SHOW %format("&.0n",1000)
#SHOW %format("&.0n",13000)
It is there in the documentation. It just isn't that plain in the example given. |
Topic: Prompt issue |
Arminas
Replies: 2
Views: 6364
|
Forum: CMUD General Discussion Posted: Thu Jun 10, 2010 3:15 pm Subject: Prompt issue |
It sounds like you have done one of two things.
1. You accidentally entered a mud specific command to change your prompt.
2. You accidentally created a #substitute trigger that is replacing your p ... |
Topic: Breakthrough for v3.19!! |
Arminas
Replies: 8
Views: 10631
|
Forum: CMUD Beta Forum Posted: Wed Jun 09, 2010 7:48 pm Subject: Breakthrough for v3.19!! |
#call is the fast one.
#noop re-compiles each time it is run. |
Topic: Using #WAIT in a alias? |
Arminas
Replies: 3
Views: 8002
|
Forum: zMUD General Discussion Posted: Tue Jun 08, 2010 7:07 pm Subject: Using #WAIT in a alias? |
Since this is Zmud we kinda frown on most usages of #wait. But I believe it should work fine here.
#forall {w|w|s|s|s|w|w|w|n|n|w|touch triangle} {#send {%i}}
#wait 10000
#forall {w|w|nw} {#send ... |
|