Author |
Message |
Topic: Why are you still using ZMUD? |
Rolly
Replies: 30
Views: 59855
|
Forum: zMUD General Discussion Posted: Sat Jun 26, 2010 2:30 am Subject: Why are you still using ZMUD? |
Simple My CMud sends messages like "connection reset by peer" and access violations trying to write to protected addresses etc. when I'm in the middle of a big fight and I have to quit and reopen CMu ... |
Topic: Reading one string list to another |
Rolly
Replies: 2
Views: 5417
|
Forum: zMUD General Discussion Posted: Sat Jun 26, 2010 2:21 am Subject: Reading one string list to another |
Thanks it was easier than I thought it would be. |
Topic: Reading one string list to another |
Rolly
Replies: 2
Views: 5417
|
Forum: zMUD General Discussion Posted: Thu Jun 24, 2010 11:41 pm Subject: Reading one string list to another |
Here is what I want to do. I have a stringlist with all my enemies (@EnemyList) on it. I have a stringlist with people I saw in my room (@PeopleHere). I want to compare @PeopleHere to @EnemyList an ... |
Topic: capturing lists sepparated by comma and space to string lists |
Rolly
Replies: 3
Views: 5502
|
Forum: CMUD General Discussion Posted: Sun Aug 24, 2008 5:46 pm Subject: capturing lists sepparated by comma and space to string lists |
Thaks, it works very well! I can now do free actions with a group of people in the same room |
Topic: capturing lists sepparated by comma and space to string lists |
Rolly
Replies: 3
Views: 5502
|
Forum: CMUD General Discussion Posted: Fri Aug 22, 2008 11:04 pm Subject: capturing lists sepparated by comma and space to string lists |
There must be a neat way to do this. I want to have a trigger state that follows the line from the "who here" command in Achaea:
so the first trigger should be {You see the following people here:}
... |
Topic: Button doesn't work |
Rolly
Replies: 3
Views: 7669
|
Forum: CMUD General Discussion Posted: Sun Mar 30, 2008 3:15 pm Subject: Button doesn't work |
Ya that will get me one step closer... |
Topic: Button doesn't work |
Rolly
Replies: 3
Views: 7669
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 4:05 am Subject: Button doesn't work |
Hi, I made a button so that if slow walk is paused, I can push it and #step is sent to the MUD which should resume walking. It does not and as a matter of fact the entire remaining path is sent to th ... |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Sat Mar 22, 2008 4:50 pm Subject: capturing names |
Thanks for your patience, I got it working! |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Sat Mar 22, 2008 1:03 pm Subject: capturing names |
Thanks for everything so far but I see no way of creating a #cond as a top line statement. I can create a trigger state under the trigger but that is a fuction and i don't get the choice of having an ... |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Sat Mar 22, 2008 3:30 am Subject: capturing names |
Didn't work. I changed $list to $line and the changed the #replace functionand ended up with this but still won't compile...
#TRIGGER {You see the following people here:}
#COND {*} {List = "";#C ... |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Sat Mar 22, 2008 2:47 am Subject: capturing names |
Still nothing. |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Sat Mar 22, 2008 2:27 am Subject: capturing names |
There is one more right bracket than left. should another left one be added or remove a right? |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Sat Mar 22, 2008 2:02 am Subject: capturing names |
I'm sorry but it still doesn't work. |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Fri Mar 21, 2008 11:27 pm Subject: capturing names |
Maybe i am missing somthing but it doesn't look like a variable is actually being created. Doesn't the #Forall command need to reference a variable of some sort? |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Fri Mar 21, 2008 11:20 pm Subject: capturing names |
Thanks for the help. I've never seen this before but it kind of makes sense to me. Since there is no actual work to be done to the trigger line, the first set empty braces make sense. However does ... |
Topic: capturing names |
Rolly
Replies: 17
Views: 19081
|
Forum: CMUD General Discussion Posted: Fri Mar 21, 2008 7:13 pm Subject: capturing names |
When doing a WHO HERE command in Achaea I am sent a list of names sepparated with commas and spaces with my name at the end. I want to enemy the people on the list very quickly (except myself of cour ... |
Topic: Buttons disappear |
Rolly
Replies: 3
Views: 5532
|
Forum: CMUD General Discussion Posted: Wed Mar 05, 2008 2:02 am Subject: Buttons disappear |
no, I have several buttons in the same class that stay. Also all of my classes that are turned on and off are done so with aliases. These buttons seem to show up again sometimes when I press another ... |
Topic: Buttons disappear |
Rolly
Replies: 3
Views: 5532
|
Forum: CMUD General Discussion Posted: Tue Mar 04, 2008 1:50 am Subject: Buttons disappear |
I sometimes loose buttons when I push them. They often come back when I push a different button. Sometimes several disappear before any come back. When I close the CMud window and reopen with a new ... |
Topic: Macro not seeing variable |
Rolly
Replies: 2
Views: 5550
|
Forum: CMUD General Discussion Posted: Mon Jan 07, 2008 12:48 am Subject: Macro not seeing variable |
Never mind, I got it. There was a copy of the variable in another package. |
Topic: Macro not seeing variable |
Rolly
Replies: 2
Views: 5550
|
Forum: CMUD General Discussion Posted: Sun Jan 06, 2008 11:53 pm Subject: Macro not seeing variable |
I should say that the macro and variable are both in the same package. |
Topic: Macro not seeing variable |
Rolly
Replies: 2
Views: 5550
|
Forum: CMUD General Discussion Posted: Sun Jan 06, 2008 11:25 pm Subject: Macro not seeing variable |
I have a macro:
stand
concentrate
#if (@EnemyType = Single) {jpk @PrimeEnemy}
sdk @PrimeEnemy
ucp @PrimeEnemy
ucp @PrimeEnemy
in my function key. It seems pretty buggy. If I press the ma ... |
Topic: variable within a variable |
Rolly
Replies: 2
Views: 5431
|
Forum: CMUD General Discussion Posted: Thu Dec 27, 2007 12:37 am Subject: variable within a variable |
That works perfectly! Thanks so much! |
Topic: variable within a variable |
Rolly
Replies: 2
Views: 5431
|
Forum: CMUD General Discussion Posted: Wed Dec 26, 2007 4:30 am Subject: variable within a variable |
Hi, I'm playing a Monk in Achaea and have a rather puzzling problem. I'm sure I could do this differently but it might be fun for you guys to play around with. I've never seen this posted but maybe ... |
Topic: Trigger not compiling |
Rolly
Replies: 5
Views: 10512
|
Forum: CMUD General Discussion Posted: Tue Dec 25, 2007 2:14 pm Subject: Trigger not compiling |
Actually I had to include the period and get rid of the ? to get it to work.
Thanks for the help. It got me pointed in the right direction. |
Topic: Trigger not compiling |
Rolly
Replies: 5
Views: 10512
|
Forum: CMUD General Discussion Posted: Sun Dec 23, 2007 11:51 pm Subject: Trigger not compiling |
It didn't work at all and I added a period. Now I get:
ERROR: Trigger (%w) says, ~"Choke (%w).~"$ fired but did not compile |
|