|
Htang Beginner
Joined: 20 Mar 2001 Posts: 24 Location: United Kingdom
|
Posted: Tue Feb 05, 2002 1:59 am
Mapper question |
I am trying to map my MUD
The format of output goes
[Room Name]
Description, followed by items on the same line (including doors)
Room lit or not
Monsters
Exits:
I can get the mapper to detect name, desc and exits perfectly when using autoconfigure, however if the room description ends in "is here." then it doesnt find the room description at all.
Anyone have ANY ideas why this wont work.
I have even tried #TR {(* is here.)} {#TAG %1 desc} to try and force the mapper to detect it, but to no avail. Any help greatly appreciated.
Htang |
|
|
|
Thandril Adept
Joined: 03 Dec 2000 Posts: 260
|
Posted: Tue Feb 05, 2002 9:48 am |
zMud and DGate don't get along really well together. If you use my plugin the plugin will give hints to the mapper that will help a lot. There are also several #NOMAP and #OK triggers you should add to make sure you get everything right. Check out the DGate boards for the sample there.
|
|
|
|
Htang Beginner
Joined: 20 Mar 2001 Posts: 24 Location: United Kingdom
|
Posted: Tue Feb 05, 2002 3:04 pm |
I already use the plugin, and i have all the #ok, #nomap and #nodir triggers setup. They all work fine, except for the fact it wont map room descriptions ending in "is here."
|
|
|
|
|
|