OLC question( Im a stupid newbie so please help out)

Posted by Kenshou on Thu 05 Jul 2001 06:47 AM — 3 posts, 16,694 views.

#0
I cant figure out what command to use to make a NEW area file I found the commands for editing and prototyping but not making a NEW one
Australia #1
I think you just use rassign to assign rooms to a player, then have that player SAVE AREA (or whatever it is).
Australia Forum Administrator #2
The help for rassign seems to agree with that...


RASSIGN MASSIGN OASSIGN
Syntax: rassign
        oassign 
        massign

> Steps for creating a new area from scratch;
> 1. checkvnum rooms   low_vnum hi_vnum
>    checkvnum objects low_vnum hi_vnum
>    checkvnum mobs    low_vnum hi_vnum
>     (make sure the vnums don't overlap another area)
> 2. rassign (person) low_vnum hi_vnum
>    massign (person) low_vnum hi_vnum
>    oassign (person) low_vnum hi_vnum
> 3. mset (person) aloaded yes
> 4. goto low_vnum
>    goto hi_vnum
> 5. savea
> 6. save
> 
> This should create a new area listed as '{PROTO} (Person)'s area in
> progress', with the file name '(person).are' and it should load up after
> rebooting the MUD with 'loadarea' or 'loadarea (person).are' if it's not
> your area.
NEVER do this to someone who has an area assigned to them. This would
change the range for the area they have assigned and wipe out the area.