diff --git a/trunk/dist/game/config/Custom.properties b/trunk/dist/game/config/Custom.properties index fd55c52bf0..3c0b84ddf6 100644 --- a/trunk/dist/game/config/Custom.properties +++ b/trunk/dist/game/config/Custom.properties @@ -533,11 +533,11 @@ AllowErtheia = True # Custom Starting Location # --------------------------------------------------------------------------- -# Enable custom starting location +# Enable custom starting location. # Default: False CustomStartingLocation = False -# Coordinates for custom starting location +# Coordinates for custom starting location. # Default: 50821, 186527, -3625 (Giran Harbor) CustomStartingLocX = 50821 CustomStartingLocY = 186527 @@ -565,7 +565,7 @@ MobsSpawnNotRandom = 18812,18813,18814 # 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 ShopMinRangeFromPlayer = 50 ShopMinRangeFromNpc = 100 @@ -575,7 +575,7 @@ ShopMinRangeFromNpc = 100 # 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 FreeJumpsForAll = False @@ -584,19 +584,19 @@ FreeJumpsForAll = False # Custom Community Board # --------------------------------------------------------------------------- -# Enable Custom Community Board +# Enable Custom Community Board. # Default: False CustomCommunityBoard = True -# Currency used by the Community Board (itemId) +# Currency used by the Community Board (itemId). # Default: 57 (Adena) CommunityCurrencyId = 57 -# Price for Teleports +# Price for Teleports. # Default: 0 (free) CommunityTeleportPrice = 0 -# Price for Buffs +# Price for Buffs. # Default: 0 (free) CommunityBuffPrice = 0 @@ -605,42 +605,42 @@ CommunityBuffPrice = 0 # Faction System (Good vs Evil) # --------------------------------------------------------------------------- -# Enable faction system +# Enable faction system. # Default: False EnableFactionSystem = False -# Starting location for all players +# Starting location for all players. # Default: 85332,16199,-1252 StartingLocation = 85332,16199,-1252 -# Faction manager npc id +# Faction manager npc id. # Default: 109 FactionManagerNpcId = 109 -# Spawn location for faction manager npc +# Spawn location for faction manager npc. # Default: 85712,15974,-1260,26808 ManagerSpawnLocation = 85712,15974,-1260,26808 -# Good base location +# Good base location. # Default: 45306,48878,-3058 GoodBaseLocation = 45306,48878,-3058 -# Evil base location +# Evil base location. # Default: -44037,-113283,-237 EvilBaseLocation = -44037,-113283,-237 -# Good team name +# Good team name. # Default: Good GoodTeamName = Good -# Evil team name +# Evil team name. # Default: Evil EvilTeamName = Evil -# Good name color +# Good name color. # Default: 00FF00 GoodNameColor = 00FF00 -# Evil name color +# Evil name color. # Default: 0000FF EvilNameColor = 0000FF