 |
Bromax Wanderer
Joined: 03 Jan 2002 Posts: 66
|
Posted: Sun Jun 01, 2008 4:25 am
Mapper following issues |
I usually walk in safe mode but randomly the mapper will not follow....two things occur when I enter a room...either:
Prompt>
Roomname
or
Prompt> Roomname
The second case causes the mapper not to follow.....but only sometimes. I was mudding earlier today and no problems......right now...problems. =P
Any ideas? |
|
|
 |
harley Apprentice
Joined: 05 Apr 2008 Posts: 121
|
Posted: Sun Jun 01, 2008 4:28 am |
most muds allow a carriage return you can add in your prompt..
i suppose a simple fix would be
Code: |
#tr {Prompt>} {%cr} |
but i'm sure someone better than me will be able to help |
|
|
 |
Fang Xianfu GURU

Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sun Jun 01, 2008 6:06 am |
Open your map configuration options and on the Configuration -> Room Name tab, uncheck "Match Room Name at Start of Line"
Also, out of curiosity, could you open the script debugger, enable the "i" messages (raw input/output) and then get the MUD to send you a few prompts? This is normally caused by your MUD not sending proper telnet codes, but there was a bug where sometimes it'd do this even when the codes have been sent properly. It's supposed to be fixed, but it's wise to check. |
|
|
 |
|
|