Random spawn system for monsters.
This commit is contained in:
17
trunk/dist/game/config/Custom.properties
vendored
17
trunk/dist/game/config/Custom.properties
vendored
@@ -537,3 +537,20 @@ CustomStartingLocation = False
|
||||
CustomStartingLocX = 50821
|
||||
CustomStartingLocY = 186527
|
||||
CustomStartingLocZ = -3625
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Random Spawn System for Monsters
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Enable random monster spawns.
|
||||
# Default: True
|
||||
EnableRandomMonsterSpawns = True
|
||||
|
||||
# Max range for X and Y coords.
|
||||
# Default: 150
|
||||
MaxSpawnMobRange = 150
|
||||
|
||||
# Example: No random spawns for Kasha's Eye.
|
||||
# MobsSpawnNotRandom = 18812,18813,18814
|
||||
MobsSpawnNotRandom = 18812,18813,18814
|
||||
|
Reference in New Issue
Block a user