Random spawn system for monsters.

This commit is contained in:
mobius
2015-01-02 11:21:30 +00:00
parent 0c6829d4ad
commit 6e0be1da25
3 changed files with 54 additions and 1 deletions

View File

@@ -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