Custom starting location.
This commit is contained in:
18
trunk/dist/game/config/Custom.properties
vendored
18
trunk/dist/game/config/Custom.properties
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user