Help with areas

Posted by Malti on Mon 24 Apr 2006 02:46 AM — 8 posts, 29,020 views.

USA #0
I am a little confused. I am running smaugFUSS and I hear a lot about wilderness and rooms. I am curious what the difference is between them? I am also curious what the 'map' function is in the Area Editor that you can add to a room. Finally, can anyone tell me how to link areas together? Like so I can go from vnum 10300 in acad.are to vnum 1200 in god.are (not that I would, just curious)?
USA #1
Wilderness? Where did you hear that? Smaug does not have that.

To link rooms, you use redit to make an exit link between two rooms. See help redit.
USA #2
Okay, thank you. What is the best way to go about making a rather large area. For instance, I want to make a large outdoor hunting zone, but have camps within the zone. I am hoping there is a way to do this rather then, hunting 1, hunting 2, hunting 3, etc.
USA #3
I suppose you could code in some sort of auto room generation system if you really needed to. Other than that, OLC or the Area Editor are your only options.
USA #4
Got a few more questions. The first is how do you do planes? I don't think planes.dat is implemented, so is there something else you can do for planes or just make a normal area that is a plane? Also, is there a way to do an instance? For instance, you can make an area, that only one group can be in and no one else can enter, but they can get thier own instance of the zone?
USA #5
I don't think the plane system was ever finished.

Yes, there would be a way. You may be able to do it with progs, considering you have the right ifchecks but you'll probably have to code in some extra content to handle that.
Canada #6
Yeah, I'm working on seperate zones for players myself, based upon the same area. The only way to do it is create an area using virtual rooms that's built based upon the main area when the player enters it, and then wipe those rooms when they leave it.

It's fairly advanced coding; you'd probably prefer just to make lots of seperate areas for players :)
USA #7
ok, so still not sure what the map function is for in area builder? anyone ever use it?