Merge pull request #161 from Zilvereyes/Sync_Conf_Files
Synchronized Conf files for easier comparison
This commit is contained in:
commit
97fd317df0
@ -107,8 +107,8 @@ ConfVersion=2010102201
|
|||||||
# AuctionHouseBot.Items.Amount.*
|
# AuctionHouseBot.Items.Amount.*
|
||||||
# Defines the amount of auctions to be created for each item quality
|
# Defines the amount of auctions to be created for each item quality
|
||||||
# Values will be adjusted using faction specific settings (if specified)
|
# Values will be adjusted using faction specific settings (if specified)
|
||||||
# Default 0, 500, 750, 500, 250, 0, 0
|
# Default 0, 2000, 2500, 1500, 1000, 0, 0
|
||||||
# (gray, white, green, blue, purple, orange, yellow)
|
# (grey, white, green, blue, purple, orange, yellow)
|
||||||
#
|
#
|
||||||
# AuctionHouseBot.Class.*
|
# AuctionHouseBot.Class.*
|
||||||
# Defines which item classes can be put up for auction. See pre-defined
|
# Defines which item classes can be put up for auction. See pre-defined
|
||||||
|
@ -63,9 +63,9 @@ ConfVersion=2016032801
|
|||||||
RealmID = 1
|
RealmID = 1
|
||||||
DataDir = "."
|
DataDir = "."
|
||||||
LogsDir = ""
|
LogsDir = ""
|
||||||
LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd"
|
LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
|
||||||
WorldDatabaseInfo = "127.0.0.1;3306;mangos;mangos;mangos"
|
WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;mangos0"
|
||||||
CharacterDatabaseInfo = "127.0.0.1;3306;mangos;mangos;characters"
|
CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;character0"
|
||||||
LoginDatabaseConnections = 1
|
LoginDatabaseConnections = 1
|
||||||
WorldDatabaseConnections = 1
|
WorldDatabaseConnections = 1
|
||||||
CharacterDatabaseConnections = 1
|
CharacterDatabaseConnections = 1
|
||||||
@ -166,7 +166,6 @@ BindIP = "0.0.0.0"
|
|||||||
# Default: 1 (Enabled)
|
# Default: 1 (Enabled)
|
||||||
# 0 (Disabled)
|
# 0 (Disabled)
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# DetectPosCollision
|
# DetectPosCollision
|
||||||
# Check final move position, summon position, etc for visible collision with other objects or
|
# Check final move position, summon position, etc for visible collision with other objects or
|
||||||
# wall (wall only if vmaps are enabled)
|
# wall (wall only if vmaps are enabled)
|
||||||
@ -470,6 +469,11 @@ SD3ErrorLogFile = "scriptdev3-errors.log"
|
|||||||
# 0 = English; 1 = Korean; 2 = French; 3 = German; 4 = Chinese; 5 = Taiwanese; 6 = Spanish;
|
# 0 = English; 1 = Korean; 2 = French; 3 = German; 4 = Chinese; 5 = Taiwanese; 6 = Spanish;
|
||||||
# 255 = Auto Detect (Default)
|
# 255 = Auto Detect (Default)
|
||||||
#
|
#
|
||||||
|
# DeclinedNames
|
||||||
|
# Allow russian clients to set and use declined names
|
||||||
|
# Default: 0 - do not use declined names, except when the Russian RealmZone is set
|
||||||
|
# 1 - use declined names
|
||||||
|
#
|
||||||
# StrictPlayerNames
|
# StrictPlayerNames
|
||||||
# Limit player name to language specific symbols set, not allow create characters, and set rename request and disconnect at not allowed symbols name
|
# Limit player name to language specific symbols set, not allow create characters, and set rename request and disconnect at not allowed symbols name
|
||||||
# Default: 0 disable (but limited server timezone dependent client check)
|
# Default: 0 disable (but limited server timezone dependent client check)
|
||||||
@ -847,8 +851,8 @@ Motd = "Welcome to Mangos Zero"
|
|||||||
# AllowTwoSide.Interaction.Trade
|
# AllowTwoSide.Interaction.Trade
|
||||||
# AllowTwoSide.Interaction.Auction
|
# AllowTwoSide.Interaction.Auction
|
||||||
# AllowTwoSide.Interaction.Mail
|
# AllowTwoSide.Interaction.Mail
|
||||||
# Allow or not common :chat(say,yell);channel(chat)group(join)guild(join);trade with different team,
|
# Allow or not common :chat(say,yell); channel(chat); group(join); guild(join); trade with different team;
|
||||||
# merge all auction houses for players from different teams, send mail to different team.
|
# merge all auction houses for players from different teams; send mail to different team.
|
||||||
# Default: 0 (Not allowed)
|
# Default: 0 (Not allowed)
|
||||||
# 1 (Allowed)
|
# 1 (Allowed)
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user