Author |
Message |
Topic: Walk Location System |
Grumpy
Replies: 47
Views: 48520
|
Forum: CMUD General Discussion Posted: Thu Dec 06, 2007 8:45 am Subject: Walk Location System |
That would be a great script! One suggest for an additional feature would be to walk through all rooms matching the room name in one specficed zone.
Actually I have tried once to do a similar scri ... |
Topic: Some ADO trouble with MySQL |
Grumpy
Replies: 1
Views: 3463
|
Forum: zMUD General Discussion Posted: Sun Dec 10, 2006 11:00 am Subject: Some ADO trouble with MySQL |
I am having trouble inserting/updating items into my MySQL database. Following the ADO help page I setup my MS SQLServer fine. When I open the recordset with the sql select command in MySQL it seems f ... |
Topic: Problem inserting into Database |
Grumpy
Replies: 1
Views: 2986
|
Forum: zMUD General Discussion Posted: Thu Sep 28, 2006 2:09 pm Subject: Problem inserting into Database |
I current insert into my database (SQL Server) through the use of recordsets, like:
#VAR rs("Name").Value @item.name
#CALL @rs.Update
but whenever the item name contains speci ... |
Topic: Relative speed of these two triggers? |
Grumpy
Replies: 2
Views: 3401
|
Forum: zMUD General Discussion Posted: Fri Jul 28, 2006 3:52 pm Subject: Relative speed of these two triggers? |
I am trying to highlight even hours on my prompt, i've two triggers which can do this:
1. one using #IF (%mod( %1, 2)=0) {#CW 10} to test for even from ~.(%d)hr. match.
2. the other matching ~.{0| ... |
Topic: Problem accessing alias in subdirectory |
Grumpy
Replies: 1
Views: 2994
|
Forum: zMUD General Discussion Posted: Wed Jul 26, 2006 11:38 am Subject: Problem accessing alias in subdirectory |
Why does this work:
#VAR dbitemrs @Conn.Execute( "SELECT * FROM Items WHERE Name = '%0'")
#ECHO dbitemrs.GetString
while the two sets below do not?
1.
#VAR FL/dbitemrs @Conn.Execute( "SELECT * ... |
Topic: Regex help. |
Grumpy
Replies: 2
Views: 4192
|
Forum: zMUD General Discussion Posted: Sun Apr 23, 2006 2:44 am Subject: Regex help. |
Thanks, that worked. |
Topic: Regex help. |
Grumpy
Replies: 2
Views: 4192
|
Forum: zMUD General Discussion Posted: Sat Apr 22, 2006 11:16 pm Subject: Regex help. |
I'm trying to match a line which looks something like this:
[ Ogre ] <PK> [KNIGHT] Thandaeus Grogellehorn the Vengeance of the Forest
[ Elf ] <PK> (Outcast) (Wanted) Cam ... |
Topic: Command line history problem |
Grumpy
Replies: 0
Views: 2784
|
Forum: zMUD General Discussion Posted: Sun Apr 16, 2006 10:57 am Subject: Command line history problem |
How come ZMud does not remember any commands of 2 or less characters? Is that a way so that two character commands are remembered in history? |
Topic: Macro with control key does not work |
Grumpy
Replies: 2
Views: 4138
|
Forum: zMUD General Discussion Posted: Tue May 25, 2004 1:10 am Subject: Macro with control key does not work |
yes it worked! thank you Thank you! |
Topic: Macro with control key does not work |
Grumpy
Replies: 2
Views: 4138
|
Forum: zMUD General Discussion Posted: Mon May 24, 2004 12:35 pm Subject: Macro with control key does not work |
When I set my macros of a combination of the control key and a letter nothing happens. But the control key with a letter still does bring out the zMUD default assignments. The alt key macros work fine ... |
|