Minor text changes at Custom.properties file.
This commit is contained in:
36
trunk/dist/game/config/Custom.properties
vendored
36
trunk/dist/game/config/Custom.properties
vendored
@@ -533,11 +533,11 @@ AllowErtheia = True
|
|||||||
# Custom Starting Location
|
# Custom Starting Location
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# Enable custom starting location
|
# Enable custom starting location.
|
||||||
# Default: False
|
# Default: False
|
||||||
CustomStartingLocation = False
|
CustomStartingLocation = False
|
||||||
|
|
||||||
# Coordinates for custom starting location
|
# Coordinates for custom starting location.
|
||||||
# Default: 50821, 186527, -3625 (Giran Harbor)
|
# Default: 50821, 186527, -3625 (Giran Harbor)
|
||||||
CustomStartingLocX = 50821
|
CustomStartingLocX = 50821
|
||||||
CustomStartingLocY = 186527
|
CustomStartingLocY = 186527
|
||||||
@@ -565,7 +565,7 @@ MobsSpawnNotRandom = 18812,18813,18814
|
|||||||
# Minimum Range for Private Stores
|
# Minimum Range for Private Stores
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# Minimum distance from player / npc to open a new private store
|
# Minimum distance from player / npc to open a new private store.
|
||||||
# Default: 0
|
# Default: 0
|
||||||
ShopMinRangeFromPlayer = 50
|
ShopMinRangeFromPlayer = 50
|
||||||
ShopMinRangeFromNpc = 100
|
ShopMinRangeFromNpc = 100
|
||||||
@@ -575,7 +575,7 @@ ShopMinRangeFromNpc = 100
|
|||||||
# Free Jumps (Sayune) for all Players
|
# Free Jumps (Sayune) for all Players
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# Enable Sayune for players that are not Awakened (4rth class)
|
# Enable Sayune for players that are not Awakened (4rth class).
|
||||||
# Default: False
|
# Default: False
|
||||||
FreeJumpsForAll = False
|
FreeJumpsForAll = False
|
||||||
|
|
||||||
@@ -584,19 +584,19 @@ FreeJumpsForAll = False
|
|||||||
# Custom Community Board
|
# Custom Community Board
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# Enable Custom Community Board
|
# Enable Custom Community Board.
|
||||||
# Default: False
|
# Default: False
|
||||||
CustomCommunityBoard = True
|
CustomCommunityBoard = True
|
||||||
|
|
||||||
# Currency used by the Community Board (itemId)
|
# Currency used by the Community Board (itemId).
|
||||||
# Default: 57 (Adena)
|
# Default: 57 (Adena)
|
||||||
CommunityCurrencyId = 57
|
CommunityCurrencyId = 57
|
||||||
|
|
||||||
# Price for Teleports
|
# Price for Teleports.
|
||||||
# Default: 0 (free)
|
# Default: 0 (free)
|
||||||
CommunityTeleportPrice = 0
|
CommunityTeleportPrice = 0
|
||||||
|
|
||||||
# Price for Buffs
|
# Price for Buffs.
|
||||||
# Default: 0 (free)
|
# Default: 0 (free)
|
||||||
CommunityBuffPrice = 0
|
CommunityBuffPrice = 0
|
||||||
|
|
||||||
@@ -605,42 +605,42 @@ CommunityBuffPrice = 0
|
|||||||
# Faction System (Good vs Evil)
|
# Faction System (Good vs Evil)
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# Enable faction system
|
# Enable faction system.
|
||||||
# Default: False
|
# Default: False
|
||||||
EnableFactionSystem = False
|
EnableFactionSystem = False
|
||||||
|
|
||||||
# Starting location for all players
|
# Starting location for all players.
|
||||||
# Default: 85332,16199,-1252
|
# Default: 85332,16199,-1252
|
||||||
StartingLocation = 85332,16199,-1252
|
StartingLocation = 85332,16199,-1252
|
||||||
|
|
||||||
# Faction manager npc id
|
# Faction manager npc id.
|
||||||
# Default: 109
|
# Default: 109
|
||||||
FactionManagerNpcId = 109
|
FactionManagerNpcId = 109
|
||||||
|
|
||||||
# Spawn location for faction manager npc
|
# Spawn location for faction manager npc.
|
||||||
# Default: 85712,15974,-1260,26808
|
# Default: 85712,15974,-1260,26808
|
||||||
ManagerSpawnLocation = 85712,15974,-1260,26808
|
ManagerSpawnLocation = 85712,15974,-1260,26808
|
||||||
|
|
||||||
# Good base location
|
# Good base location.
|
||||||
# Default: 45306,48878,-3058
|
# Default: 45306,48878,-3058
|
||||||
GoodBaseLocation = 45306,48878,-3058
|
GoodBaseLocation = 45306,48878,-3058
|
||||||
|
|
||||||
# Evil base location
|
# Evil base location.
|
||||||
# Default: -44037,-113283,-237
|
# Default: -44037,-113283,-237
|
||||||
EvilBaseLocation = -44037,-113283,-237
|
EvilBaseLocation = -44037,-113283,-237
|
||||||
|
|
||||||
# Good team name
|
# Good team name.
|
||||||
# Default: Good
|
# Default: Good
|
||||||
GoodTeamName = Good
|
GoodTeamName = Good
|
||||||
|
|
||||||
# Evil team name
|
# Evil team name.
|
||||||
# Default: Evil
|
# Default: Evil
|
||||||
EvilTeamName = Evil
|
EvilTeamName = Evil
|
||||||
|
|
||||||
# Good name color
|
# Good name color.
|
||||||
# Default: 00FF00
|
# Default: 00FF00
|
||||||
GoodNameColor = 00FF00
|
GoodNameColor = 00FF00
|
||||||
|
|
||||||
# Evil name color
|
# Evil name color.
|
||||||
# Default: 0000FF
|
# Default: 0000FF
|
||||||
EvilNameColor = 0000FF
|
EvilNameColor = 0000FF
|
||||||
|
|||||||
Reference in New Issue
Block a user