|
Stephen2 Newbie
Joined: 26 Oct 2003 Posts: 7 Location: Australia
|
Posted: Sun Mar 07, 2004 5:38 am
Easy? mapping question. |
I have read the Help files etc.. And cannot get the auto mapper to work! Perhaps I am missing something..
My output is:
A Path from the Plains <--- NAME
You are travelling on an old overgrown path leading away from the plains
north of Seringale. The path doesn't look like it is used very often, but a
trail through it has been relatively well kept. Small rocks and stones lie
scattered in the grass. South of here leads back into the plains, while the
pathway northwards leads into a valley occupied by elves.
---DESC
[Exits: north south] <--- EXITS
<123hp 142m 156mv 1023tnl 1595gp 1pm field> <--- PROMPT
I have added in some arrows, hope it's obvious!
I cannot get ZMud to recognize exits/create any rooms?
ZMud 7.03 on Windows 98
Thanks! |
|
|
|
Stephen2 Newbie
Joined: 26 Oct 2003 Posts: 7 Location: Australia
|
Posted: Sun Mar 07, 2004 5:40 am |
Oh yeah, and I use my own trigger sets/configuration (.MUD file), but I couldn't quite work out what the "View/Directions" should look like...
My MUD has only the six standard directions (nsewud)
Ta. |
|
|
|
Stephen2 Newbie
Joined: 26 Oct 2003 Posts: 7 Location: Australia
|
Posted: Sun Mar 07, 2004 5:56 am |
Getting closer here:
#tr {~[Exits: (*)~]} {#tag exit}
There's something not quite right still.. It won't detect Room Name now.
That's just the first line after a move/look... |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Mar 07, 2004 10:25 am |
You muds output doesn't require any tag triggers. The autoconfigure wizard should pick up everything perfectly. If you want to help it along put [Exits: in the "Exitline keyword" box and check the "Exitline contains key". It shouldn't need any more help then that.
|
|
|
|
Stephen2 Newbie
Joined: 26 Oct 2003 Posts: 7 Location: Australia
|
Posted: Sat Mar 13, 2004 12:26 am |
Sorry, it simply doesn't work with autoconfigure, even with "[Exits:" in the Exits box.
The auto configure does NOT detect exits! It detects the room name correctly, but no exits..
Do I have to set up north/south etc.. as Directions? If so, how do I do this?
I have turned 'brief' mode on, and tried not capturing room descs, here is my output:
<123hp 142m 141mv 1023tnl 1297gp 12pm hills> n
Grassy plains
[Exits: north east south]
<123hp 142m 151mv 1023tnl 1297gp 1pm hills>
NO DICE! Any suggestions? Here is my config:
Room Name TICKED
Name Paragraph 1
Name Start Line 0
Match Room name at start of line TICKED
Room Exits TICKED
Exits Paragraph 0
Exits Start Line 1
Exit line contains key TICKED
Exit line after keyword: [Exits:
MUD Prompt
Auto Prompt detect TICKED
Complex Prompt TICKED
Allow string> prompt TICKED
Prompt Char <
Prompt trigger pattern:
^<d+w+ d+w+ d+w+ d+w+ d+w+ d+w+ >s+
PERL regular expression TICKED
Wait for prompt in SLOW speedwalking TICKED
Allow blank line to trigger speedwalking as prompt TICKED
Any suggestions, please? |
|
|
|
|
|