Difference between revisions of "AREATYPE(StdAutoGenInstance)"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
**This will create a forest theme (assuming it is defined in the xml file) with the level between 5 and 10. | **This will create a forest theme (assuming it is defined in the xml file) with the level between 5 and 10. | ||
− | [[CATEGORY: | + | [[CATEGORY:AREATYPES(BuilderInfo)]] |
Revision as of 22:01, 13 September 2018
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 |
This type of area uses a special XML code to generate the rooms and mobs within it.
BASE AREA
The StdAutoGenInstance will replace all of the rooms of the base area once a player enters the area. Note: GRID rooms should not be used as the base room for StdAutoGenInstance areas, because players will never enter the base room (always a child room) of the area, which causes the instance to not load.
PARAMETERS
When editing the are of a StdAutoGenInstance, you can specify certain parameters in the following format:
- theme=forest level_range=5?10
- This will create a forest theme (assuming it is defined in the xml file) with the level between 5 and 10.