Addition of StartingLocation configuration file.

This commit is contained in:
MobiusDevelopment
2022-03-20 23:04:51 +00:00
parent 797e6f71a8
commit c416814115
8 changed files with 62 additions and 32 deletions

View File

@@ -148,12 +148,6 @@ CharAddTitle = Newbie
CustomStartingLvl = False
CharLvl = 80
# Custom spawn location for new players.
CustomSpawn = False
SpawnX = 149999
SpawnY = 46728
SpawnZ = -3414
# Enable raid Petrification when raid is more than 8 levels lower.
# Default: True
AllowRaidBossPetrified = True

View File

@@ -0,0 +1,13 @@
# ---------------------------------------------------------------------------
# Custom Starting Location
# ---------------------------------------------------------------------------
# Enable custom starting location.
# Default: False
CustomStartingLocation = False
# Coords for custom starting location
# Default: 83020, 147880, -3469 (Giran)
CustomStartingLocX = 83020
CustomStartingLocY = 147880
CustomStartingLocZ = -3469