|
killunix Beginner
Joined: 18 Nov 2007 Posts: 28
|
Posted: Sun Oct 04, 2009 1:18 pm
Three questions,help please |
1.How should I predefine or auto adjust the distance between two rooms? Because at the default of 100% view, many rooms crowed each other on the map.
2.How can configure auto label the room name instead Vnum when draw a map?
3.how delete some special sentence such as the sky description from the room description?
Thank you very much. |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Oct 04, 2009 4:14 pm |
1. Not sure you can do this with CMud. May need to use Zmapper instead. (this assumes you aren't trying to directly connect to the map DB to do it that way)
2. Can't, don't think even ZMapper can either. (this assumes you aren't trying to directly connect to the map DB to do it that way)
3. you didn't provide enough details about your room info and configuration/#tag triggers. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
killunix Beginner
Joined: 18 Nov 2007 Posts: 28
|
Posted: Sun Oct 04, 2009 4:58 pm |
MattLofton,Thanks.
Then 3d question like this:
Code: |
Road -
This is a very long road. You now walking on the road.
You now walking on the road.You now walking on the road.
You now walking on the road.
[sky]: This row shuld be deleted.
There are two exists: east,west. |
I need delete the row that include [sky] |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sun Oct 04, 2009 7:17 pm |
Probably the best way is to not store it at all by using the #TAG command. Remember you'll need to re-configure the mapper after you do this.
|
|
_________________ Asati di tempari! |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Mon Oct 05, 2009 2:43 am |
If there are specific phrases on their own line which you want to ignore in the room description, and there is a fairly limited number of such phrases, an alternative method of dealing with them is a trigger with an action of #NOMAP. This will tell the mapper to ignore the line matching the trigger.
|
|
|
|
|
|