Author |
Message |
Topic: which kind of mud client can run in linux, but can load zmud's ,mud file in it? |
lucas
Replies: 2
Views: 7591
|
Forum: zMUD General Discussion Posted: Thu Jul 16, 2009 3:54 am Subject: which kind of mud client can run in linux, but can load zmud's ,mud file in it? |
which kind of mud client can run in linux, but can load zmud's ,mud file in it? |
Topic: How to use database in 721? |
lucas
Replies: 5
Views: 6634
|
Forum: zMUD General Discussion Posted: Tue Jun 23, 2009 5:10 pm Subject: How to use database in 721? |
so,
/*most important thing */
Remember that you need to have the database window open. |
Topic: How to use database in 721? |
lucas
Replies: 5
Views: 6634
|
Forum: zMUD General Discussion Posted: Tue Jun 23, 2009 4:35 pm Subject: How to use database in 721? |
hi
the code does work.
#var ttemp
#DBLOAD quest721
#sh %query( (&key=qwe), ALL)
ttemp=%db( %query( (&key=qwe), ALL), key)
#sh @ttemp
#sh in query.....
#DBCLOSE quest721
it prints ... |
Topic: How to use database in 721? |
lucas
Replies: 5
Views: 6634
|
Forum: zMUD General Discussion Posted: Tue Jun 23, 2009 8:35 am Subject: How to use database in 721? |
I have my database window open.
then use your code,
the result is
0qu|1qu|2qu|3qu
what is wrong with it? |
Topic: How to use database in 721? |
lucas
Replies: 5
Views: 6634
|
Forum: zMUD General Discussion Posted: Mon Jun 22, 2009 1:56 pm Subject: How to use database in 721? |
so,
How to use database in 721?
I wirte simple code to query some value, but it does not work!
#DBLOAD quest
#sh %query(&key=@digits_1, value)
#DBCLOSE quest
quest is the db name creat ... |
Topic: can directly use database in zmud462? |
lucas
Replies: 3
Views: 5436
|
Forum: zMUD General Discussion Posted: Mon Jun 22, 2009 5:33 am Subject: can directly use database in zmud462? |
so,
How to use database in 721?
I wirte simple code to query some value, but it does not work!
#DBLOAD quest
#sh %query(&key=@digits_1, value)
#DBCLOSE quest
quest is the db name creat ... |
Topic: can directly use database in zmud462? |
lucas
Replies: 3
Views: 5436
|
Forum: zMUD General Discussion Posted: Sat Jun 20, 2009 4:33 pm Subject: can directly use database in zmud462? |
I need to query sth in database.
how to use database in zmud462?
use dde or plugin?
any idea is ok! |
Topic: why 721 support unicode badly, so bad, why? |
lucas
Replies: 2
Views: 4523
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 12:06 pm Subject: why 721 support unicode badly, so bad, why? |
work out the 462 ex version
please !@@@@@ |
Topic: why slow walk does not synchronized? |
lucas
Replies: 5
Views: 7768
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 12:05 pm Subject: why slow walk does not synchronized? |
I want to swear!!!!!!!!!!!!!!!!!!!!!!!
I use #wa 1000
I am idiot, silly |
Topic: why slow walk does not synchronized? |
lucas
Replies: 5
Views: 7768
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 11:55 am Subject: why slow walk does not synchronized? |
yes, zmud721 support #unt, but not 462 |
Topic: why slow walk does not synchronized? |
lucas
Replies: 5
Views: 7768
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 11:48 am Subject: why slow walk does not synchronized? |
to Vijilante:
could you generate the different name of class IDroom, such as IDroom1, IDroom2 ....
Is there such code can do that?
Or, is there some function in zmud 462 can delete a declared t ... |
Topic: how to execute the variable directly? |
lucas
Replies: 4
Views: 7076
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 10:36 am Subject: how to execute the variable directly? |
#var path_36; /*the content of path_36 is e;e;e;s;s;*/
I want to walk along the var path_36.
Notice I do not use slow walking.
maybe, I wonder if I can send the content of the variable to mud ... |
Topic: why slow walk does not synchronized? |
lucas
Replies: 5
Views: 7768
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 10:23 am Subject: why slow walk does not synchronized? |
surely, event based is the asynchronized.
Because I will record all the place description in the mud world.each destionation should have the unique feather to enable the IDroom, that will lead to ... |
Topic: how to synchronize the slow walk? |
lucas
Replies: 1
Views: 3944
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 9:22 am Subject: how to synchronize the slow walk? |
by the way, I have to use zmud 4.62 to solve this problem. |
Topic: how to synchronize the slow walk? |
lucas
Replies: 1
Views: 3944
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 9:20 am Subject: how to synchronize the slow walk? |
#TRIG {I love you} {#sl @path_36; id here}
/*for example: the content of path_36 is e;n;e;s;*/
I hope when there is "I love you" on the screen, my robot will go to the destination and then does ... |
Topic: why slow walk does not synchronized? |
lucas
Replies: 5
Views: 7768
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2008 9:03 am Subject: why slow walk does not synchronized? |
the aim I want to implemented is : I want to go to the destination (which is saved in the variable), then do a command such as "id here"
this is my tirgger code:
#var path_36; /*the content of path_ ... |
|