I25 Servers.cfg: Difference between revisions
From OuroDev
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
LocalIP 127.0.0.1 | LocalIP 127.0.0.1 | ||
RouteIp | RouteIp PUBLICADDRESS | ||
AuthServer 127.0.0.1 2104 | AuthServer 127.0.0.1 2104 | ||
Line 7: | Line 7: | ||
DBServer 127.0.0.1 18717 | DBServer 127.0.0.1 18717 | ||
ShardName | ShardName Rebirth | ||
DefaultAccessLevel 0 | DefaultAccessLevel 0 | ||
NoStats | NoStats 0 | ||
MapServerParams "-nopopup" | MapServerParams "-nopopup" | ||
Line 29: | Line 25: | ||
AuthBadPacketReconnect 1 | AuthBadPacketReconnect 1 | ||
UseQueueServer 1 | |||
AuthnameLimiterEnabled 0 | |||
AuthnameLimiterAccessLevel 20 | |||
LoginsPerMinute 5 | |||
BlockFreePlayersIfNoAccountServer 0 | BlockFreePlayersIfNoAccountServer 0 | ||
IsBetaShard 0 | IsBetaShard 0 | ||
IsVIPShard 0 | IsVIPShard 0 | ||
Line 36: | Line 35: | ||
MaxPlayers 300 | MaxPlayers 300 | ||
AssertMode Fulldump | AssertMode Fulldump | ||
OverrideAuthBit RogueAccess | OverrideAuthBit RogueAccess | ||
KarmaEventHistoryDays 30 | KarmaEventHistoryDays 30 | ||
FastStart 1 | FastStart 1 | ||
MaxLevel | MaxLevel 60 | ||
MaxCoHLevel | MaxCoHLevel 60 | ||
MaxCoVLevel | MaxCoVLevel 60 | ||
XPScale 2 | |||
MaxPlayerSlots 1000 | MaxPlayerSlots 1000 | ||
MaxDualSlots 1000 | MaxDualSlots 1000 | ||
Line 83: | Line 81: | ||
SetLogLevel "entity" -2 | SetLogLevel "entity" -2 | ||
SetLogLevel "Error" -2 | SetLogLevel "Error" -2 | ||
SetLogLevel "cheaters" | SetLogLevel "cheaters" 1 | ||
SetLogLevel "MARTY" -2 | SetLogLevel "MARTY" -2 | ||
SetLogLevel "Offline" -2 | SetLogLevel "Offline" -2 | ||
Line 103: | Line 101: | ||
SqlRebuildTable 1 | SqlRebuildTable 1 | ||
SqlAlterColumn 1 | SqlAlterColumn 1 | ||
SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=YourL33TPASS | SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=YourL33TPASS;" | ||
SqlInit "CREATE DATABASE cohdb;" | SqlInit "CREATE DATABASE cohdb;" | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 23:22, 5 May 2019
LocalIP 127.0.0.1
RouteIp PUBLICADDRESS
AuthServer 127.0.0.1 2104
ChatServer 127.0.0.1
DBServer 127.0.0.1 18717
ShardName Rebirth
DefaultAccessLevel 0
NoStats 0
MapServerParams "-nopopup"
MapserverIdleUpkeep 20
MapserverIdleExit 20
#MapserverDailyUpkeep 0
UseLogServer 0
#LogServer 127.0.0.1
#LogDir .\log
BackupDays 0
CompleteBrokenTasks 0
DroppedPacketLogging 0
AuthBadPacketReconnect 1
UseQueueServer 1
AuthnameLimiterEnabled 0
AuthnameLimiterAccessLevel 20
LoginsPerMinute 5
BlockFreePlayersIfNoAccountServer 0
IsBetaShard 0
IsVIPShard 0
MinPlayers 0
MaxPlayers 300
AssertMode Fulldump
OverrideAuthBit RogueAccess
KarmaEventHistoryDays 30
FastStart 1
MaxLevel 60
MaxCoHLevel 60
MaxCoVLevel 60
XPScale 2
MaxPlayerSlots 1000
MaxDualSlots 1000
AuctionInvMaxLastLoginDays 1000
#LOCALE_ID_ENGLISH, // 0
#LOCALE_ID_TEST, // 1
#LOCALE_ID_CHINESE_TRADITIONAL, // 2
#LOCALE_ID_KOREAN, // 3
#LOCALE_ID_JAPANESE, // 4
#LOCALE_ID_GERMAN, // 5
#LOCALE_ID_FRENCH, // 6
#LOCALE_ID_SPANISH, // 7
#LOCALE_ID_COUNT, // 8
Locale 0
MetricsEnable 0
#MetricsIPAddress 127.0.0.1
#MetricsPortNumber 3306
#MetricsMQType 0
#MetricsHighWaterMark
MasterBeaconServer 127.0.0.1
RequestBeaconServerCount 0
BeaconRequestCacheDir "C:\COH\beaconizer\cache"
DoNotLaunchBeaconMasterServer 0
DoNotLaunchBeaconClients 1
DoNotLaunchMapserverTSRs 0
SetLogLevel "Auction" -2
SetLogLevel "Chat" 1
SetLogLevel "Admin" -2
SetLogLevel "Bug" -2
SetLogLevel "CharSlotApply" -2
SetLogLevel "Debug" -2
SetLogLevel "Delete" -2
SetLogLevel "deletion" -2
SetLogLevel "entity" -2
SetLogLevel "Error" -2
SetLogLevel "cheaters" 1
SetLogLevel "MARTY" -2
SetLogLevel "Offline" -2
SetLogLevel "Powers" -2
SetLogLevel "Rewards" -2
SetLogLevel "SuperGroup" -2
SetLogLevel "SystemSpecs" -2
SetLogLevel "sze_rewards" -2
SetLogLevel "turnstile" -2
SetLogLevel "cmds" -2
SetLogLevel "internalcmds" 1
SqlDbProvider mssql
SqlDbName cohdb
SqlAllowDDL 1
SqlAddAttributes 1
SqlAddColumnOrTable 1
SqlDeleteColumnOrTable 0
SqlRebuildTable 1
SqlAlterColumn 1
SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=YourL33TPASS;"
SqlInit "CREATE DATABASE cohdb;"