|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Sun Feb 05, 2006 11:39 pm
Map Prompt Lines ..and speed problem |
Ok, there are these couple of rooms that have a room name, a very short description or no description at all.
Now, when i use speed walk with these rooms in the way, my prompt will do something like this:
[ 2220H 2074G 3500M ] <XP: 5805353> A Web-Choked Hallway
that is all a single line.
this seems to stop my little blue dot on my map in the last room i was in where the prompt and the room name were not a single line but two.
for instance:
[ 2220H 2074G 3502M ] <XP: 5805353> n
Passage to the Walkers.
First line is my prompt with my command (n), second line is the room desc
please can anybody help me with this?
I believe this is map and prompt related. |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Feb 06, 2006 2:53 am |
Maybe try a #PSUB on the end of your prompt to put in a carriage return?
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Mon Feb 06, 2006 9:20 pm |
Is there a way to fix this another way? maybe with options, i could not find one and that #psub i tried my best for it but it will sometimes take out lines and it still doesn't do the trick i wanted. also i don't quite understand what you mean #psub- end of my prompt -'to put in a carriage return'. i tried though. thanks.
basically, when i have this:
[ 2220H 2074G 3500M ] <XP: 5805353> A Web-Choked Hallway
the map is unhappy.
:( |
|
_________________ Old |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Feb 06, 2006 9:56 pm |
#trigger {(XP: %d)~>)} {#PSUB %concat(%1,%cr) %x1}
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Mon Feb 06, 2006 10:27 pm |
arrgh! It didn't work nooo
:(
hmm sorry it still didn't work im guessing carriage return and psub ain't going to help here.
got any other ideas? |
|
_________________ Old |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Mon Feb 06, 2006 10:30 pm |
Oh, I have this in the first post. i noticed this with rooms that have only one line-long description or no description at all. they only have a room name and the exits, however i do not know if this problem is due to this fact. *shrug*
|
|
_________________ Old |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Tue Feb 07, 2006 3:59 am |
:(
|
|
_________________ Old |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Tue Feb 07, 2006 4:26 am |
would #TAG help here? if it would could someone help me with tag?
|
|
_________________ Old |
|
|
|
Istroath Novice
Joined: 11 Feb 2005 Posts: 39
|
Posted: Tue Feb 07, 2006 2:22 pm |
first thing you should try is see if your mud alows a "newline" in your prompt usualy something like "\n" if you set your prompt with all the info you want in your prompt and then put a "newline" your prompt well always be on a line on its own and youll be able to set your prompt triggers useing the at begining ^ and at end $ of line locking your prompt down. so best thing to do if read about your prompt settings on your mud and find out how to set it up useing a newline once this is done youll find alot of problems just go away on there own
|
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Tue Feb 07, 2006 7:27 pm |
nope darn. that was some helpful information though.
i can speedwalk and have the prompt and room name on the same line and it will work, however
in some case with different circumstances it does not work properly.
Ok this is real good to look at here:
If the prompt and room name are on the same line AND the room description wasn't there it wouldn't work properly. Getting the prompt and roomname on the same line was because of how fast i would move.
When i put Automatic step confirmation on room name it acts like this on all the rooms. If automatic step confirmation is on 'match first line of room description' it works absolutely great, except in the previous case. (prompt-roomname, no description)
I'm a little leery about disabling automatic step confirmation. So if anyone knows a way to fix this, please please please let me know or hint me a trigger command or anything.
I would seriously appreciate this. greatly! |
|
_________________ Old |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Wed Feb 08, 2006 10:00 pm |
I STILL NEED HELP WITH THIS.
|
|
_________________ Old |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Feb 09, 2006 5:51 pm |
What about something like this then:
#trigger {(XP: %d)~>)(*)$} {#SUB {%1 ~>};#SH %crlf%2} |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Fri Feb 10, 2006 3:33 am |
hmm that trigger is not working... :( but is there a way to have the mapper notice the room
when the room name is on the same line as the prompt? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Feb 10, 2006 10:59 am |
Adjust the mapper configuration for detecting room names so that Match Name at end of line is checked, and Match Name at beginning of line is not checked.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Kheri_ Wanderer
Joined: 11 Oct 2005 Posts: 58
|
Posted: Fri Feb 10, 2006 5:58 pm |
bah :)
Thank You! :) works great of course. |
|
_________________ Old |
|
|
|
|
|