Custom starting location.

This commit is contained in:
mobius
2015-01-02 08:26:23 +00:00
parent 083c98bca6
commit bb13c3a3c5
3 changed files with 39 additions and 3 deletions

View File

@@ -492,6 +492,7 @@ DualboxCheckMaxL2EventParticipantsPerIP = 0
# Default: 127.0.0.1,0 (no limits from localhost)
DualboxCheckWhitelist = 127.0.0.1,0
# ---------------------------------------------------------------------------
# Password Change
# ---------------------------------------------------------------------------
@@ -505,4 +506,19 @@ AllowChangePassword = False
# For example, if chance is 230% when rate are applied, it will do :
# amount dropped = (2 * getRandomAmount(min,max)) + 30% chance to get ad additional getRandomAmount(min,max)
# Default : False
OldDropBehavior = False
OldDropBehavior = False
# ---------------------------------------------------------------------------
# Custom Starting Location
# ---------------------------------------------------------------------------
# Enable custom starting location
# Default: False
CustomStartingLocation = False
# Coordinates for custom starting location
# Default: 50821, 186527, -3625 (Giran Harbor)
CustomStartingLocX = 50821
CustomStartingLocY = 186527
CustomStartingLocZ = -3625