· 8 years ago · Jul 05, 2018, 12:30 AM
1################################################
2# GameCore World Server configuration file #
3################################################
4[worldserver]
5
6###################################################################################################
7# SECTION INDEX
8#
9# EXAMPLE CONFIG
10# CONNECTIONS AND DIRECTORIES
11# PERFORMANCE SETTINGS
12# SERVER LOGGING
13# SERVER SETTINGS
14# WARDEN SETTINGS
15# PLAYER INTERACTION
16# CREATURE SETTINGS
17# CHAT SETTINGS
18# GAME MASTER SETTINGS
19# VISIBILITY AND DISTANCES
20# SERVER RATES
21# AUTO BROADCAST
22# BATTLEGROUND CONFIG
23# ARENA CONFIG
24# NETWORK CONFIG
25# CONSOLE AND REMOTE ACCESS
26# CHARACTER DELETE OPTIONS
27# CUSTOM SERVER OPTIONS
28# WINTERGRASP BATTLE CONFIGURATION
29#
30###################################################################################################
31
32###################################################################################################
33# EXAMPLE CONFIG
34#
35# Variable
36# Description: Brief description what the variable is doing.
37# Important: Annotation for important things about this variable.
38# Example: "Example, i.e. if the value is a string"
39# Default: 10 - (Enabled|Comment|Variable name in case of grouped config options)
40# 0 - (Disabled|Comment|Variable name in case of grouped config options)
41#
42# Note to developers:
43# - Copy this example to keep the formatting.
44# - Line breaks should be at column 100.
45###################################################################################################
46
47###################################################################################################
48# CONNECTIONS AND DIRECTORIES
49#
50# RealmID
51# Description: ID of the Realm using this config.
52# Important: RealmID must match the realmlist inside the realmd database.
53# Default: 1
54
55RealmID = 1
56
57#
58# DataDir
59# Description: Data directory setting.
60# Important: DataDir needs to be quoted, as the string might contain space characters.
61# Example: "@prefix@/share/trinitycore"
62# Default: "."
63
64DataDir = "."
65
66#
67# LogsDir
68# Description: Logs directory setting.
69# Important: LogsDir needs to be quoted, as the string might contain space characters.
70# Logs directory must exists, or log file creation will be disabled.
71# Default: "" - (Log files will be stored in the current path)
72
73LogsDir = ""
74
75#
76# LoginDatabaseInfo
77# WorldDatabaseInfo
78# CharacterDatabaseInfo
79# Description: Database connection settings for the world server.
80# Example: "hostname;port;username;password;database"
81# ".;somenumber;username;password;database" - (Use named pipes on Windows
82# "enable-named-pipe" to [mysqld]
83# section my.ini)
84# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
85# Unix/Linux)
86# Default: "127.0.0.1;3306;trinity;trinity;auth" - (LoginDatabaseInfo)
87# "127.0.0.1;3306;trinity;trinity;world" - (WorldDatabaseInfo)
88# "127.0.0.1;3306;trinity;trinity;characters" - (CharacterDatabaseInfo)
89
90LoginDatabaseInfo = "127.0.0.1;3306;root;2009145;auth"
91WorldDatabaseInfo = "127.0.0.1;3306;root;2009145;world"
92CharacterDatabaseInfo = "127.0.0.1;3306;root;2009145;characters"
93
94#
95# LoginDatabase.WorkerThreads
96# WorldDatabase.WorkerThreads
97# CharacterDatabase.WorkerThreads
98# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
99# statements. Each worker thread is mirrored with its own connection to the
100# MySQL server and their own thread on the MySQL server.
101# Default: 1 - (LoginDatabase.WorkerThreads)
102# 1 - (WorldDatabase.WorkerThreads)
103# 1 - (CharacterDatabase.WorkerThreads)
104
105LoginDatabase.WorkerThreads = 1
106WorldDatabase.WorkerThreads = 1
107CharacterDatabase.WorkerThreads = 1
108
109#
110# LoginDatabase.SynchThreads
111# WorldDatabase.SynchThreads
112# CharacterDatabase.SynchThreads
113# Description: The amount of MySQL connections spawned to handle.
114# Default: 1 - (LoginDatabase.WorkerThreads)
115# 1 - (WorldDatabase.WorkerThreads)
116# 2 - (CharacterDatabase.WorkerThreads)
117
118LoginDatabase.SynchThreads = 1
119WorldDatabase.SynchThreads = 1
120CharacterDatabase.SynchThreads = 2
121
122#
123# MaxPingTime
124# Description: Time (in minutes) between database pings.
125# Default: 30
126
127MaxPingTime = 30
128
129#
130# WorldServerPort
131# Description: TCP port to reach the world server.
132# Default: 8085
133
134WorldServerPort = 8085
135
136#
137# BindIP
138# Description: Bind world server to IP/hostname
139# Default: "0.0.0.0" - (Bind to all IPs on the system)
140
141BindIP = "0.0.0.0"
142
143#
144###################################################################################################
145
146###################################################################################################
147# PERFORMANCE SETTINGS
148#
149# UseProcessors
150# Description: Processors mask for Windows based multi-processor systems.
151# Default: 0 - (Selected by OS)
152# 1+ - (Bit mask value of selected processors)
153
154UseProcessors = 0
155
156#
157# ProcessPriority
158# Description: Process priority setting for Windows based systems.
159# Default: 1 - (High)
160# 0 - (Normal)
161
162ProcessPriority = 1
163
164#
165# Compression
166# Description: Compression level for client update packages
167# Range: 1-9
168# Default: 1 - (Speed)
169# 9 - (Best compression)
170
171Compression = 1
172
173#
174# PlayerLimit
175# Description: Maximum number of players in the world. Excluding Mods, GMs and Admins.
176# Important: If you want to block players and only allow Mods, GMs or Admins to join the
177# server, use the DB field "realmd.realmlist.allowedSecurityLevel".
178# Default: 100 - (Enabled)
179# 1+ - (Enabled)
180# 0 - (Disabled, No limit)
181
182PlayerLimit = 100
183
184#
185# SaveRespawnTimeImmediately
186# Description: Save respawn time for creatures at death and gameobjects at use/open.
187# Default: 1 - (Enabled, Save respawn time immediately)
188# 0 - (Disabled, Save respawn time at grid unloading)
189
190SaveRespawnTimeImmediately = 1
191
192#
193# MaxOverspeedPings
194# Description: Maximum overspeed ping count before character is disconnected.
195# Default: 2 - (Enabled, Minimum value)
196# 3+ - (Enabled, More checks before kick)
197# 0 - (Disabled)
198
199MaxOverspeedPings = 2
200
201#
202# GridUnload
203# Description: Unload grids to save memory. Can be disabled if enough memory is available
204# to speed up moving players to new grids.
205# Default: 1 - (enable, Unload grids)
206# 0 - (disable, Do not unload grids)
207
208GridUnload = 1
209
210#
211# SocketTimeOutTime
212# Description: Time (in milliseconds) after which a connection being idle on the character
213# selection screen is disconnected.
214# Default: 900000 - (15 minutes)
215
216SocketTimeOutTime = 900000
217
218#
219# SessionAddDelay
220# Description: Time (in microseconds) that a network thread will sleep after authentication
221# protocol handling before adding a connection to the world session map.
222# Default: 10000 - (10 milliseconds, 0.01 second)
223
224SessionAddDelay = 10000
225
226#
227# GridCleanUpDelay
228# Description: Time (in milliseconds) grid clean up delay.
229# Default: 300000 - (5 minutes)
230
231GridCleanUpDelay = 300000
232
233#
234# MapUpdateInterval
235# Description: Time (milliseconds) for map update interval.
236# Default: 100 - (0.1 second)
237
238MapUpdateInterval = 100
239
240#
241# ChangeWeatherInterval
242# Description: Time (in milliseconds) for weather update interval.
243# Default: 600000 - (10 min)
244
245ChangeWeatherInterval = 600000
246
247#
248# PlayerSaveInterval
249# Description: Time (in milliseconds) for player save interval.
250# Default: 900000 - (15 min)
251
252PlayerSaveInterval = 900000
253
254#
255# PlayerSave.Stats.MinLevel
256# Description: Minimum level for saving character stats in the database for external usage.
257# Default: 0 - (Disabled, Do not save character stats)
258# 1+ - (Enabled, Level beyond which character stats are saved)
259
260PlayerSave.Stats.MinLevel = 0
261
262#
263# PlayerSave.Stats.SaveOnlyOnLogout
264# Description: Save player stats only on logout.
265# Default: 1 - (Enabled, Only save on logout)
266# 0 - (Disabled, Save on every player save)
267
268PlayerSave.Stats.SaveOnlyOnLogout = 1
269
270#
271# vmap.enableLOS
272# vmap.enableHeight
273# Description: VMmap support for line of sight and height calculation.
274# Default: 1 - (Enabled, vmap.enableLOS)
275# 1 - (Enabled, vmap.enableHeight)
276# 0 - (Disabled)
277
278vmap.enableLOS = 1
279vmap.enableHeight = 1
280
281#
282# vmap.ignoreSpellIds
283# Description: These spells are ignored for LoS calculation.
284# List of ids with delimiter ','.
285# Example: "7720,1337"
286# Default: "7720"
287
288vmap.ignoreSpellIds = "7720"
289
290#
291# vmap.petLOS
292# Description: Check line of sight for pets, to avoid them attacking through walls.
293# Default: 1 - (Enabled, each pet attack will be checked for line of sight)
294# 0 - (Disabled, somewhat less CPU usage)
295
296vmap.petLOS = 1
297
298#
299# vmap.enableIndoorCheck
300# Description: VMap based indoor check to remove outdoor-only auras (mounts etc.).
301# Default: 1 - (Enabled)
302# 0 - (Disabled, somewhat less CPU usage)
303
304vmap.enableIndoorCheck = 1
305
306#
307# DetectPosCollision
308# Description: Check final move position, summon position, etc for visible collision with
309# other objects or walls (walls only if vmaps are enabled).
310# Default: 1 - (Enabled)
311# 0 - (Disabled, Less position precision but less CPU usage)
312
313DetectPosCollision = 1
314
315#
316# TargetPosRecalculateRange
317# Description: Max distance from movement target point (+moving unit size) and targeted
318# object (+size) after that new target movement point calculated.
319# Range: 0.5-5.0
320# Default: 1.5
321# 0.5 - (Minimum, Contact Range, More sensitive reaction to target movement)
322# 5.0 - (Maximum, Melee attack range, Less CPU usage)
323
324TargetPosRecalculateRange = 1.5
325
326#
327# UpdateUptimeInterval
328# Description: Update realm uptime period (in minutes).
329# Default: 10 - (10 minutes)
330# 1+
331
332UpdateUptimeInterval = 10
333
334#
335# LogDB.Opt.ClearInterval
336# Description: Time (in minutes) for the WUPDATE_CLEANDB timer that clears the `logs` table
337# of old entries.
338# Default: 10 - (10 minutes)
339# 1+
340
341LogDB.Opt.ClearInterval = 10
342
343#
344# LogDB.Opt.ClearTime
345# Description: Time (in seconds) for keeping old `logs` table entries.
346# Default: 1209600 - (Enabled, 14 days)
347# 0 - (Disabled, Do not clear entries)
348
349LogDB.Opt.ClearTime = 1209600
350
351#
352# MaxCoreStuckTime
353# Description: Time (in seconds) before the server is forced to crash if it is frozen.
354# Default: 0 - (Disabled)
355# 10+ - (Enabled, Recommended 10+)
356
357MaxCoreStuckTime = 0
358
359#
360# AddonChannel
361# Description: Configure the use of the addon channel through the server (some client side
362# addons will not work correctly with disabled addon channel)
363# Default: 1 - (Enabled)
364# 0 - (Disabled)
365
366AddonChannel = 1
367
368#
369# MapUpdate.Threads
370# Description: Number of threads to update maps.
371# Default: 1
372
373MapUpdate.Threads = 1
374
375#
376# CleanCharacterDB
377# Description: Clean out deprecated achievements, skills, spells and talents from the db.
378# Default: 0 - (Disabled)
379# 1 - (Enable)
380
381CleanCharacterDB = 0
382
383#
384# PersistentCharacterCleanFlags
385# Description: Determines the character clean flags that remain set after cleanups.
386# This is a bitmask value, check /doc/CharacterDBCleanup.txt for more
387# information.
388# Example: 14 - (Cleaning up skills, talents and spells will remain enabled after the
389# next cleanup)
390# Default: 0 - (All cleanup methods will be disabled after the next cleanup)
391
392PersistentCharacterCleanFlags = 0
393
394#
395###################################################################################################
396
397###################################################################################################
398# SERVER LOGGING
399#
400# PidFile
401# Description: World daemon PID file
402# Example: "./worldd.pid" - (Enabled)
403# Default: "" - (Disabled)
404
405PidFile = ""
406
407#
408# LogLevel
409# Description: Server console level of logging
410# Default: 1 - (Basic)
411# 0 - (Minimum)
412# 2 - (Detail)
413# 3 - (Full/Debug)
414
415LogLevel = 1
416
417#
418# LogFile
419# Description: Log file for main server log.
420# Default: "Server.log" - (Enabled)
421# "" - (Disabled)
422
423LogFile = "Server.log"
424
425#
426# LogTimestamp
427# Description: Append timestamp to the server log file name.
428# Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
429# Default: 0 - (Disabled)
430# 1 - (Enabled)
431
432LogTimestamp = 0
433
434#
435# LogFileLevel
436# Description: Server file level of logging
437# Default: 0 - (Minimum)
438# 1 - (Basic)
439# 2 - (Detail)
440# 3 - (Full/Debug)
441
442LogFileLevel = 0
443
444#
445# Debug Log Mask
446# Description: Bitmask that determines which debug log output (level 3)
447# will be logged.
448# Possible flags:
449# 1 - Anything related to units that doesn't fit in other
450# categories.
451# 2 - Anything related to pets.
452# 4 - Anything related to vehicles.
453# 8 - Anything related to C++ AI, instance scripts, etc.
454# 16 - Anything related to DB AI, such as SAI, EAI, CreatureAI
455# 32 - Anything related to DB map scripts
456# 64 - Anything related to network input/output,
457# such as packet handlers and netcode logs
458# 128 - Anything related to the spellsystem and aurasystem
459# 256 - Anything related to the achievement system
460# 512 - Anything related to the condition system
461# 1024 - Anything related to the pool system
462# 2048 - Anything related to the auction house
463# 4096 - Anything related to arena's and battlegrounds
464# 8192 - Anything related to outdoor PVP
465# 16384 - Anything related to the chat system
466# 32768 - Anything related to the LFG system
467# 65536 - Anything related to maps, instances (not scripts),
468# grids, cells, visibility, etc.
469# 131072 - Anything related to player loading from DB
470# (Player::_LoadXXX functions)
471# 262144 - Anything related to items
472# 524288 - Anything related to player skills
473# (do not confuse with spells)
474# 1048576 - Anything related to loot
475# 2097152 - Anything related to guilds
476# 4194304 - Anything related to transports
477# 8388608 - Anything related to Warden anti cheat
478#
479# Simply add the values together to create a bitmask.
480# For more info see enum DebugLogFilters in Log.h
481#
482# Default: 0 (nothing)
483
484DebugLogMask = 0
485
486#
487# WorldLogFile
488# Description: Packet logging file for the world server.
489# Example: "World.log" - (Enabled)
490# Default: "" - (Disabled)
491
492WorldLogFile = ""
493
494#
495# DBErrorLogFile
496# Description: Log file for database errors.
497# Default: "DBErrors.log" - (Enabled)
498# "" - (Disabled)
499
500DBErrorLogFile = "DBErrors.log"
501
502#
503# CharLogFile
504# Description: Log file for character operations
505# Default: "Char.log" - (Enabled)
506# "" - (Disabled)
507
508CharLogFile = "Char.log"
509
510#
511# CharLogTimestamp
512# Description: Append timestamp to the character log file name.
513# Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
514# Default: 0 - (Disabled)
515# 1 - (Enabled)
516
517CharLogTimestamp = 0
518
519#
520# CharLogDump
521# Description: Write a character dump in the CharLogFile before deleting it.
522# For restoration, copy character data from log file starting from
523# line == START DUMP == to line == END DUMP == (exclusive)
524# and load it using the "pdump load" command.
525# Default: 0 - (Disabled)
526# 1 - (Enabled)
527
528CharLogDump = 0
529
530#
531# CharLogDump.Separate
532# Description: Write character dump to separate files files rather than adding it to the
533# CharLogFile.
534# Default: 0 - (Disabled)
535# 1 - (Enabled)
536
537CharLogDump.Separate = 0
538
539#
540# CharLogDump.SeparateDir
541# Description: Write dump files into the sub folder within the log folder.
542# Example: "chardumps" - (Enabled)
543# Default: "" - (Disabled)
544
545CharLogDump.SeparateDir = ""
546
547#
548# GmLogFile
549# Description: Log file for gamemaster commands.
550# Default: "GM.log" - (Enabled)
551# "" - (Disabled)
552
553GmLogFile = "GM.log"
554
555#
556# GmLogTimestamp
557# Description: Append timestamp to the gamemaster log file name.
558# Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
559# Default: 0 - (Disabled)
560# 1 - (Enabled)
561
562GmLogTimestamp = 0
563
564#
565# GmLogPerAccount
566# Description: Create a log file per gamemaster account.
567# Important: Logs not created if GmLogFile is not set.
568# Default: 0 - (Disabled)
569# 1 - (Enabled)
570
571GmLogPerAccount = 0
572
573#
574# RaLogFile
575# Description: Log file for Remote Access commands.
576# Default: "RA.log" - (Enabled)
577# "" - (Disabled)
578
579RaLogFile = "RA.log"
580
581#
582# ArenaLogFile
583# Description: Log file for arena fights and arena team creations.
584# Example: "Arena.log" - (Enabled)
585# Default: "" - (Disabled)
586
587ArenaLogFile = ""
588
589#
590# ArenaLog.ExtendedInfo
591# Description: Include extended info to ArenaLogFile for each player after rated arena
592# matches (guid, name, team, IP, healing/damage done, killing blows).
593# Default: 0 - (Disabled)
594# 1 - (Enabled)
595
596ArenaLog.ExtendedInfo = 0
597
598#
599# SQLDeveloperLogFile
600# Description: Log file for core-generated SQL queries/dumps
601# Example: "SQLDev.log" - (Enabled)
602# Default: "" - (Disabled)
603
604SQLDeveloperLogFile = ""
605
606#
607# SQLDriverLogFile
608# Description: Log file for SQL driver events.
609# Example: "SQLDriver.log" - (Enabled)
610# Default: "" - (Disabled)
611
612SQLDriverLogFile = ""
613
614#
615# SQLDriverQueryLogging
616# Description: Log SQL queries to the SQLDriverLogFile and console.
617# Default: 0 - (Disabled, Query errors only)
618# 1 - (Enabled, Full query logging - may have performance impact)
619
620SQLDriverQueryLogging = 0
621
622#
623# LogColors
624# Description: Colors for log messages (Format: "normal basic detail debug").
625# Colors: 0 - Black
626# 1 - Red
627# 2 - Green
628# 3 - Brown
629# 4 - Blue
630# 5 - Magenta
631# 6 - Cyan
632# 7 - Grey
633# 8 - Yellow
634# 9 - Lred
635# 10 - Lgreen
636# 11 - Lblue
637# 12 - Lmagenta
638# 13 - Lcyan
639# 14 - White
640# Example: "13 11 9 5" - (Enabled)
641# Default: "" - (Disabled)
642
643LogColors = ""
644
645#
646# EnableLogDB
647# Description: Write log messages to database (LogDatabaseInfo).
648# Default: 0 - (Disabled)
649# 1 - (Enabled)
650
651EnableLogDB = 0
652
653#
654# DBLogLevel
655# Description: Log level of databases logging.
656# Default: 2 - (Detail)
657# 0 - (Minimum)
658# 1 - (Basic)
659# 3 - (Full/Debug)
660
661DBLogLevel = 2
662
663#
664# LogDB.Char
665# Description: Log character operations to database.
666# Default: 0 - (Disabled)
667# 1 - (Enabled)
668
669LogDB.Char = 0
670
671#
672# LogDB.GM
673# Description: Log gamemaster commands to database.
674# Default: 0 - (Disabled)
675# 1 - (Enabled)
676
677LogDB.GM = 0
678
679#
680# LogDB.RA
681# Description: Log remote access events to database.
682# Default: 0 - (Disabled)
683# 1 - (Enabled)
684
685LogDB.RA = 0
686
687#
688# LogDB.World
689# Description: Log world server packets to database.
690# Default: 0 - (Disabled)
691# 1 - (Enabled, May have performance impact)
692
693LogDB.World = 0
694
695#
696# LogDB.Chat
697# Description: Log chat messages to database.
698# Default: 0 - (Disabled)
699# 1 - (Enabled)
700
701LogDB.Chat = 0
702
703
704# ChatLogFile
705# Description: Log file for chat logs.
706# Default: "Chat.log" - (Enabled)
707# "" - (Disabled)
708
709ChatLogFile = "Chat.log"
710
711# ChatLogTimestamp
712# Description: Append timestamp to the chat log file name.
713# Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
714# Default: 0 - (Disabled)
715# 1 - (Enabled)
716
717ChatLogTimestamp = 0
718
719#
720# ChatLogs.Channel
721# Description: Log custom channel chat.
722# Default: 0 - (Disabled)
723# 1 - (Enabled)
724
725ChatLogs.Channel = 0
726
727#
728# ChatLogs.Whisper
729# Description: Log whispers between players.
730# Default: 0 - (Disabled)
731# 1 - (Enabled)
732
733ChatLogs.Whisper = 0
734
735#
736# ChatLogs.SysChan
737# Description: Log system channel messages.
738# Default: 0 - (Disabled)
739# 1 - (Enabled)
740
741ChatLogs.SysChan = 0
742
743#
744# ChatLogs.Party
745# Description: Log party chat.
746# Default: 0 - (Disabled)
747# 1 - (Enabled)
748
749
750ChatLogs.Party = 0
751
752#
753# ChatLogs.Raid
754# Description: Log raid chat.
755# Default: 0 - (Disabled)
756# 1 - (Enabled)
757
758
759ChatLogs.Raid = 0
760
761#
762# ChatLogs.Guild
763# Description: Log guild chat.
764# Default: 0 - (Disabled)
765# 1 - (Enabled)
766
767ChatLogs.Guild = 0
768
769#
770# ChatLogs.Public
771# Description: Log public chat (say/yell/emote).
772# Default: 0 - (Disabled)
773# 1 - (Enabled)
774
775ChatLogs.Public = 0
776
777#
778# ChatLogs.Addon
779# Description: Log addon messages.
780# Default: 0 - (Disabled)
781# 1 - (Enabled)
782
783ChatLogs.Addon = 0
784
785#
786# ChatLogs.BattleGround
787# Description: Log battleground chat.
788# Default: 0 - (Disabled)
789# 1 - (Enabled)
790
791ChatLogs.BattleGround = 0
792
793#
794###################################################################################################
795
796###################################################################################################
797# SERVER SETTINGS
798#
799# GameType
800# Description: Server realm type.
801# Default: 0 - (NORMAL)
802# 1 - (PVP)
803# 4 - (NORMAL)
804# 6 - (RP)
805# 8 - (RPPVP)
806# 16 - (FFA_PVP, Free for all pvp mode like arena PvP in all zones except rest
807# activated places and sanctuaries)
808
809GameType = 0
810
811#
812# RealmZone
813# Description: Server realm zone. Set allowed alphabet in character, etc. names.
814# Default 1 - (Development - any language)
815# 2 - (United States - extended-Latin)
816# 3 - (Oceanic - extended-Latin)
817# 4 - (Latin America - extended-Latin)
818# 5 - (Tournament - basic-Latin at create, any at login)
819# 6 - (Korea - East-Asian)
820# 7 - (Tournament - basic-Latin at create, any at login)
821# 8 - (English - extended-Latin)
822# 9 - (German - extended-Latin)
823# 10 - (French - extended-Latin)
824# 11 - (Spanish - extended-Latin)
825# 12 - (Russian - Cyrillic)
826# 13 - (Tournament - basic-Latin at create, any at login)
827# 14 - (Taiwan - East-Asian)
828# 15 - (Tournament - basic-Latin at create, any at login)
829# 16 - (China - East-Asian)
830# 17 - (CN1 - basic-Latin at create, any at login)
831# 18 - (CN2 - basic-Latin at create, any at login)
832# 19 - (CN3 - basic-Latin at create, any at login)
833# 20 - (CN4 - basic-Latin at create, any at login)
834# 21 - (CN5 - basic-Latin at create, any at login)
835# 22 - (CN6 - basic-Latin at create, any at login)
836# 23 - (CN7 - basic-Latin at create, any at login)
837# 24 - (CN8 - basic-Latin at create, any at login)
838# 25 - (Tournament - basic-Latin at create, any at login)
839# 26 - (Test Server - any language)
840# 27 - (Tournament - basic-Latin at create, any at login)
841# 28 - (QA Server - any language)
842# 29 - (CN9 - basic-Latin at create, any at login)
843
844RealmZone = 1
845
846#
847# StrictPlayerNames
848# Description: Limit player name to language specific symbol set. Prevents character
849# creation and forces rename request if not allowed symbols are used
850# Default: 0 - (Disable, Limited server timezone dependent client check)
851# 1 - (Enabled, Strictly basic Latin characters)
852# 2 - (Enabled, Strictly realm zone specific, See RealmZone setting,
853# Note: Client needs to have the appropriate fonts installed which support
854# the charset. For non-official localization, custom fonts need to be
855# placed in clientdir/Fonts.
856# 3 - (Enabled, Basic Latin characters + server timezone specific)
857
858StrictPlayerNames = 0
859
860#
861# StrictCharterNames
862# Description: Limit guild/arena team charter names to language specific symbol set.
863# Prevents charter creation if not allowed symbols are used.
864# Default: 0 - (Disable, Limited server timezone dependent client check)
865# 1 - (Enabled, Strictly basic Latin characters)
866# 2 - (Enabled, Strictly realm zone specific, See RealmZone setting,
867# Note: Client needs to have the appropriate fonts installed which support
868# the charset. For non-official localization, custom fonts need to be
869# placed in clientdir/Fonts.
870# 3 - (Enabled, Basic Latin characters + server timezone specific)
871
872StrictCharterNames = 0
873
874#
875# StrictPetNames
876# Description: Limit pet names to language specific symbol set.
877# Prevents pet naming if not allowed symbols are used.
878# Default: 0 - (Disable, Limited server timezone dependent client check)
879# 1 - (Enabled, Strictly basic Latin characters)
880# 2 - (Enabled, Strictly realm zone specific, See RealmZone setting,
881# Note: Client needs to have the appropriate fonts installed which support
882# the charset. For non-official localization, custom fonts need to be
883# placed in clientdir/Fonts.
884# 3 - (Enabled, Basic Latin characters + server timezone specific)
885
886StrictPetNames = 0
887
888#
889# DBC.Locale
890# Description: DBC language settings.
891# Default: 255 - (Auto Detect)
892# 0 - (English)
893# 1 - (Korean)
894# 2 - (French)
895# 3 - (German)
896# 4 - (Chinese)
897# 5 - (Taiwanese)
898# 6 - (Spanish)
899# 7 - (Spanish Mexico)
900# 8 - (Russian)
901
902DBC.Locale = 255
903
904#
905# DeclinedNames
906# Description: Allow Russian clients to set and use declined names.
907# Default: 0 - (Disabled, Except when the Russian RealmZone is set)
908# 1 - (Enabled)
909
910DeclinedNames = 0
911
912#
913# Expansion
914# Description: Allow server to use content from expansions. Checks for expansion-related
915# map files, client compatibility and class/race character creation.
916# Default: 2 - (Expansion 2)
917# 1 - (Expansion 1)
918# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
919
920Expansion = 2
921
922#
923# MinPlayerName
924# Description: Minimal player name length.
925# Range: 1-12
926# Default: 2
927
928MinPlayerName = 2
929
930#
931# MinCharterName
932# Description: Minimal charter name length.
933# Range: 1-24
934# Default: 2
935
936MinCharterName = 2
937
938#
939# MinPetName
940# Description: Minimal pet name length.
941# Range: 1-12
942# Default: 2
943
944MinPetName = 2
945
946#
947# MaxWhoListReturns
948# Description: Set the max number of players returned in the /who list and interface.
949# Default: 49 - (stable)
950
951MaxWhoListReturns = 49
952
953#
954# CharacterCreating.Disabled
955# Description: Disable character creation for players based on faction.
956# Default: 0 - (Enabled, All factions are allowed)
957# 1 - (Disabled, Alliance)
958# 2 - (Disabled, Horde)
959# 3 - (Disabled, Both factions)
960
961CharacterCreating.Disabled = 0
962
963#
964# CharacterCreating.Disabled.RaceMask
965# Description: Mask of races which cannot be created by players.
966# Example: 1536 - (1024 + 512, Blood Elf and Draenei races are disabled)
967# Default: 0 - (Enabled, All races are allowed)
968# 1 - (Disabled, Human)
969# 2 - (Disabled, Orc)
970# 4 - (Disabled, Dwarf)
971# 8 - (Disabled, Night Elf)
972# 16 - (Disabled, Undead)
973# 32 - (Disabled, Tauren)
974# 64 - (Disabled, Gnome)
975# 128 - (Disabled, Troll)
976# 512 - (Disabled, Blood Elf)
977# 1024 - (Disabled, Draenei)
978
979CharacterCreating.Disabled.RaceMask = 0
980
981#
982# CharacterCreating.Disabled.ClassMask
983# Description: Mask of classes which cannot be created by players.
984# Example: 288 - (32 + 256, Death Knight and Warlock classes are disabled)
985# Default: 0 - (Enabled, All classes are allowed)
986# 1 - (Disabled, Warrior)
987# 2 - (Disabled, Paladin)
988# 4 - (Disabled, Hunter)
989# 8 - (Disabled, Rogue)
990# 16 - (Disabled, Undead)
991# 32 - (Disabled, Death Knight)
992# 64 - (Disabled, Shaman)
993# 128 - (Disabled, Mage)
994# 256 - (Disabled, Warlock)
995# 1024 - (Disabled, Druid)
996
997CharacterCreating.Disabled.ClassMask = 0
998
999#
1000# CharactersPerAccount
1001# Description: Limit number of characters per account on all realms on this realmlist.
1002# Important: Number must be >= CharactersPerRealm
1003# Default: 50
1004
1005CharactersPerAccount = 50
1006#
1007# CharactersPerRealm
1008# Description: Limit number of characters per account on this realm.
1009# Range: 1-10
1010# Default: 10 - (Client limitation)
1011
1012CharactersPerRealm = 10
1013
1014#
1015# HeroicCharactersPerRealm
1016# Description: Limit number of heroic class characters per account on this realm.
1017# Range: 1-10
1018# Default: 1
1019
1020HeroicCharactersPerRealm = 1
1021
1022#
1023# CharacterCreating.MinLevelForHeroicCharacter
1024# Description: Limit creating heroic characters only for account with another
1025# character of specific level (ignored for GM accounts)
1026# Default: 55 - (Enabled, Requires at least another level 55 character)
1027# 0 - (Disabled)
1028# 1 - (Enabled, Requires at least another level 1 character)
1029
1030CharacterCreating.MinLevelForHeroicCharacter = 55
1031
1032#
1033# SkipCinematics
1034# Description: Disable cinematic intro at first login after character creation.
1035# Prevents buggy intros in case of custom start location coordinates.
1036# Default: 0 - (Show intro for each new character)
1037# 1 - (Show intro only for first character of selected race)
1038# 2 - (Disable intro for all classes)
1039
1040SkipCinematics = 0
1041
1042#
1043# MaxPlayerLevel
1044# Description: Maximum level that can be reached by players.
1045# Important: Levels beyond 100 are not recommended at all.
1046# Range: 1-255
1047# Default: 80
1048
1049MaxPlayerLevel = 80
1050
1051#
1052# MinDualSpecLevel
1053# Description: Level requirement for Dual Talent Specialization
1054# Default: 40
1055
1056MinDualSpecLevel = 40
1057
1058#
1059# StartPlayerLevel
1060# Description: Starting level for characters after creation.
1061# Range: 1-MaxPlayerLevel
1062# Default: 1
1063
1064StartPlayerLevel = 1
1065
1066#
1067# StartHeroicPlayerLevel
1068# Description: Staring level for heroic class characters after creation.
1069# Range: 1-MaxPlayerLevel
1070# Default: 55
1071
1072StartHeroicPlayerLevel = 55
1073
1074#
1075# StartPlayerMoney
1076# Description: Amount of money (in Copper) that a character has after creation.
1077# Default: 0
1078# 100 - (1 Silver)
1079
1080StartPlayerMoney = 0
1081
1082#
1083# MaxHonorPoints
1084# Description: Maximum honor points a character can have.
1085# Default: 75000
1086
1087MaxHonorPoints = 75000
1088
1089#
1090# StartHonorPoints
1091# Description: Amount of honor points that characters have after creation.
1092# Default: 0
1093
1094StartHonorPoints = 0
1095
1096#
1097# MaxArenaPoints
1098# Description: Maximum arena points a character can have.
1099# Default: 10000
1100
1101MaxArenaPoints = 10000
1102
1103#
1104# StartArenaPoints
1105# Description: Amount of arena points that characters has after creation.
1106# Default: 0
1107
1108StartArenaPoints = 0
1109
1110#
1111# RecruitAFriend.MaxLevel
1112# Description: Highest level up to which a character can benefit from the Recruit-A-Friend
1113# experience multiplier.
1114# Default: 60
1115
1116RecruitAFriend.MaxLevel = 60
1117
1118#
1119# RecruitAFriend.MaxDifference
1120# Description: Highest level difference between linked Recruiter and Friend benefit from
1121# the Recruit-A-Friend experience multiplier.
1122# Default: 4
1123
1124RecruitAFriend.MaxDifference = 4
1125
1126#
1127# InstantLogout
1128# Description: Required security level for instantly logging out everywhere.
1129# Does not work while in combat, dueling or falling.
1130# Default: 1 - (Enabled, Mods/GMs/Admins)
1131# 0 - (Enabled, Everyone)
1132# 2 - (Enabled, GMs/Admins)
1133# 3 - (Enabled, Admins)
1134# 4 - (Disabled)
1135
1136InstantLogout = 1
1137
1138#
1139# DisableWaterBreath
1140# Description: Required security level for water breathing.
1141# Default: 4 - (Disabled)
1142# 0 - (Enabled, Everyone)
1143# 1 - (Enabled, Mods/GMs/Admins)
1144# 2 - (Enabled, GMs/Admins)
1145# 3 - (Enabled, Admins)
1146
1147DisableWaterBreath = 4
1148
1149#
1150# AllFlightPaths
1151# Description: Character knows all flight paths (of both factions) after creation.
1152# Default: 0 - (Disabled)
1153# 1 - (Enabled)
1154
1155AllFlightPaths = 0
1156
1157#
1158# InstantFlightPaths
1159# Description: Flight paths will take players to their destination instantly instead
1160# of making them wait while flying.
1161# Default: 0 - (Disabled)
1162# 1 - (Enabled)
1163
1164InstantFlightPaths = 0
1165
1166#
1167# AlwaysMaxSkillForLevel
1168# Description: Players will automatically gain max skill level when logging in or leveling
1169# up.
1170# Default: 0 - (Disabled)
1171# 1 - (Enabled)
1172
1173AlwaysMaxSkillForLevel = 0
1174
1175#
1176# ActivateWeather
1177# Description: Activate the weather system.
1178# Default: 1 - (Enabled)
1179# 0 - (Disabled)
1180
1181ActivateWeather = 1
1182
1183#
1184# CastUnstuck
1185# Description: Allow casting the Unstuck spell using .start or unstuck button in client
1186# help options.
1187# Default: 1 - (Enabled)
1188# 0 - (Disabled)
1189
1190CastUnstuck = 1
1191
1192#
1193# Instance.IgnoreLevel
1194# Description: Ignore level requirement when entering instances.
1195# Default: 0 - (Disabled)
1196# 1 - (Enabled)
1197
1198Instance.IgnoreLevel = 0
1199
1200#
1201# Instance.IgnoreRaid
1202# Description: Ignore raid group requirement when entering instances.
1203# Default: 0 - (Disabled)
1204# 1 - (Enabled)
1205
1206Instance.IgnoreRaid = 0
1207
1208#
1209# Instance.ResetTimeHour
1210# Description: Hour of the day when the global instance reset occurs.
1211# Range: 0-23
1212# Default: 4 - (04:00 AM)
1213
1214Instance.ResetTimeHour = 4
1215
1216#
1217# Instance.UnloadDelay
1218# Description: Time (in milliseconds) before instance maps are unloaded from memory if no
1219# characters are inside.
1220# Default: 1800000 - (Enabled, 30 minutes)
1221# 0 - (Disabled, Instance maps are kept in memory until the instance
1222# resets)
1223
1224Instance.UnloadDelay = 1800000
1225
1226#
1227# Quests.LowLevelHideDiff
1228# Description: Level difference between player and quest level at which quests are
1229# considered low-level and are not shown via exclamation mark (!) at quest
1230# givers.
1231# Default: 4 - (Enabled, Hide quests that have 4 levels less than the character)
1232# -1 - (Disabled, Show all available quest marks)
1233
1234Quests.LowLevelHideDiff = 4
1235
1236#
1237# Quests.HighLevelHideDiff
1238# Description: Level difference between player and quest level at which quests are
1239# considered high-level and are not shown via exclamation mark (!) at quest
1240# givers.
1241# Default: 7 - (Enabled, Hide quests that have 7 levels more than the character)
1242# -1 - (Disabled, Show all available quest marks)
1243
1244Quests.HighLevelHideDiff = 7
1245
1246#
1247# Quests.IgnoreRaid
1248# Description: Allow non-raid quests to be completed while in a raid group.
1249# Default: 0 - (Disabled)
1250# 1 - (Enabled)
1251
1252Quests.IgnoreRaid = 0
1253
1254#
1255# Quests.IgnoreAutoAccept
1256# Description: Ignore auto accept flag. Clients will have to manually accept all quests.
1257# Default: 0 - (Disabled, DB values determine if quest is marked auto accept or not.)
1258# 1 - (Enabled, clients will not be told to automatically accept any quest.)
1259
1260Quests.IgnoreAutoAccept = 0
1261
1262#
1263# Quests.IgnoreAutoComplete
1264# Description: Ignore auto complete flag. Clients will have to manually complete all quests.
1265# Default: 0 - (Disabled, DB values determine if quest is marked auto complete or not.)
1266# 1 - (Enabled, clients will not be told to automatically complete any quest.)
1267
1268Quests.IgnoreAutoComplete = 0
1269
1270#
1271# Guild.EventLogRecordsCount
1272# Description: Number of log entries for guild events that are stored per guild. Old entries
1273# will be overwritten if the number of log entries exceed the configured value.
1274# High numbers prevent this behavior but may have performance impacts.
1275# Default: 100
1276
1277Guild.EventLogRecordsCount = 100
1278
1279#
1280# Guild.BankEventLogRecordsCount
1281# Description: Number of log entries for guild bank events that are stored per guild. Old
1282# entries will be overwritten if the number of log entries exceed the
1283# configured value. High numbers prevent this behavior but may have performance
1284# impacts.
1285# Default: 25 - (Minimum)
1286
1287Guild.BankEventLogRecordsCount = 25
1288
1289#
1290# MaxPrimaryTradeSkill
1291# Description: Maximum number of primary professions a character can learn.
1292# Range: 0-10
1293# Default: 2
1294
1295MaxPrimaryTradeSkill = 2
1296
1297#
1298# MinPetitionSigns
1299# Description: Number of required signatures on charters to create a guild.
1300# Range: 0-9
1301# Default: 9
1302
1303MinPetitionSigns = 9
1304
1305#
1306# MaxGroupXPDistance
1307# Description: Max distance to creature for group member to get experience at creature
1308# death.
1309# Default: 74
1310
1311MaxGroupXPDistance = 74
1312
1313#
1314# MaxRecruitAFriendBonusDistance
1315# Description: Max distance between character and and group to gain the Recruit-A-Friend
1316# XP multiplier.
1317# Default: 100
1318
1319MaxRecruitAFriendBonusDistance = 100
1320
1321#
1322# MailDeliveryDelay
1323# Description: Time (in seconds) mail delivery is delayed when sending items.
1324# Default: 3600 - (1 hour)
1325
1326MailDeliveryDelay = 3600
1327
1328#
1329# SkillChance.Prospecting
1330# Description: Allow skill increase from prospecting.
1331# Default: 0 - (Disabled)
1332# 1 - (Enabled)
1333
1334SkillChance.Prospecting = 0
1335
1336#
1337# SkillChance.Milling
1338# Description: Allow skill increase from milling.
1339# Default: 0 - (Disabled)
1340# 1 - (Enabled)
1341
1342SkillChance.Milling = 0
1343
1344#
1345# OffhandCheckAtSpellUnlearn
1346# Description: Unlearning certain spells can change offhand weapon restrictions
1347# for equip slots.
1348# Default: 1 - (Recheck offhand slot weapon at unlearning a spell)
1349# 0 - (Recheck offhand slot weapon only at zone update)
1350
1351OffhandCheckAtSpellUnlearn = 1
1352
1353#
1354# ClientCacheVersion
1355# Description: Client cache version for client cache data reset. Use any value different
1356# from DB and not recently been used to trigger client side cache reset.
1357# Default: 0 - (Use DB value from world DB db_version.cache_id field)
1358
1359ClientCacheVersion = 0
1360
1361#
1362# Event.Announce
1363# Description: Announce events.
1364# Default: 0 - (Disabled)
1365# 1 - (Enabled)
1366
1367Event.Announce = 0
1368
1369#
1370# BeepAtStart
1371# Description: Beep when the world server finished starting (Unix/Linux systems).
1372# Default: 1 - (Enabled)
1373# 0 - (Disabled)
1374
1375BeepAtStart = 1
1376
1377#
1378# Motd
1379# Description: Message of the Day, displayed at login.
1380# Use '@' for a newline and be sure to escape special characters.
1381# Example: "Welcome to John\'s Server@This server runs on Trinity Core."
1382# Default: "Welcome to a Trinity Core server."
1383
1384Motd = "Welcome to a Trinity Core server."
1385
1386#
1387# Server.LoginInfo
1388# Description: Display core version (.server info) on login.
1389# Default: 0 - (Disabled)
1390# 1 - (Enabled)
1391
1392Server.LoginInfo = 0
1393
1394#
1395# Command.LookupMaxResults
1396# Description: Number of results being displayed using a .lookup command.
1397# Default: 0 - (Unlimited)
1398
1399Command.LookupMaxResults = 0
1400
1401#
1402# AllowTickets
1403# Description: Allow/disallow sending new tickets.
1404# Default: 1 - (Enabled)
1405# 0 - (Disabled)
1406
1407AllowTickets = 1
1408
1409#
1410# DungeonFinder.Enable
1411# Description: Dungeon and raid finder system.
1412# Default: 0 - (Disabled)
1413# 1 - (Enabled, Experimental as of still being in development)
1414
1415DungeonFinder.Enable = 1
1416
1417#
1418# DBC.EnforceItemAttributes
1419# Description: Disallow overriding item attributes stored in DBC files with values from the
1420# database.
1421# Default: 1 - (Enabled, Enforce DBC values)
1422# 0 - (Disabled, Use database values)
1423
1424DBC.EnforceItemAttributes = 1
1425
1426#
1427# AccountInstancesPerHour
1428# Description: Controls the max amount of different instances player can enter within hour
1429# Default: 5
1430
1431AccountInstancesPerHour = 5
1432
1433#
1434###################################################################################################
1435
1436###################################################################################################
1437# WARDEN SETTINGS
1438#
1439# Warden.Enabled
1440# Description: Enable Warden anticheat system.
1441# Default: 0 - (Disabled)
1442# 1 - (Enabled)
1443
1444Warden.Enabled = 0
1445
1446#
1447# Warden.NumMemChecks
1448# Description: Number of Warden memory checks that are sent to the client each cycle.
1449# Default: 3 - (Enabled)
1450# 0 - (Disabled)
1451
1452Warden.NumMemChecks = 3
1453
1454#
1455# Warden.NumOtherChecks
1456# Description: Number of Warden checks other than memory checks that are added to request
1457# each checking cycle.
1458# Default: 7 - (Enabled)
1459# 0 - (Disabled)
1460
1461Warden.NumOtherChecks = 7
1462
1463#
1464# Warden.LogFile
1465# Description: Client check fails will be logged here.
1466# Default: "" - (Disabled)
1467# "Warden.log" - (Enabled)
1468#
1469
1470Warden.LogFile = ""
1471
1472#
1473# Warden.ClientResponseDelay
1474# Description: Time (in seconds) before client is getting disconnecting for not responding.
1475# Default: 600 - (10 Minutes)
1476# 0 - (Disabled, client won't be kicked)
1477
1478Warden.ClientResponseDelay = 600
1479
1480#
1481# Warden.ClientCheckHoldOff
1482# Description: Time (in seconds) to wait before sending the next check request to the client.
1483
1484# A low number increases traffic and load on client and server side.
1485# Default: 30 - (30 Seconds)
1486# 0 - (Send check as soon as possible)
1487
1488Warden.ClientCheckHoldOff = 30
1489
1490#
1491# Warden.ClientCheckFailAction
1492# Description: Default action being taken if a client check failed. Actions can be
1493# overwritten for each single check via warden_action table in characters
1494# database.
1495# Default: 0 - (Disabled, Logging only)
1496# 1 - (Kick)
1497# 2 - (Ban)
1498
1499Warden.ClientCheckFailAction = 0
1500
1501#
1502# Warden.BanDuration
1503# Description: Time (in seconds) an account will be banned if ClientCheckFailAction is set
1504# to ban.
1505# Default: 86400 - (24 hours)
1506# 0 - (Permanent ban)
1507
1508Warden.BanDuration = 86400
1509
1510#
1511###################################################################################################
1512
1513###################################################################################################
1514# PLAYER INTERACTION
1515#
1516# AllowTwoSide.Accounts
1517# Description: Allow creating characters of both factions on the same account.
1518# Default: 1 - (Enabled)
1519# 0 - (Disabled)
1520
1521AllowTwoSide.Accounts = 1
1522
1523#
1524# AllowTwoSide.Interaction.Chat
1525# Description: Allow say chat between factions.
1526# Default: 0 - (Disabled)
1527# 1 - (Enabled)
1528
1529AllowTwoSide.Interaction.Chat = 0
1530
1531#
1532# AllowTwoSide.Interaction.Channel
1533# Description: Allow channel chat between factions.
1534# Default: 0 - (Disabled)
1535# 1 - (Enabled)
1536
1537AllowTwoSide.Interaction.Channel = 0
1538
1539#
1540# AllowTwoSide.Interaction.Group
1541# Description: Allow group joining between factions.
1542# Default: 0 - (Disabled)
1543# 1 - (Enabled)
1544
1545AllowTwoSide.Interaction.Group = 0
1546
1547#
1548# AllowTwoSide.Interaction.Guild
1549# Description: Allow guild joining between factions.
1550# Default: 0 - (Disabled)
1551# 1 - (Enabled)
1552
1553AllowTwoSide.Interaction.Guild = 0
1554
1555#
1556# AllowTwoSide.Interaction.Auction
1557# Description: Allow auctions between factions.
1558# Default: 0 - (Disabled)
1559# 1 - (Enabled)
1560
1561AllowTwoSide.Interaction.Auction = 0
1562
1563#
1564# AllowTwoSide.Interaction.Mail
1565# Description: Allow sending mails between factions.
1566# Default: 0 - (Disabled)
1567# 1 - (Enabled)
1568
1569AllowTwoSide.Interaction.Mail = 0
1570
1571#
1572# AllowTwoSide.WhoList
1573# Description: Show characters from both factions in the /who list.
1574# Default: 0 - (Disabled)
1575# 1 - (Enabled)
1576
1577AllowTwoSide.WhoList = 0
1578
1579#
1580# AllowTwoSide.AddFriend
1581# Description: Allow adding friends from other faction the friends list.
1582# Default: 0 - (Disabled)
1583# 1 - (Enabled)
1584
1585AllowTwoSide.AddFriend = 0
1586
1587#
1588# AllowTwoSide.Trade
1589# Description: Allow trading between factions.
1590# Default: 0 - (Disabled)
1591# 1 - (Enabled)
1592
1593AllowTwoSide.Trade = 0
1594
1595#
1596# TalentsInspecting
1597# Description: Allow inspecting characters from the opposing faction.
1598# Doesn't affect characters in gamemaster mode.
1599# Default: 1 - (Enabled)
1600# 0 - (Disabled)
1601
1602TalentsInspecting = 1
1603
1604#
1605###################################################################################################
1606
1607###################################################################################################
1608# CREATURE SETTINGS
1609#
1610# ThreatRadius
1611# Description: Distance for creatures to evade after being pulled away from the combat
1612# starting point. If ThreatRadius is less than creature aggro radius then aggro
1613# radius will be used.
1614# Default: 60
1615
1616ThreatRadius = 60
1617
1618#
1619# Rate.Creature.Aggro
1620# Description: Aggro radius percentage.
1621# Default: 1 - (Enabled, 100%)
1622# 1.5 - (Enabled, 150%)
1623# 0 - (Disabled, 0%)
1624
1625Rate.Creature.Aggro = 1
1626
1627#
1628# CreatureFamilyFleeAssistanceRadius
1629# Description: Distance for fleeing creatures seeking assistance from other creatures.
1630# Default: 30 - (Enabled)
1631# 0 - (Disabled)
1632
1633CreatureFamilyFleeAssistanceRadius = 30
1634
1635#
1636# CreatureFamilyAssistanceRadius
1637# Description: Distance for creatures calling for assistance from other creatures without
1638# moving.
1639# Default: 10 - (Enabled)
1640# 0 - (Disabled)
1641
1642CreatureFamilyAssistanceRadius = 10
1643
1644#
1645# CreatureFamilyAssistanceDelay
1646# Description: Time (in milliseconds) before creature assistance call.
1647# Default: 1500 - (1.5 Seconds)
1648
1649CreatureFamilyAssistanceDelay = 1500
1650
1651#
1652# CreatureFamilyFleeDelay
1653# Description: Time (in milliseconds) during which creature can flee if no assistance was
1654# found.
1655# Default: 7000 (7 Seconds)
1656
1657CreatureFamilyFleeDelay = 7000
1658
1659#
1660# WorldBossLevelDiff
1661# Description: World boss level difference.
1662# Default: 3
1663
1664WorldBossLevelDiff = 3
1665
1666#
1667# Corpse.Decay.NORMAL
1668# Corpse.Decay.RARE
1669# Corpse.Decay.ELITE
1670# Corpse.Decay.RAREELITE
1671# Corpse.Decay.WORLDBOSS
1672# Description: Time (in seconds) until creature corpse will decay if not looted or skinned.
1673# Default: 60 - (1 Minute, Corpse.Decay.NORMAL)
1674# 300 - (5 Minutes, Corpse.Decay.RARE)
1675# 300 - (5 Minutes, Corpse.Decay.ELITE)
1676# 300 - (5 Minutes, Corpse.Decay.RAREELITE)
1677# 3600 - (1 Hour, Corpse.Decay.WORLDBOSS)
1678
1679Corpse.Decay.NORMAL = 60
1680Corpse.Decay.RARE = 300
1681Corpse.Decay.ELITE = 300
1682Corpse.Decay.RAREELITE = 300
1683Corpse.Decay.WORLDBOSS = 3600
1684
1685#
1686# Rate.Corpse.Decay.Looted
1687# Description: Multiplier for Corpse.Decay.* to configure how long creature corpses stay
1688# after they have been looted.
1689# Default: 0.5
1690
1691Rate.Corpse.Decay.Looted = 0.5
1692
1693#
1694# Rate.Creature.Normal.Damage
1695# Rate.Creature.Elite.Elite.Damage
1696# Rate.Creature.Elite.RARE.Damage
1697# Rate.Creature.Elite.RAREELITE.Damage
1698# Rate.Creature.Elite.WORLDBOSS.Damage
1699# Description: Mulitplier for creature melee damage.
1700# Default: 1 - (Rate.Creature.Normal.Damage)
1701# 1 - (Rate.Creature.Elite.Elite.Damage)
1702# 1 - (Rate.Creature.Elite.RARE.Damage)
1703# 1 - (Rate.Creature.Elite.RAREELITE.Damage)
1704# 1 - (Rate.Creature.Elite.WORLDBOSS.Damage)
1705#
1706
1707Rate.Creature.Normal.Damage = 1
1708Rate.Creature.Elite.Elite.Damage = 1
1709Rate.Creature.Elite.RARE.Damage = 1
1710Rate.Creature.Elite.RAREELITE.Damage = 1
1711Rate.Creature.Elite.WORLDBOSS.Damage = 1
1712
1713#
1714# Rate.Creature.Normal.SpellDamage
1715# Rate.Creature.Elite.Elite.SpellDamage
1716# Rate.Creature.Elite.RARE.SpellDamage
1717# Rate.Creature.Elite.RAREELITE.SpellDamage
1718# Rate.Creature.Elite.WORLDBOSS.SpellDamage
1719# Description: Mulitplier for creature spell damage.
1720# Default: 1 - (Rate.Creature.Normal.SpellDamage)
1721# 1 - (Rate.Creature.Elite.Elite.SpellDamage)
1722# 1 - (Rate.Creature.Elite.RARE.SpellDamage)
1723# 1 - (Rate.Creature.Elite.RAREELITE.SpellDamage)
1724# 1 - (Rate.Creature.Elite.WORLDBOSS.SpellDamage)
1725
1726Rate.Creature.Normal.SpellDamage = 1
1727Rate.Creature.Elite.Elite.SpellDamage = 1
1728Rate.Creature.Elite.RARE.SpellDamage = 1
1729Rate.Creature.Elite.RAREELITE.SpellDamage = 1
1730Rate.Creature.Elite.WORLDBOSS.SpellDamage = 1
1731
1732#
1733# Rate.Creature.Normal.HP
1734# Rate.Creature.Elite.Elite.HP
1735# Rate.Creature.Elite.RARE.HP
1736# Rate.Creature.Elite.RAREELITE.HP
1737# Rate.Creature.Elite.WORLDBOSS.HP
1738# Description: Mulitplier for creature health.
1739# Default: 1 - (Rate.Creature.Normal.HP)
1740# 1 - (Rate.Creature.Elite.Elite.HP)
1741# 1 - (Rate.Creature.Elite.RARE.HP)
1742# 1 - (Rate.Creature.Elite.RAREELITE.HP)
1743# 1 - (Rate.Creature.Elite.WORLDBOSS.HP)
1744
1745Rate.Creature.Normal.HP = 1
1746Rate.Creature.Elite.Elite.HP = 1
1747Rate.Creature.Elite.RARE.HP = 1
1748Rate.Creature.Elite.RAREELITE.HP = 1
1749Rate.Creature.Elite.WORLDBOSS.HP = 1
1750
1751#
1752# ListenRange.Say
1753# Description: Distance in which players can read say messages from creatures or
1754# gameobjects.
1755# Default: 40
1756
1757ListenRange.Say = 40
1758
1759#
1760# ListenRange.TextEmote
1761# Description: Distance in which players can read emotes from creatures or gameobjects.
1762# Default: 40
1763
1764ListenRange.TextEmote = 40
1765
1766#
1767# ListenRange.Yell
1768# Description: Distance in which players can read yell messages from creatures or
1769# gameobjects.
1770# Default: 300
1771
1772ListenRange.Yell = 300
1773
1774#
1775###################################################################################################
1776
1777###################################################################################################
1778# CHAT SETTINGS
1779#
1780# ChatFakeMessagePreventing
1781# Description: Chat protection from creating fake messages using a lot spaces or other
1782# invisible symbols. Not applied to the addon language, but may break old
1783# addons that use normal languages for sending data to other clients.
1784# Default: 0 - (Disabled)
1785# 1 - (Enabled)
1786
1787ChatFakeMessagePreventing = 0
1788
1789#
1790# ChatStrictLinkChecking.Severity
1791# Description: Check chat messages for ingame links to spells, items, quests, etc.
1792# Default: 0 - (Disabled)
1793# 1 - (Enabled, Check if only valid pipe commands are used, Prevents posting
1794# pictures.)
1795# 2 - (Enabled, Verify that pipe commands are used in a correct order)
1796# 3 - (Check if color, entry and name don't contradict each other. For this to
1797# work correctly, please assure that you have extracted locale DBCs of
1798# every language specific client playing on this server)
1799
1800ChatStrictLinkChecking.Severity = 0
1801
1802#
1803# ChatStrictLinkChecking.Kick
1804# Description: Defines what should be done if a message is considered to contain invalid
1805# pipe commands.
1806# Default: 0 - (Silently ignore message)
1807# 1 - (Disconnect players who sent malformed messages)
1808
1809ChatStrictLinkChecking.Kick = 0
1810
1811#
1812# ChatFlood.MessageCount
1813# Description: Chat flood protection, number of messages before player gets muted.
1814# Default: 10 - (Enabled)
1815# 0 - (Disabled)
1816
1817ChatFlood.MessageCount = 10
1818
1819#
1820# ChatFlood.MessageDelay
1821# Description: Time (in seconds) between messages to be counted into ChatFlood.MessageCount.
1822# Default: 1
1823
1824ChatFlood.MessageDelay = 1
1825
1826#
1827# ChatFlood.MuteTime
1828# Description: Time (in seconds) characters get muted for violating ChatFlood.MessageCount.
1829# Default: 10
1830
1831ChatFlood.MuteTime = 10
1832
1833#
1834# Channel.RestrictedLfg
1835# Description: Restrict LookupForGroup channel to characters registered in the LFG tool.
1836# Default: 1 - (Enabled, Allow join to channel only if registered in LFG)
1837# 0 - (Disabled, Allow join to channel in any time)
1838
1839Channel.RestrictedLfg = 1
1840
1841#
1842# Channel.SilentlyGMJoin
1843# Description: Silently join GM characters to channels. If set to 1, channel kick and ban
1844# commands issued by a GM will not be broadcasted.
1845# Default: 0 - (Disabled, Join with announcement)
1846# 1 - (Enabled, Join without announcement)
1847
1848Channel.SilentlyGMJoin = 0
1849
1850#
1851# ChatLevelReq.Channel
1852# Description: Level requirement for characters to be able to write in chat channels.
1853# Default: 1
1854
1855ChatLevelReq.Channel = 1
1856
1857#
1858# ChatLevelReq.Whisper
1859# Description: Level requirement for characters to be able to whisper other characters.
1860# Default: 1
1861
1862ChatLevelReq.Whisper = 1
1863
1864#
1865# ChatLevelReq.Say
1866# Description: Level requirement for characters to be able to use say/yell/emote.
1867# Default: 1
1868
1869ChatLevelReq.Say = 1
1870
1871#
1872# AllowPlayerCommands
1873# Description: Allow players to use commands.
1874# Default: 1 - (Enabled)
1875# 0 - (Disabled)
1876
1877AllowPlayerCommands = 1
1878
1879#
1880# PreserveCustomChannels
1881# Description: Store custom chat channel settings like password, automatic ownership handout
1882# or ban list in the database. Needs to be enabled to save custom
1883# world/trade/etc. channels that have automatic ownership handout disabled.
1884# (.channel set ownership $channel off)
1885# Default: 0 - (Disabled, Blizzlike, Channel settings are lost if last person left)
1886# 1 - (Enabled)
1887
1888PreserveCustomChannels = 1
1889
1890#
1891# PreserveCustomChannelDuration
1892# Description: Time (in days) that needs to pass before the customs chat channels get
1893# cleaned up from the database. Only channels with ownership handout enabled
1894# (default behavior) will be cleaned.
1895# Default: 14 - (Enabled, Clean channels that haven't been used for 14 days)
1896# 0 - (Disabled, Infinite channel storage)
1897
1898PreserveCustomChannelDuration = 14
1899
1900#
1901###################################################################################################
1902
1903###################################################################################################
1904# GAME MASTER SETTINGS
1905#
1906# GM.LoginState
1907# Description: GM mode at login.
1908# Default: 2 - (Last save state)
1909# 0 - (Disable)
1910# 1 - (Enable)
1911
1912GM.LoginState = 2
1913
1914#
1915# GM.Visible
1916# Description: GM visibility at login.
1917# Default: 2 - (Last save state)
1918# 0 - (Invisible)
1919# 1 - (Visible)
1920
1921GM.Visible = 2
1922
1923#
1924# GM.Chat
1925# Description: GM chat mode at login.
1926# Default: 2 - (Last save state)
1927# 0 - (Disable)
1928# 1 - (Enable)
1929
1930GM.Chat = 2
1931
1932#
1933# GM.WhisperingTo
1934# Description: Is GM accepting whispers from player by default or not.
1935# Default: 2 - (Last save state)
1936# 0 - (Disable)
1937# 1 - (Enable)
1938
1939GM.WhisperingTo = 2
1940
1941#
1942# GM.InGMList.Level
1943# Description: Maximum GM level shown in GM list (if enabled) in non-GM state (.gm off).
1944# Default: 3 - (Anyone)
1945# 0 - (Only players)
1946# 1 - (Only moderators)
1947# 2 - (Only gamemasters)
1948
1949GM.InGMList.Level = 3
1950
1951#
1952# GM.InWhoList.Level
1953# Description: Max GM level showed in who list (if visible).
1954# Default: 3 - (Anyone)
1955# 0 - (Only players)
1956# 1 - (Only moderators)
1957# 2 - (Only gamemasters)
1958
1959GM.InWhoList.Level = 3
1960
1961#
1962# GM.LogTrade
1963# Description: Include GM trade and trade slot enchanting operations in GM log.
1964# Default: 1 - (Enabled)
1965# 0 - (Disabled)
1966
1967GM.LogTrade = 1
1968
1969#
1970# GM.StartLevel
1971# Description: GM character starting level.
1972# Default: 1
1973
1974GM.StartLevel = 1
1975
1976#
1977# GM.AllowInvite
1978# Description: Allow players to invite GM characters.
1979# Default: 0 - (Disabled)
1980# 1 - (Enabled)
1981
1982GM.AllowInvite = 0
1983
1984#
1985# GM.AllowFriend
1986# Description: Allow players to add GM characters to their friends list.
1987# Default: 0 - (Disabled)
1988# 1 - (Enabled)
1989
1990GM.AllowFriend = 0
1991
1992#
1993# GM.LowerSecurity
1994# Description: Allow lower security levels to use commands on higher security level
1995# characters.
1996# Default: 0 - (Disabled)
1997# 1 - (Enabled)
1998
1999GM.LowerSecurity = 0
2000
2001#
2002# GM.TicketSystem.ChanceOfGMSurvey
2003# Description: Chance of sending a GM survey after ticket completion.
2004# Default: 50 - (Enabled)
2005# 0 - (Disabled)
2006
2007GM.TicketSystem.ChanceOfGMSurvey = 50
2008
2009#
2010###################################################################################################
2011
2012###################################################################################################
2013# VISIBILITY AND DISTANCES
2014#
2015# Visibility.GroupMode
2016# Description: Group visibility modes. Defines which groups can aways detect invisible
2017# characters of the same raid, group or faction.
2018# Default: 1 - (Raid)
2019# 0 - (Party)
2020# 2 - (Faction)
2021
2022Visibility.GroupMode = 1
2023
2024#
2025# Visibility.Distance.Continents
2026# Visibility.Distance.Instances
2027# Visibility.Distance.BGArenas
2028# Description: Visibility distance to see other players or gameobjects.
2029# Visibility on continents on retail ~90 yards. In BG/Arenas ~180.
2030# For instances default ~120.
2031# Max limited by active player zone: ~ 333
2032# Min limit is max aggro radius (45) * Rate.Creature.Aggro
2033# Default: 90 - (Visibility.Distance.Continents)
2034# 120 - (Visibility.Distance.Instances)
2035# 180 - (Visibility.Distance.BGArenas)
2036
2037Visibility.Distance.Continents = 90
2038Visibility.Distance.Instances = 120
2039Visibility.Distance.BGArenas = 180
2040
2041#
2042# Visibility.Notify.Period.OnContinents
2043# Visibility.Notify.Period.InInstances
2044# Visibility.Notify.Period.InBGArenas
2045# Description: Time (in milliseconds) for visibility update period. Lower values may have
2046# performance impact.
2047# Default: 1000 - (Visibility.Notify.Period.OnContinents)
2048# 1000 - (Visibility.Notify.Period.InInstances)
2049# 1000 - (Visibility.Notify.Period.InBGArenas)
2050
2051Visibility.Notify.Period.OnContinents = 1000
2052Visibility.Notify.Period.InInstances = 1000
2053Visibility.Notify.Period.InBGArenas = 1000
2054
2055#
2056###################################################################################################
2057
2058###################################################################################################
2059# SERVER RATES
2060#
2061# Rate.Health
2062# Rate.Mana
2063# Rate.Rage.Income
2064# Rate.Rage.Loss
2065# Rate.RunicPower.Income
2066# Rate.RunicPower.Loss
2067# Rate.Focus
2068# Rate.Energy
2069# Rate.Loyalty
2070# Description: Multiplier to configure health, mana, incoming rage, loss of rage, focus
2071# energy and loyalty increase or decrease.
2072# Default: 1 - (Rate.Health)
2073# 1 - (Rate.Mana)
2074# 1 - (Rate.Rage.Income)
2075# 1 - (Rate.Rage.Loss)
2076# 1 - (Rate.RunicPower.Income)
2077# 1 - (Rate.RunicPower.Loss)
2078# 1 - (Rate.Focus)
2079# 1 - (Rate.Energy)
2080# 1 - (Rate.Loyalty)
2081
2082Rate.Health = 1
2083Rate.Mana = 1
2084Rate.Rage.Income = 1
2085Rate.Rage.Loss = 1
2086Rate.RunicPower.Income = 1
2087Rate.RunicPower.Loss = 1
2088Rate.Focus = 1
2089Rate.Energy = 1
2090Rate.Loyalty = 1
2091
2092#
2093# Rate.Skill.Discovery
2094# Description: Multiplier for skill discovery.
2095# Default: 1
2096
2097Rate.Skill.Discovery = 1
2098
2099#
2100# Rate.Drop.Item.Poor
2101# Rate.Drop.Item.Normal
2102# Rate.Drop.Item.Uncommon
2103# Rate.Drop.Item.Rare
2104# Rate.Drop.Item.Epic
2105# Rate.Drop.Item.Legendary
2106# Rate.Drop.Item.Artifact
2107# Rate.Drop.Item.Referenced
2108# Rate.Drop.Money
2109# Description: Drop rates for money and items based on quality.
2110# Default: 1 - (Rate.Drop.Item.Poor)
2111# 1 - (Rate.Drop.Item.Normal)
2112# 1 - (Rate.Drop.Item.Uncommon)
2113# 1 - (Rate.Drop.Item.Rare)
2114# 1 - (Rate.Drop.Item.Epic)
2115# 1 - (Rate.Drop.Item.Legendary)
2116# 1 - (Rate.Drop.Item.Artifact)
2117# 1 - (Rate.Drop.Item.Referenced)
2118# 1 - (Rate.Drop.Money)
2119
2120Rate.Drop.Item.Poor = 1
2121Rate.Drop.Item.Normal = 1
2122Rate.Drop.Item.Uncommon = 1
2123Rate.Drop.Item.Rare = 1
2124Rate.Drop.Item.Epic = 1
2125Rate.Drop.Item.Legendary = 1
2126Rate.Drop.Item.Artifact = 1
2127Rate.Drop.Item.Referenced = 1
2128Rate.Drop.Money = 1
2129
2130#
2131# Rate.Drop.Item.ReferencedAmount
2132# Description: Multiplier for referenced loot amount.
2133# Default: 1
2134
2135Rate.Drop.Item.ReferencedAmount = 1
2136
2137#
2138# Rate.XP.Kill
2139# Rate.XP.Quest
2140# Rate.XP.Explore
2141# Description: Experience rates.
2142# Default: 1 - (Rate.XP.Kill)
2143# 1 - (Rate.XP.Quest)
2144# 1 - (Rate.XP.Explore)
2145
2146Rate.XP.Kill = 1
2147Rate.XP.Quest = 1
2148Rate.XP.Explore = 1
2149
2150#
2151# Rate.RepairCost
2152# Description: Repair cost rate.
2153# Default: 1
2154
2155Rate.RepairCost = 1
2156
2157#
2158# Rate.Rest.InGame
2159# Rate.Rest.Offline.InTavernOrCity
2160# Rate.Rest.Offline.InWilderness
2161# Description: Resting points grow rates.
2162# Default: 1 - (Rate.Rest.InGame)
2163# 1 - (Rate.Rest.Offline.InTavernOrCity)
2164# 1 - (Rate.Rest.Offline.InWilderness)
2165
2166Rate.Rest.InGame = 1
2167Rate.Rest.Offline.InTavernOrCity = 1
2168Rate.Rest.Offline.InWilderness = 1
2169
2170#
2171# Rate.Damage.Fall
2172# Description: Damage after fall rate.
2173# Default: 1
2174
2175Rate.Damage.Fall = 1
2176
2177#
2178# Rate.Auction.Time
2179# Rate.Auction.Deposit
2180# Rate.Auction.Cut
2181# Description: Auction rates (auction time, deposit get at auction start,
2182# auction cut from price at auction end)
2183# Default: 1 - (Rate.Auction.Time)
2184# 1 - (Rate.Auction.Deposit)
2185# 1 - (Rate.Auction.Cut)
2186
2187Rate.Auction.Time = 1
2188Rate.Auction.Deposit = 1
2189Rate.Auction.Cut = 1
2190
2191#
2192# Rate.Honor
2193# Description: Honor gain rate.
2194# Default: 1
2195
2196Rate.Honor = 1
2197
2198#
2199# Rate.Mining.Amount
2200# Description: Rate for minimum/maximum times a deposit can be used.
2201# Default: 1
2202
2203Rate.Mining.Amount = 1
2204
2205#
2206# Rate.Mining.Next
2207# Description: Mining rates.
2208# Default: Chance to to mine a deposit again.
2209
2210Rate.Mining.Next = 1
2211
2212#
2213# Rate.Talent
2214# Description: Talent point rate.
2215# Default: 1
2216
2217Rate.Talent = 1
2218
2219#
2220# Rate.Reputation.Gain
2221# Description: Reputation gain rate.
2222# Default: 1
2223
2224Rate.Reputation.Gain = 1
2225
2226#
2227# Rate.Reputation.LowLevel.Kill
2228# Description: Reputation gain from killing low level (grey) creatures.
2229# Default: 1
2230
2231Rate.Reputation.LowLevel.Kill = 1
2232
2233#
2234# Rate.Reputation.LowLevel.Quest
2235# Description: Reputation gain rate.
2236# Default: 1
2237
2238Rate.Reputation.LowLevel.Quest = 1
2239
2240#
2241# Rate.Reputation.RecruitAFriendBonus
2242# Description: Reputation bonus rate for recruit-a-friend.
2243# Default: 0.1
2244
2245Rate.Reputation.RecruitAFriendBonus = 0.1
2246
2247#
2248# Rate.MoveSpeed
2249# Description: Movement speed rate.
2250# Default: 1
2251
2252Rate.MoveSpeed = 1
2253
2254#
2255# Rate.InstanceResetTime
2256# Description: Multiplier for the rate between global raid/heroic instance resets
2257# (dbc value). Higher value increases the time between resets,
2258# lower value lowers the time, you need clean instance_reset in
2259# characters db in order to let new values work.
2260# Default: 1
2261
2262Rate.InstanceResetTime = 1
2263
2264#
2265# SkillGain.Crafting
2266# SkillGain.Defense
2267# SkillGain.Gathering
2268# SkillGain.Weapon
2269# Description: Crafting/defense/gathering/weapon skills gain rate.
2270# Default: 1 - (SkillGain.Crafting)
2271# 1 - (SkillGain.Defense)
2272# 1 - (SkillGain.Gathering)
2273# 1 - (SkillGain.Weapon)
2274
2275SkillGain.Crafting = 1
2276SkillGain.Defense = 1
2277SkillGain.Gathering = 1
2278SkillGain.Weapon = 1
2279
2280#
2281# SkillChance.Orange
2282# SkillChance.Yellow
2283# SkillChance.Green
2284# SkillChance.Grey
2285# Description: Chance to increase skill based on recipe color.
2286# Default: 100 - (SkillChance.Orange)
2287# 75 - (SkillChance.Yellow)
2288# 25 - (SkillChance.Green)
2289# 0 - (SkillChance.Grey)
2290
2291SkillChance.Orange = 100
2292SkillChance.Yellow = 75
2293SkillChance.Green = 25
2294SkillChance.Grey = 0
2295
2296#
2297# SkillChance.MiningSteps
2298# SkillChance.SkinningSteps
2299# Description: Skinning and Mining chance decreases with skill level.
2300# Default: 0 - (Disabled)
2301# 75 - (In 2 times each 75 skill points)
2302
2303SkillChance.MiningSteps = 0
2304SkillChance.SkinningSteps = 0
2305
2306#
2307# DurabilityLoss.InPvP
2308# Description: Durability loss on death during PvP.
2309# Default: 0 - (Disabled)
2310# 1 - (Enabled)
2311
2312DurabilityLoss.InPvP = 0
2313
2314#
2315# DurabilityLoss.OnDeath
2316# Description: Durability loss percentage on death.
2317# Default: 10
2318
2319DurabilityLoss.OnDeath = 10
2320
2321#
2322# DurabilityLossChance.Damage
2323# Description: Chance to lose durability on one equipped item from damage.
2324# Default: 0.5 - (100/0.5 = 200, Each 200 damage one equipped item will use durability)
2325
2326DurabilityLossChance.Damage = 0.5
2327
2328#
2329# DurabilityLossChance.Absorb
2330# Description: Chance to lose durability on one equipped armor item when absorbing damage.
2331# Default: 0.5 - (100/0.5 = 200, Each 200 absorbed damage one equipped item will lose
2332# durability)
2333
2334DurabilityLossChance.Absorb = 0.5
2335
2336#
2337# DurabilityLossChance.Parry
2338# Description: Chance to lose durability on main weapon when parrying attacks.
2339# Default: 0.05 - (100/0.05 = 2000, Each 2000 parried damage the main weapon will lose
2340# durability)
2341
2342DurabilityLossChance.Parry = 0.05
2343
2344#
2345# DurabilityLossChance.Block
2346# Description: Chance to lose durability on shield when blocking attacks.
2347# Default: 0.05 - (100/0.05 = 2000, Each 2000 blocked damage the shield will lose
2348# durability)
2349
2350DurabilityLossChance.Block = 0.05
2351
2352#
2353# Death.SicknessLevel
2354# Description: Starting level for resurrection sickness.
2355# Example: 11 - (Level 1-10 characters will not be affected,
2356# Level 11-19 characters will be affected for 1 minute,
2357# Level 20-MaxPlayerLevel characters will be affected for 10 minutes)
2358# Default: 11 - (Enabled, See Example)
2359# MaxPlayerLevel+1 - (Disabled)
2360# -10 - (Enabled, Level 1+ characters have 10 minute duration)
2361
2362Death.SicknessLevel = 11
2363
2364#
2365# Death.CorpseReclaimDelay.PvP
2366# Death.CorpseReclaimDelay.PvE
2367# Description: Increase corpse reclaim delay at PvP/PvE deaths.
2368# Default: 1 - (Enabled)
2369# 0 - (Disabled)
2370
2371Death.CorpseReclaimDelay.PvP = 1
2372Death.CorpseReclaimDelay.PvE = 0
2373
2374#
2375# Death.Bones.World
2376# Death.Bones.BattlegroundOrArena
2377# Description: Create bones instead of corpses at resurrection in normal zones, instances,
2378# battleground or arenas.
2379# Default: 1 - (Enabled, Death.Bones.World)
2380# 1 - (Enabled, Death.Bones.BattlegroundOrArena)
2381# 0 - (Disabled)
2382
2383Death.Bones.World = 1
2384Death.Bones.BattlegroundOrArena = 1
2385
2386#
2387# Die.Command.Mode
2388# Description: Do not trigger things like loot from .die command.
2389# Default: 1 - (Enabled)
2390# 0 - (Disabled)
2391
2392Die.Command.Mode = 1
2393
2394#
2395###################################################################################################
2396
2397###################################################################################################
2398# AUTO BROADCAST
2399#
2400# AutoBroadcast.On
2401# Description: Enable auto broadcast.
2402# Default: 0 - (Disabled)
2403# 1 - (Enabled)
2404
2405AutoBroadcast.On = 0
2406
2407#
2408# AutoBroadcast.Center
2409# Description: Auto broadcasting display method.
2410# Default: 0 - (Announce)
2411# 1 - (Notify)
2412# 2 - (Both)
2413
2414AutoBroadcast.Center = 0
2415
2416#
2417# AutoBroadcast.Timer
2418# Description: Timer (in milliseconds) for auto broadcasts.
2419# Default: 60000 - (60 seconds)
2420
2421AutoBroadcast.Timer = 60000
2422
2423#
2424###################################################################################################
2425
2426###################################################################################################
2427# BATTLEGROUND CONFIG
2428#
2429# Battleground.CastDeserter
2430# Description: Cast Deserter spell at players who leave battlegrounds in progress.
2431# Default: 1 - (Enabled)
2432# 0 - (Disabled)
2433
2434Battleground.CastDeserter = 1
2435
2436#
2437# Battleground.QueueAnnouncer.Enable
2438# Description: Announce battleground queue status to chat.
2439# Default: 0 - (Disabled)
2440# 1 - (Enabled)
2441
2442Battleground.QueueAnnouncer.Enable = 0
2443
2444#
2445# Battleground.QueueAnnouncer.PlayerOnly
2446# Description: Battleground queue announcement type.
2447# Default: 0 - (System message, Anyone can see it)
2448# 1 - (Private, Only queued players can see it)
2449
2450Battleground.QueueAnnouncer.PlayerOnly = 0
2451
2452#
2453# Battleground.InvitationType
2454# Description: Set Battleground invitation type.
2455# Default: 0 - (Normal, Invite as much players to battlegrounds as queued,
2456# Don't bother with balance)
2457# 1 - (Experimental, Don't allow to invite much more players
2458# of one faction)
2459
2460Battleground.InvitationType = 0
2461
2462#
2463# Battleground.PrematureFinishTimer
2464# Description: Time (in milliseconds) before battleground will end prematurely if there are
2465# not enough players on one team. (Values defined in battleground template)
2466# Default: 300000 - (Enabled, 5 minutes)
2467# 0 - (Disabled, Not recommended)
2468
2469BattleGround.PrematureFinishTimer = 300000
2470
2471#
2472# BattleGround.PremadeGroupWaitForMatch
2473# Description: Time (in milliseconds) a pre-made group has to wait for matching group of the
2474# other faction.
2475# Default: 1800000 - (Enabled, 30 minutes)
2476# 0 - (Disabled, Not recommended)
2477
2478BattleGround.PremadeGroupWaitForMatch = 1800000
2479
2480#
2481# Battleground.GiveXPForKills
2482# Description: Give experience for honorable kills in battlegrounds.
2483# Default: 0 - (Disabled)
2484# 1 - (Enabled)
2485
2486Battleground.GiveXPForKills = 0
2487
2488#
2489# Battleground.Random.ResetHour
2490# Description: Hour of the day when the global instance resets occur.
2491# Range: 0-23
2492# Default: 6 - (06:00 AM)
2493
2494Battleground.Random.ResetHour = 6
2495
2496#
2497###################################################################################################
2498
2499###################################################################################################
2500# ARENA CONFIG
2501#
2502# Arena.MaxRatingDifference
2503# Description: Maximum rating difference between two teams in rated matches.
2504
2505
2506
2507
2508
2509# Default: 150 - (Enabled)
2510# 0 - (Disabled)
2511
2512Arena.MaxRatingDifference = 150
2513
2514#
2515# Arena.RatingDiscardTimer
2516# Description: Time (in milliseconds) after which rating differences are ignored when
2517# setting up matches.
2518# Default: 600000 - (Enabled, 10 minutes)
2519# 0 - (Disabled)
2520
2521Arena.RatingDiscardTimer = 600000
2522
2523#
2524# Arena.AutoDistributePoints
2525# Description: Automatically distribute arena points.
2526# Default: 0 - (Disabled)
2527# 1 - (Enabled)
2528
2529Arena.AutoDistributePoints = 0
2530
2531#
2532# Arena.AutoDistributeInterval
2533# Description: Time (in days) how often arena points should be distributed if automatic
2534# distribution is enabled.
2535# Default: 7 - (Weekly)
2536
2537Arena.AutoDistributeInterval = 7
2538
2539#
2540# Arena.QueueAnnouncer.Enable
2541# Description: Announce arena queue status to chat.
2542# Default: 0 - (Disabled)
2543# 1 - (Enabled)
2544
2545Arena.QueueAnnouncer.Enable = 0
2546
2547#
2548# Arena.ArenaSeason.ID
2549# Description: Current arena season id shown in clients.
2550# Default: 8
2551
2552Arena.ArenaSeason.ID = 8
2553
2554#
2555# Arena.ArenaSeason.InProgress
2556# Description: State of current arena season.
2557# Default: 1 - (Active)
2558# 0 - (Finished)
2559
2560Arena.ArenaSeason.InProgress = 1
2561
2562#
2563# Arena.ArenaStartRating
2564# Description: Start rating for new arena teams.
2565# Default: 0
2566
2567Arena.ArenaStartRating = 0
2568
2569#
2570# Arena.ArenaStartPersonalRating
2571# Description: Start personal rating when joining a team.
2572# Default: 0
2573
2574Arena.ArenaStartPersonalRating = 0
2575
2576#
2577# Arena.ArenaStartMatchmakerRating
2578# Description: Start matchmaker rating for players.
2579# Default: 1500
2580
2581Arena.ArenaStartMatchmakerRating = 1500
2582
2583#
2584# Arena.Spectators.Enable
2585# Description: Arena spectator system state.
2586# Default: 0 - (Disabled)
2587# 1 - (Enabled)
2588
2589Arena.Spectators.Enable = 0
2590
2591# Arena.Spectators.Only.Friend
2592# Description: If this option enabled you can ONLY spectate players,
2593# which are in you friendlist.
2594# Default: 1 - (Enabled)
2595# 0 - (Disabled)
2596
2597Arena.Spectators.Enable = 1
2598
2599#
2600###################################################################################################
2601
2602###################################################################################################
2603# NETWORK CONFIG
2604#
2605# Network.Threads
2606# Description: Number of threads for network.
2607# Default: 1 - (Recommended 1 thread per 1000 connections)
2608
2609Network.Threads = 1
2610
2611#
2612# Network.OutKBuff
2613# Description: Amount of memory (in bytes) used for the output kernel buffer (see SO_SNDBUF
2614# socket option, TCP manual).
2615# Default: -1 - (Use system default setting)
2616
2617Network.OutKBuff = -1
2618
2619#
2620# Network.OutUBuff
2621# Description: Amount of memory (in bytes) reserved in the user space per connection for
2622# output buffering.
2623# Default: 65536
2624
2625Network.OutUBuff = 65536
2626
2627#
2628# Network.TcpNoDelay:
2629# Description: TCP Nagle algorithm setting.
2630# Default: 0 - (Enabled, Less traffic, More latency)
2631# 1 - (Disabled, More traffic, Less latency, TCP_NO_DELAY)
2632
2633Network.TcpNodelay = 1
2634
2635#
2636###################################################################################################
2637
2638###################################################################################################
2639# CONSOLE AND REMOTE ACCESS
2640#
2641# Console.Enable
2642# Description: Enable console.
2643# Default: 1 - (Enabled)
2644# 0 - (Disabled)
2645
2646Console.Enable = 1
2647
2648#
2649# Ra.Enable
2650# Description: Enable remote console (telnet).
2651# Default: 0 - (Disabled)
2652# 1 - (Enabled)
2653
2654Ra.Enable = 0
2655
2656#
2657# Ra.IP
2658# Description: Bind remote access to IP/hostname.
2659# Default: "0.0.0.0" - (Bind to all IPs on the system)
2660
2661Ra.IP = "0.0.0.0"
2662
2663#
2664# Ra.Port
2665# Description: TCP port to reach the remote console.
2666# Default: 3443
2667
2668Ra.Port = 3443
2669
2670#
2671# Ra.MinLevel
2672# Description: Required security level to use the remote console.
2673# Default: 3
2674
2675Ra.MinLevel = 3
2676
2677#
2678# SOAP.Enable
2679# Description: Enable soap service
2680# Default: 0 - (Disabled)
2681# 1 - (Enabled)
2682
2683SOAP.Enabled = 0
2684
2685#
2686# SOAP.IP
2687# Description: Bind SOAP service to IP/hostname
2688# Default: "127.0.0.1" - (Bind to localhost)
2689
2690SOAP.IP = "127.0.0.1"
2691
2692#
2693# SOAP.Port
2694# Description: TCP port to reach the SOAP service.
2695# Default: 7878
2696
2697SOAP.Port = 7878
2698
2699#
2700###################################################################################################
2701
2702###################################################################################################
2703# CHARACTER DELETE OPTIONS
2704#
2705# CharDelete.Method
2706# Description: Character deletion behavior.
2707# Default: 0 - (Completely remove character from the database)
2708# 1 - (Unlink the character from account and free up the name, Appears as
2709# deleted ingame)
2710
2711CharDelete.Method = 0
2712
2713#
2714# CharDelete.MinLevel
2715# Description: Required level to use the unlinking method if enabled.
2716# Default: 0 - (Same method for every level)
2717# 1+ - (Only characters with the specified level will use the unlinking method)
2718
2719CharDelete.MinLevel = 0
2720
2721#
2722# CharDelete.KeepDays
2723# Description: Time (in days) before unlinked characters will be removed from the database.
2724# Default: 30 - (Enabled)
2725# 0 - (Disabled, Don't delete any characters)
2726
2727CharDelete.KeepDays = 30
2728
2729#
2730###################################################################################################
2731
2732###################################################################################################
2733# CUSTOM SERVER OPTIONS
2734#
2735# PlayerStart.AllReputation
2736# Description: Players will start with most of the high level reputations that are needed
2737# for items, mounts etc.
2738# Default: 0 - (Disabled)
2739# 1 - (Enabled)
2740
2741PlayerStart.AllReputation = 0
2742
2743#
2744# PlayerStart.AllSpells
2745# Description: If enabled, players will start with all their class spells (not talents).
2746# You must populate playercreateinfo_spell_custom table with the spells you
2747# want, or this will not work! The table has data for all classes / races up
2748# to TBC expansion.
2749# Default: 0 - (Disabled)
2750# 1 - (Enabled)
2751
2752PlayerStart.AllSpells = 0
2753
2754#
2755# PlayerStart.MapsExplored
2756# Description: Characters start with all maps explored.
2757# Default: 0 - (Disabled)
2758# 1 - (Enabled)
2759
2760PlayerStart.MapsExplored = 0
2761
2762#
2763# HonorPointsAfterDuel
2764# Description: Amount of honor points the duel winner will get after a duel.
2765# Default: 0 - (Disabled)
2766# 1+ - (Enabled)
2767
2768HonorPointsAfterDuel = 0
2769
2770#
2771# AlwaysMaxWeaponSkill
2772# Description: Players will automatically gain max weapon/defense skill when logging in,
2773# or leveling.
2774# Default: 0 - (Disabled)
2775# 1 - (Enabled)
2776
2777AlwaysMaxWeaponSkill = 0
2778
2779#
2780# PvPToken.Enable
2781# Description: Character will receive a token after defeating another character that yields
2782# honor.
2783# Default: 0 - (Disabled)
2784# 1 - (Enabled)
2785
2786PvPToken.Enable = 0
2787
2788#
2789# PvPToken.MapAllowType
2790# Description: Define where characters can receive tokens.
2791# Default: 4 - (All maps)
2792# 3 - (Battlegrounds)
2793# 2 - (FFA areas only like Gurubashi arena)
2794# 1 - (Battlegrounds and FFA areas)
2795
2796PvPToken.MapAllowType = 4
2797
2798#
2799# PvPToken.ItemID
2800# Description: Item characters will receive after defeating another character if PvP Token
2801# system is enabled.
2802# Default: 29434 - (Badge of justice)
2803
2804PvPToken.ItemID = 29434
2805
2806#
2807# PvPToken.ItemCount
2808# Description: Number of tokens a character will receive.
2809# Default: 1
2810
2811PvPToken.ItemCount = 1
2812
2813#
2814# NoResetTalentsCost
2815# Description: Resetting talents doesn't cost anything.
2816# Default: 0 - (Disabled)
2817# 1 - (Enabled)
2818
2819NoResetTalentsCost = 0
2820
2821#
2822# Guild.AllowMultipleGuildMaster
2823# Description: Allow more than one guild master. Additional Guild Masters must be set using
2824# the ".guild rank" command.
2825# Default: 0 - (Disabled)
2826# 1 - (Enabled)
2827
2828Guild.AllowMultipleGuildMaster = 0
2829
2830#
2831# ShowKickInWorld
2832# Description: Determines whether a message is broadcasted to the entire server when a
2833# player gets kicked
2834# Default: 0 - (Disabled)
2835# 1 - (Enabled)
2836
2837ShowKickInWorld = 0
2838
2839#
2840# RecordUpdateTimeDiffInterval
2841# Description: Time (in milliseconds) update time diff is written to the log file.
2842# Update diff can be used as a performance indicator. Diff < 300: good
2843# performance. Diff > 600 bad performance, may be caused by high CPU usage.
2844# Default: 60000 - (Enabled, 1 minute)
2845# 0 - (Disabled)
2846
2847RecordUpdateTimeDiffInterval = 60000
2848#
2849# MinRecordUpdateTimeDiff
2850# Description: Only record update time diff which is greater than this value.
2851# Default: 100
2852
2853MinRecordUpdateTimeDiff = 100
2854
2855#
2856# PlayerStart.String
2857# Description: String to be displayed at first login of newly created characters.
2858# Default: "" - (Disabled)
2859
2860PlayerStart.String = ""
2861
2862#
2863# LevelReq.Trade
2864# Description: Level requirement for characters to be able to trade.
2865# Default: 1
2866
2867LevelReq.Trade = 1
2868
2869#
2870# LevelReq.Ticket
2871# Description: Level requirement for characters to be able to write tickets.
2872# Default: 1
2873
2874LevelReq.Ticket = 1
2875
2876#
2877# LevelReq.Auction
2878# Description: Level requirement for characters to be able to use the auction house.
2879# Default: 1
2880
2881LevelReq.Auction = 1
2882
2883#
2884# LevelReq.Mail
2885# Description: Level requirement for characters to be able to send and receive mails.
2886# Default: 1
2887
2888LevelReq.Mail = 1
2889
2890#
2891# PlayerDump.DisallowPaths
2892# Description: Disallow using paths in PlayerDump output files
2893# Default: 1
2894
2895PlayerDump.DisallowPaths = 1
2896
2897#
2898# PlayerDump.DisallowOverwrite
2899# Description: Disallow overwriting existing files with PlayerDump
2900# Default: 1
2901
2902PlayerDump.DisallowOverwrite = 1
2903
2904#
2905# Includes satellite to search for work elsewhere LFG
2906# Default: 0 - Disable
2907# 1 - Enable
2908
2909LFG.Location.All = 1
2910
2911
2912#
2913###################################################################################################
2914
2915###################################################################################################
2916#
2917#
2918# Northrend.With.68.Level.Enable
2919# Teleport character if its level < 68
2920# Default: 0 - Disabled
2921# 1 - Enabled
2922
2923Northrend.With.68Level = 1
2924
2925#
2926###################################################################################################
2927
2928###################################################################################################
2929# OutdoorPvP.Wintergrasp.Enabled
2930# Determines whether the Wintergrasp battle is enabled or not.
2931# Default: 0 = Disable
2932# 1 = Enable
2933#
2934# OutdoorPvP.Wintergrasp.SaveState.Period
2935# Interval of Save Wintergrasp State Data to restore it after crash/shutdown/restart
2936# Interval (in milliseconds)
2937# Default (10000 milliseconds)
2938# Warning: Do not set it less 1 second!
2939#
2940# OutdoorPvP.Wintergrasp.StartTime
2941# The start time of the first battle after server starts (in minutes)
2942# Default: 30
2943#
2944# OutdoorPvP.Wintergrasp.BattleTime
2945# Time limit of a battle (in minutes)
2946# Default: 30
2947#
2948# OutdoorPvP.Wintergrasp.Interval
2949# Interval between battles (in minutes)
2950# Default: 150
2951#
2952# OutdoorPvP.Wintergrasp.CustomHonorRewards
2953# Defines whether custom honor rewards should be given to player
2954# for partaking in the Wintergrasp Battle.
2955# Default: 0 = Disable
2956# 1 = Enable
2957#
2958# OutdoorPvP.Wintergrasp.CustomHonorBattleWin
2959# Defines the amount of honor points that should be given to the
2960# team winning the Wintergrasp Battle.
2961# Requires OutdoorPvP.Wintergrasp.CustomHonorRewards = 1.
2962# Default: 3000
2963#
2964# OutdoorPvP.Wintergrasp.CustomHonorBattleLose
2965# Defines the amount of honor points that should be given to the
2966# team losing the Wintergrasp Battle.
2967# Requires OutdoorPvP.Wintergrasp.CustomHonorRewards = 1.
2968# Default: 1250
2969#
2970# OutdoorPvP.Wintergrasp.CustomHonorDamageTower
2971# Defines the amount of honor points that should be given to the
2972# team for damaging a tower.
2973# Requires OutdoorPvP.Wintergrasp.CustomHonorRewards = 1.
2974# Default: 750
2975#
2976# OutdoorPvP.Wintergrasp.CustomHonorDestroyedTower
2977# Defines the amount of honor points that should be given to the
2978# team for destroying a tower.
2979# Requires OutdoorPvP.Wintergrasp.CustomHonorRewards = 1.
2980# Default: 750
2981#
2982# OutdoorPvP.Wintergrasp.CustomHonorDamagedBuilding
2983# Defines the amount of honor points that should be given to the
2984# team for damaged buildings after the battle.
2985# Requires OutdoorPvP.Wintergrasp.CustomHonorRewards = 1.
2986# Default: 750
2987#
2988# OutdoorPvP.Wintergrasp.CustomHonorIntactBuilding
2989# Defines the amount of honor points that should be given to the
2990# team for intact buildings after the battle.
2991# Requires OutdoorPvP.Wintergrasp.CustomHonorRewards = 1.
2992# Default: 1500
2993#
2994# OutdoorPvP.Wintergrasp.Antifarm.Enable
2995# Enable or Disable antifarm system
2996# (Default: 0)
2997#
2998# OutdoorPvP.Wintergrasp.Antifarm.Atk
2999# Min count atack players for antifarm
3000# (Default: 5)
3001#
3002# OutdoorPvP.Wintergrasp.Antifarm.Def
3003# Min count defense players for antifarm
3004# (Default: 5)
3005#
3006##########################################################
3007
3008OutdoorPvP.Wintergrasp.Enabled = 1
3009OutdoorPvP.Wintergrasp.SaveState.Period = 60000
3010OutdoorPvP.Wintergrasp.StartTime = 30
3011OutdoorPvP.Wintergrasp.BattleTime = 30
3012OutdoorPvP.Wintergrasp.Interval = 150
3013OutdoorPvP.Wintergrasp.CustomHonorRewards = 0
3014OutdoorPvP.Wintergrasp.CustomHonorBattleWin = 3000
3015OutdoorPvP.Wintergrasp.CustomHonorBattleLose = 1250
3016OutdoorPvP.Wintergrasp.CustomHonorDamageTower = 750
3017OutdoorPvP.Wintergrasp.CustomHonorDestroyedTower = 750
3018OutdoorPvP.Wintergrasp.CustomHonorDamagedBuilding = 750
3019OutdoorPvP.Wintergrasp.CustomHonorIntactBuilding = 1500
3020<<<<<<< local
3021=======
3022OutdoorPvP.Wintergrasp.Antifarm.Enable = 1
3023OutdoorPvP.Wintergrasp.Antifarm.Atk = 1
3024OutdoorPvP.Wintergrasp.Antifarm.Def = 1
3025>>>>>>> other
3026
3027<<<<<<< local
3028# OutdoorPvP.Wintergrasp.Antifarm.Enable
3029# Enable or Disable antifarm system
3030# Prevents start WG battle event if there are too low players (see options bellow)
3031# Default: 0 - Disabled
3032# 1 - Enabled
3033
3034OutdoorPvP.Wintergrasp.Antifarm.Enable = 0
3035
3036# OutdoorPvP.Wintergrasp.Antifarm.Atk
3037# Min count of attackers for antifarm
3038# (Default: 5)
3039
3040OutdoorPvP.Wintergrasp.Antifarm.Atk = 5
3041
3042# OutdoorPvP.Wintergrasp.Antifarm.Def
3043# Min count of defenders for antifarm
3044# (Default: 5)
3045
3046OutdoorPvP.Wintergrasp.Antifarm.Def = 5
3047
3048###################################################################################################
3049# DUEL RESET COOLDOWN BY DIMITRO
3050#
3051# DuelReset.Cooldown.OnStart
3052# Reseting cooldown and restore health to start of duel.
3053# Default: 0 - Disable
3054# 1 - Enable
3055#
3056# DuelReset.Cooldown.OnFinish
3057# Reseting cooldown and restore health to finish of duel.
3058# Default: 0 - Disable
3059# 1 - Enable
3060#
3061# DuelReset.Cooldown.Only.in.Elwynn.and.Durotar
3062# Reseting cooldown only in Elwynn forest and Durotar locations.
3063# Default: 0 - Disable
3064# 1 - Enable
3065#
3066# DuelReset.Cooldown.Max.Energy.OnStart
3067# Sets rage, mana and runic power to max on duel start.
3068# Default: 0 - Disable
3069# 1 - Enable
3070#
3071# DuelReset.Cooldown.Reset.Energy.OnStart
3072# Resets rage and runic power on duel start.
3073# Default: 0 - Disable
3074# 1 - Enable
3075#
3076###################################################################################################
3077
3078DuelReset.Cooldown.OnStart = 1
3079DuelReset.Cooldown.OnFinish = 0
3080DuelReset.Cooldown.Only.in.Elwynn.and.Durotar = 0
3081DuelReset.Cooldown.Max.Energy.OnStart = 0
3082DuelReset.Cooldown.Reset.Energy.OnStart = 0
3083
3084################################
3085>>>>>>> other