Category:ROOMS(BuilderInfo)

From CoffeeMud Wiki
Jump to navigation Jump to search
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Builder Information=
Basics Praetor     Player Support     Commands     Zapper Masks Advanced Races     Classes     Abilities     Socials     Scripting    
Building Behaviors     Properties     Areas     Rooms     Exits     Items     Mobs Systems Achievements     Crafting     Help Info     Ships     Planes of Existence     Quests     Triumphs    

Rooms are the places MOBs go to in the MUD. A room can be indoors or outdoors, large or small.

MODIFYING ROOMS

Room Class Locale IDs

  • CaveGrid
  • CaveMaze
  • CaveRoom
  • CaveSurface
  • CityStreet
  • ClimbableLedge
  • ClimbableSurface
  • Desert
  • DesertGrid
  • DesertMaze
  • DesertThinGrid
  • EndlessOcean
  • EndlessSky
  • EndlessThinOcean
  • EndlessThinSky
  • FrozenMountains
  • FrozenPlains
  • GreatLake
  • GreatThinLake
  • HideoutShelter
  • Hills
  • HillsGrid
  • HillsThinGrid
  • HotRoom
  • IcePlains
  • IceRoom
  • IndoorInTheAir
  • IndoorShallowWater
  • IndoorUnderWater
  • IndoorUnderWaterColumnGrid
  • IndoorUnderWaterGrid
  • IndoorUnderWaterThinGrid
  • IndoorWaterSurface
  • IndoorWaterSurfaceColumn
  • IndoorWaterThinSurface
  • InTheAir
  • Jungle
  • JungleGrid
  • JungleThinGrid
  • LargeCaveRoom
  • LargeStoneRoom
  • LargeWoodRoom
  • LongerRoad
  • LongestRoad
  • LongRoad
  • MagicFreeRoom
  • MagicShelter
  • MetalRoom
  • MetalRoomMaze
  • Mountains
  • MountainsGrid
  • MountainsMaze
  • MountainsThinGrid
  • MountainSurface
  • MountainSurfaceGrid
  • MountainSurfaceThinGrid
  • OceanGrid
  • OceanThinGrid
  • OverTheLedge
  • Plains
  • PlainsGrid
  • PlainsThinGrid
  • Road
  • RoadGrid
  • RoadThinGrid
  • SaltWaterSurface
  • SaltWaterSurfaceColumn
  • SaltWaterThinSurface
  • SeaPort
  • SewerMaze
  • SewerRoom
  • ShallowWater
  • Shore
  • SpacePort
  • StdGrid
  • StdMaze
  • StdRoom
  • StdThinGrid
  • StoneGrid
  • StoneMaze
  • StoneRoom
  • StoneThinGrid
  • Swamp
  • SwampGrid
  • SwampThinGrid
  • ThinRoom
  • TreeSurface
  • UnderSaltWater
  • UnderSaltWaterColumnGrid
  • UnderSaltWaterGrid
  • UnderSaltWaterMaze
  • UnderSaltWaterThinGrid
  • UnderWater
  • UnderWaterColumnGrid
  • UnderWaterGrid
  • UnderWaterMaze
  • UnderWaterThinGrid
  • WaterSurface
  • WaterSurfaceColumn
  • WaterThinSurface
  • WetCaveGrid
  • WetCaveMaze
  • WetCaveRoom
  • Whirlpool
  • WoodenDeck
  • WoodRoom
  • WoodRoomGrid
  • WoodRoomMaze
  • WoodRoomThinGrid
  • Woods
  • WoodsGrid
  • WoodsMaze
  • WoodsThinGrid


An IceRoom is just a cold-climate indoor stone room.

Modifier Affect Notes
ColumnGrid This room is a parent room with a matrix of identical child rooms defined in Z settings. Z is the depth of the column. Adjacent ColumnGrid rooms will connect similar Z-level rooms to each other, allowing for underwater swimming from column to column.
Endless This room is a parent room with a matrix of identical child rooms defined in X and Y settings. X is the number of rooms East-West, Y is the number of rooms North-South. Total child rooms=X*Y. Players don't have access to the parent room. Instance areas should never be in a Grid Room. All of the internally connected rooms are open to one another. Additionally, sky rooms above and water rooms below will link to the adjacent child grid room's sky rooms or water rooms.
Grid This room is a parent room with a matrix of identical child rooms defined in X and Y settings. X is the number of rooms East-West, Y is the number of rooms North-South. Total child rooms=X*Y. Players don't have access to the parent room. Instance areas should never be in a Grid Room. All of the internally connected rooms are open to one another.
Maze This room is a parent room with a matrix of identical child rooms defined in X and Y settings. X is the number of rooms East-West, Y is the number of rooms North-South. Total child rooms=X*Y. Players don't have access to the parent room. Instance areas should never be in a Grid Room. All of the internally connected rooms have randomly available exits that are set upon area load. There will always be a path to adjacent external rooms, but the internal rooms will often make players wind about to find it.
Surface This room is generally above an air or underwater room. For solid surfaces, the room requires climb. For liquid surfaces, the room requires swim. A failed climb/swim check will result in the player being moved to the room below the existing room. Water Surfaces that have no room linked beneath them will have an auto generated 3-dimensional tree of underwater rooms generated for this effect. Solid Surfaces do not auto-generate rooms below them.
Thin This room is unloaded after 15 minutes of inactivity. Thin rooms save CPU usage.
Wet This room is treated as having water readily available, but not deep enough to require swimming.

Domain Locales

STONE WOODEN CAVE MAGIC UNDERWATER AIR WATERSURFACE METAL CITY WOODS ROCKY PLAINS UNDERWATER AIR WATERSURFACE JUNGLE SWAMP DESERT HILLS MOUNTAINS SPACEPORT SEAPORT

Grid Room considerations

  • If you mismatch gridrooms adjacent to each other (like a 2x3 gridroom west of a 5x4 gridroom) you can make some non-Euclidean areas, which has the effect of confusing player maps. This is actually useful if you are trying to make a large area that is traditionally difficult to map due to lack of landmarks, such as deserts or oceans.
  • If you place an item in the base gridroom (such as, in the grinder), the item will NOT flow down into any of the specific grids, and will not generally be accessible to players. Instead, consider giving the items to mobile MOBs in the room.
  • If you add a MOB to a gridroom, make sure that they are mobile so they can leave the parent room into the individual grid rooms.

Special Room Designs

Bridge Rooms

When designing a room (Room#A) that goes over another room (Room#B), that a player cannot easily travel DOWN to (no path) but should be able to jump off a ledge to get down:

  • Make sure there is no DOWN exit in Room#A (DESTROY DOWN)
  • Create a new room below (CREATE ROOM DOWN OVERTHELEDGE) which we will call Room#C.
  • Modify Room#C and provide it with a title, description and Prop_ReqNoMob (so your mobs won't randomly jump to their deaths).
    • NOTE: If doing this via the command line, you might want to make sure you are flying before entering Room#C.
  • Link Room#C to Room#B below (LINK Room#B DOWN).
  • Make sure Room#B links UP to Room#A (this will allow players with a jumping ability to potentially reach Room#A).
    • If Room#B already has a defined UP exit, you may need to DESTROY UP, and then LINK Room#A UP.

Special Atmosphere Rooms

In the command line, you can change the atmosphere of a room with the command MODIFY ROOM ATMOSPHERE <atmospheretype>.

Subcategories

This category has only the following subcategory.

R

Pages in category "ROOMS(BuilderInfo)"

The following 102 pages are in this category, out of 102 total.