Author |
Message |
Topic: %portalenabled doesnot work! |
liujc
Replies: 0
Views: 2603
|
Forum: zMUD General Discussion Posted: Sun Mar 18, 2007 5:32 pm Subject: %portalenabled doesnot work! |
I want to disable all protales, so I write:
#loop %numzones( ) {#call %portalenabled( %concat( "pro_", %zonename( %i)), 0)}
My protale name is "pro_***". But it doesn't work! Is there somethi ... |
Topic: How to forbidden the "lost connect" dialog window show up? |
liujc
Replies: 1
Views: 3277
|
Forum: zMUD General Discussion Posted: Thu Mar 15, 2007 8:06 am Subject: How to forbidden the "lost connect" dialog window show up? |
Well, I know ho to do it. Thanks! |
Topic: How to forbidden the "lost connect" dialog window show up? |
liujc
Replies: 1
Views: 3277
|
Forum: zMUD General Discussion Posted: Thu Mar 15, 2007 7:38 am Subject: How to forbidden the "lost connect" dialog window show up? |
When I quit the zmud, the "lost connect" dialog will show up. And it will automaticly try to connect the zmud in 10 seconds. I don't want this dialog to show up. How to do that? |
Topic: How to send a command to zmud? |
liujc
Replies: 2
Views: 4321
|
Forum: zMUD General Discussion Posted: Sun Mar 11, 2007 5:28 pm Subject: How to send a command to zmud? |
It worked. Thanks! |
Topic: How to send a command to zmud? |
liujc
Replies: 2
Views: 4321
|
Forum: zMUD General Discussion Posted: Sun Mar 11, 2007 8:44 am Subject: How to send a command to zmud? |
When I try to buy something and input "list" command, a lot of goods show up, and here is my mud:
== not finished 52% == (ENTER next,q quit,b back)
I use:
#trig {ENTER next& ... |
Topic: Is this possible? |
liujc
Replies: 1
Views: 3180
|
Forum: zMUD General Discussion Posted: Fri Mar 09, 2007 1:46 am Subject: Is this possible? |
My mud has some rooms which can go to more than 1 rooms with the same command. For example:
Using "down" command, randomly two rooms can be arrived. The name and description are the same, but the e ... |
Topic: Is there a function which can set the "other command" for the direction |
liujc
Replies: 3
Views: 4773
|
Forum: zMUD General Discussion Posted: Fri Mar 09, 2007 12:56 am Subject: Is there a function which can set the "other command" for the direction |
Yes, %roomportal() is what I want!
Thanks! |
Topic: Is there a function which can set the "other command" for the direction |
liujc
Replies: 3
Views: 4773
|
Forum: zMUD General Discussion Posted: Thu Mar 08, 2007 7:37 am Subject: Is there a function which can set the "other command" for the direction |
When draw a map, we can use ">enter>e" to set "enter" command for the "e" direction. Is there a fuction which can set the command.
I didn't find it in the help file except "MakeRoom" command. ... |
Topic: Does zmud have a fuction to give the adjacent rooms' vnums? |
liujc
Replies: 3
Views: 4570
|
Forum: zMUD General Discussion Posted: Sun Mar 04, 2007 9:36 am Subject: Does zmud have a fuction to give the adjacent rooms' vnums? |
Well, I still don't find which %room function returns the vnums of adjacent rooms. Would you please tell me? |
Topic: About new directions in MUD |
liujc
Replies: 7
Views: 10010
|
Forum: zMUD General Discussion Posted: Sun Mar 04, 2007 8:24 am Subject: About new directions in MUD |
Of course, you can use #noop instead of #echo. |
Topic: Does zmud have a fuction to give the adjacent rooms' vnums? |
liujc
Replies: 3
Views: 4570
|
Forum: zMUD General Discussion Posted: Sun Mar 04, 2007 4:34 am Subject: Does zmud have a fuction to give the adjacent rooms' vnums? |
I have searched in the zmud help files and I didn't find the function.
For example: I have a room's vnum, and I want to know the adjacent rooms' vnums. Does zmud have a function to do this? |
Topic: About new directions in MUD |
liujc
Replies: 7
Views: 10010
|
Forum: zMUD General Discussion Posted: Sun Mar 04, 2007 4:28 am Subject: About new directions in MUD |
Well, I have successed in dealing with this.
Actually in zmud7.21, you can add the map direction as westup, northup, etc. I didn't notice that before.
But the automap still can't tell the northup o ... |
Topic: About new directions in MUD |
liujc
Replies: 7
Views: 10010
|
Forum: zMUD General Discussion Posted: Sun Mar 04, 2007 4:23 am Subject: About new directions in MUD |
That means you have to buy the zMapper to draw your map.
the zMapper is powerful than zmud 7.21's automapper, and the zMapper can be called by zmud 7.21. |
Topic: A question about automap |
liujc
Replies: 5
Views: 5809
|
Forum: zMUD General Discussion Posted: Sat Mar 03, 2007 5:20 pm Subject: A question about automap |
Well, I tried:
#direction op "su" s
#direction po "nd" n
and then I use the automap-> new configuration, the automap still can't tell the "southup" exit.
Then I tried:
#direction op "s ... |
Topic: A question about the variable array |
liujc
Replies: 4
Views: 5298
|
Forum: zMUD General Discussion Posted: Sat Mar 03, 2007 4:52 pm Subject: A question about the variable array |
thanks! |
Topic: How to use two database? |
liujc
Replies: 3
Views: 4250
|
Forum: zMUD General Discussion Posted: Sat Mar 03, 2007 4:51 pm Subject: How to use two database? |
Thanks a lot! |
Topic: A question about automap |
liujc
Replies: 5
Views: 5809
|
Forum: zMUD General Discussion Posted: Sat Mar 03, 2007 4:50 pm Subject: A question about automap |
Thanks a lot! |
Topic: Do zmud has a function which can watch an event or variable? |
liujc
Replies: 4
Views: 4993
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 5:00 pm Subject: Do zmud has a function which can watch an event or variable? |
Thanks a lot! |
Topic: A question about the variable array |
liujc
Replies: 4
Views: 5298
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 4:57 pm Subject: A question about the variable array |
Thank a lot, it works like:
#var %concat(weapon,@id) spear
I have another question. I use the data record as the variable:
#var %concat(weapon,@id,".npc") Master
#var %concat(weapon,@id, ... |
Topic: Do zmud has a function which can watch an event or variable? |
liujc
Replies: 4
Views: 4993
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 1:11 pm Subject: Do zmud has a function which can watch an event or variable? |
Just as the topic said. I want to watch a variable, for instance: @jump_flag. I have to write: #while (@jump_flag <> "success") {#wa 100}. But if there are some mistake during the program, there ... |
Topic: A question about the variable array |
liujc
Replies: 4
Views: 5298
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 12:58 pm Subject: A question about the variable array |
Since I found it's a little slow when using the database, I want to restore the needed information into a array variables. For example, store the weapons' name into: weapon1, weapon2, weapon3... and I ... |
Topic: A question about automap |
liujc
Replies: 5
Views: 5809
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 12:55 pm Subject: A question about automap |
If the exit is southup, northup(For example: southup is >su>s). And I want to write a trig to improve the automap detecting. How to write the trig? |
Topic: How to use two database? |
liujc
Replies: 3
Views: 4250
|
Forum: zMUD General Discussion Posted: Fri Mar 02, 2007 12:51 pm Subject: How to use two database? |
I tried to load two database, for example: npc.db and weapon.db. But it seems the zmud only support one database at the one time. I rewrote my program, closed the every database after used, but I foun ... |
|