|
parrotslave Wanderer
Joined: 01 Jul 2002 Posts: 81 Location: USA
|
Posted: Thu Jun 26, 2003 5:53 am
Looking for a Faster Way |
I am trying to turn this map into a map for zmud using zmapper. It is taking a very long time to create.
http://homepage.ntlworld.com/stevet2/Pics/BigSUR.gif
Could there be a feature that lets you create of a basic grid of rooms in a size you specifiy, like 100 x 100, so you can then go in and customize it and link it to other zones?
Thanks! |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 26, 2003 8:20 pm |
I wasn't able to access your gif file link.
You could do something like this pretty easily within zMUD itself using the map scripting. Use a nested #LOOP command and then use the #MAKEROOM command to create a room. Turn on the Autoconnect All option in the Map properties and each room should get linked to the surrounding rooms as they are created.
Right now you can't do any programming/scripting within zMapper...it is a graphical interface only. For programming you still use the zMUD scripting. |
|
|
|
parrotslave Wanderer
Joined: 01 Jul 2002 Posts: 81 Location: USA
|
Posted: Fri Jun 27, 2003 3:27 am |
Many Thanks!
Your suggestion worked great!
One more question regarding room types.
I made a room type for rivers. I don't want to walk into a river during a speed walk. Is there a quick way to make the entire river category 'Do Not Enter' rooms? I have been going into the properties of each room and marking it by hand up until now.
Thanks again! |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Jun 27, 2003 11:38 am |
Use %roomcost to set the cost to 2147483647. This is what zMUD sets it to when you select the Do Not Enter option.
|
|
|
|
|
|