erasing zones make planets and planet list code

Posted by Phobos on Tue 16 Oct 2007 11:29 PM — 9 posts, 35,121 views.

#0
Ok now my last post went really well so im gunna see if yall can help me out with this. My goal is to erase all the zones on a smaug and make planets. I know that some of the zones will erase with no problem but i also know some of them are coded in rather extensivly. So if anyone can explain how i would go about making a set of vnum into a planet please let me pick your brain. Also if someone could explain how i would go about making a planet list where the command to see the list of planets would be planets please leave that as well.

I thank you all for extenting your knowledge out to me in advance
USA #1
Here is a list of what you can't remove in Smaug:
http://webhome.idirect.com/~helspawn/smaug/olc-start.html#eraseall
#2
Seeing that im modifying it to be an SWR changing these area will not effect my mud i am just wondering how i would go about making a zone of vnum into a planet

Like if i have 1 - 500 for vnum how would i set it as say Earth or whatever

I'm eventually going to make space like the stuff inbetween planets so i need to be able to have the planets seperated from each other. When i give vnum to a person the area is placed in my building folder now would i just rename the file Earth.are and make the name in the arealst then i know the planet list will have to be coded in but first thing is to make the planets into areas.

#3
Why not download the SMAUG version of SWR?
www.fussproject.org/

However, you will then also be limiting yourself to only people who know about SWR muds, which is less than the SMAUG community at the moment.

Your choice. SWR on fussproject is still SMAUG based, so you will still probably get support behind coding, its just the commands you wont.

--------------------------

Other than that, to change an area's name etc you would use the aset command.
USA #4
Quote:
Seeing that im modifying it to be an SWR changing these area will not effect my mud

No, that's not true. The MUD makes a lot of assumptions about special vnums, that serve a very specific purpose like new-player-room, after-death-room, special object vnums (blood, corpses, coins, puddles and so forth). So you really can't just go deleting stuff willynilly without knowing exactly what you are doing.

If you will allow me to give some advice, let me suggest that you start simple: learn the ropes of basic SMAUG administration before you go on to completely taking everything out and making all new stuff. Be 100% comfortable with creating, editing and even deleting areas before you do anything special. You need to learn to walk before you want to run, or even jog. Trust me, it might be frustrating to have to slow down at first, but you will save yourself a lot of time in the long run. :)
#5
Ok well then i how do i install an area after its made so i can start walking well mabey not that far guess so i can crawl
#6
Ok well like if say helix is assigned 200 - 300 vnum and it shows helix.are in the area folder but not in the area list how would i go about making it as an area in the mud so it would show as whatever i would want to name it
USA #7
Normally you assign vnums to somebody. They do whatever they do to build those. When they're done, you use the command 'install'. That moves the area to the right place. Don't forget to look up help files, e.g. the ones on this site:
http://www.gammon.com.au/forum/?wiki=installarea

In general, you don't want to manually be moving files around in the file system. Use the in-game commands to administer the system.
#8
ok the install gave me a little problem i have been able to install an area but now i am having trouble being able to make areas separated for assignment...

Like since my chat is Helix i have an area helix.are
so i installed helix.are <Mountains>

Then my next area was Lakes so i had helix.are <lakes>

all of the areas are shown as helix.are so how would i assign lakes to someone instead of assigning the first helix.are in the list?

Thank you all for the help that has been provided thus far and if you could help me with this i would be most greatfull.