Addition of StartingLocation configuration file.
This commit is contained in:
@@ -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
|
||||
|
||||
13
L2J_Mobius_C6_Interlude/dist/game/config/custom/StartingLocation.ini
vendored
Normal file
13
L2J_Mobius_C6_Interlude/dist/game/config/custom/StartingLocation.ini
vendored
Normal 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
|
||||
Reference in New Issue
Block a user