General.properties 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. # ---------------------------------------------------------------------------
  2. # General Server Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  5. # Warning:
  6. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  7. # ---------------------------------------------------------------------------
  8. # Administrator
  9. # ---------------------------------------------------------------------------
  10. # If this option is set to True every newly created character will have access level 200. This means that every character created will have Administrator Privileges.
  11. # Default: False
  12. EverybodyHasAdminRights = False
  13. # Show server/DP revision when players enter the game
  14. # Default: True
  15. DisplayServerRevision = True
  16. # Setting for serverList
  17. # Displays [] in front of server name on character selection
  18. # Default: False
  19. ServerListBrackets = False
  20. # Displays a clock next to the server name on character selection.
  21. # Default: False
  22. ServerListClock = False
  23. # If True, only accounts with GM access can enter the server.
  24. # Default: False
  25. ServerGMOnly = False
  26. # Enable GMs to have the glowing aura of a Hero character on login.
  27. # Notes:
  28. # GMs can do "///hero" on themselves and get this aura voluntarily.
  29. # It's advised to keep this off due to graphic lag.
  30. # Default: False
  31. GMHeroAura = False
  32. # Auto set invulnerable status to a GM on login.
  33. # Default: False
  34. GMStartupInvulnerable = False
  35. # Auto set invisible status to a GM on login.
  36. # Default: False
  37. GMStartupInvisible = False
  38. # Auto block private messages to a GM on login.
  39. # Default: False
  40. GMStartupSilence = False
  41. # Auto list GMs in GM list (/gmlist) on login.
  42. # Default: False
  43. GMStartupAutoList = False
  44. # Auto set diet mode on to a GM on login (affects your weight penalty).
  45. # Default: False
  46. GMStartupDietMode = False
  47. # The way //admin panel looks can be "modern" or "classic" (default is modern while classic provides more compatibility).
  48. # Default: modern
  49. GMAdminMenuStyle = modern
  50. # Item restrictions apply to GMs aswell? (True = restricted usage)
  51. # Default: True
  52. GMItemRestriction = True
  53. # Skill restrictions apply to GMs aswell? (True = restricted usage)
  54. # Default: True
  55. GMSkillRestriction = True
  56. # Allow GMs to drop/trade non-tradeable and quest(drop only) items
  57. # Default: False
  58. GMTradeRestrictedItems = False
  59. # Allow GMs to restart/exit while is fighting stance
  60. # Default: True
  61. GMRestartFighting = True
  62. # Show the GM's name behind an announcement made by him
  63. # example: "Announce: hi [HanWik]"
  64. GMShowAnnouncerName = False
  65. # Give special skills for every GM
  66. # 7041-7064 (Master's Blessing)
  67. # Default: False
  68. GMGiveSpecialSkills = False
  69. # ---------------------------------------------------------------------------
  70. # Server Security
  71. # ---------------------------------------------------------------------------
  72. # Bypass exploit protection. To ENABLE protection set to True.
  73. # Default: True
  74. BypassValidation = True
  75. # Enforce gameguard for clients. Sends a gameguard query on character login.
  76. # Default: False
  77. GameGuardEnforce = False
  78. # Don't allow player to perform trade, talk with npc, or move until gameguard reply is received.
  79. # Default: False
  80. GameGuardProhibitAction = False
  81. #Logging settings. The following four settings, while enabled, will increase writing to your hard drive(s) considerably. Depending on the size of your server, the amount of players, and other factors, you may suffer a noticable performance hit.
  82. # Default: False
  83. LogChat = False
  84. # Default: False
  85. LogItems = False
  86. # Default: False
  87. LogItemEnchants = False
  88. # Default: False
  89. LogSkillEnchants = False
  90. # Default: False
  91. GMAudit = False
  92. # Default: False
  93. LogGameDamage = False
  94. # If damage greater than threshold then log it
  95. # Default: 5000
  96. LogGameDamageThreshold = 5000
  97. # ---------------------------------------------------------------------------
  98. # Thread Configuration
  99. # ---------------------------------------------------------------------------
  100. # Extreme caution should be here, set to defaults if you do not know what you are doing.
  101. # These could possibly hurt your servers performance or improve it depending on your server's configuration, size, and other factors.
  102. # Default: 10
  103. ThreadPoolSizeEffects = 10
  104. # Default: 13
  105. ThreadPoolSizeGeneral = 13
  106. # Default: 2
  107. UrgentPacketThreadCoreSize = 2
  108. # Default: 4
  109. GeneralPacketThreadCoreSize = 4
  110. # Default: 4
  111. GeneralThreadCoreSize = 4
  112. # Default: 6
  113. AiMaxThread = 6
  114. # Dead Lock Detector (a separate thread for detecting deadlocks).
  115. # For improved crash logs and automatic restart in deadlock case if enabled.
  116. # Check interval is in seconds.
  117. # Default: False
  118. DeadLockDetector = False
  119. # Default: 20
  120. DeadLockCheckInterval = 20
  121. # Default: False
  122. RestartOnDeadlock = False
  123. # ---------------------------------------------------------------------------
  124. # Optimization
  125. # ---------------------------------------------------------------------------
  126. # Items on ground management.
  127. # Allow players to drop items on the ground.
  128. # Default: True
  129. AllowDiscardItem = True
  130. # Delete dropped reward items from world after a specified amount of seconds. Disabled = 0.
  131. # Default: 600
  132. AutoDestroyDroppedItemAfter = 600
  133. # Time in secs after which dropped herb will be auto-destroyed
  134. # Default: 60
  135. AutoDestroyHerbTime = 60
  136. # List of item id that will not be destroyed (separated by "," like 57,5575,6673).
  137. # Notes:
  138. # Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
  139. # Items on this list will be protected regardless of the following options.
  140. # Default: 0
  141. ListOfProtectedItems = 0
  142. # This is the interval (in minutes), that the gameserver will update a players information such as location.
  143. # The higher you set this number, there will be less character information saving so you will have less accessessing of the database and your hard drive(s).
  144. # The lower you set this number, there will be more frequent character information saving so you will have more access to the database and your hard drive(s).
  145. # A value of 0 disables periodic saving.
  146. # Independent of this setting the character is always saved after leaving the world.
  147. # Default: 15
  148. CharacterDataStoreInterval = 15
  149. # This enables the server to only update items when saving the character.
  150. # Enabling this greatly reduces DB usage and improves performance.
  151. # WARNING: This option causes item loss during crashes.
  152. # Default: False
  153. LazyItemsUpdate = False
  154. # When enabled, this forces (even if using lazy item updates) the items owned by the character to be updated into DB when saving its character.
  155. # Default: False
  156. UpdateItemsOnCharStore = False
  157. # Also delete from world misc. items dropped by players (all except equip-able items).
  158. # Notes:
  159. # Works only if AutoDestroyDroppedItemAfter is greater than 0.
  160. # Default: False
  161. DestroyPlayerDroppedItem = False
  162. # Destroy dropped equipable items (armor, weapon, jewelry).
  163. # Notes:
  164. # Works only if DestroyPlayerDroppedItem = True
  165. # Default: False
  166. DestroyEquipableItem = False
  167. # Save dropped items into the database for restoring after restart.
  168. # Default: False
  169. SaveDroppedItem = False
  170. # Enable/Disable the emptying of the stored dropped items table after items are loaded into memory (safety setting).
  171. # If the server crashed before saving items, on next start old items will be restored and players may already have picked up some of them so this will prevent duplicates.
  172. # Default: False
  173. EmptyDroppedItemTableAfterLoad = False
  174. # Time interval in minutes to save in DB items on ground. Disabled = 0.
  175. # Notes:
  176. # If SaveDroppedItemInterval is disabled, items will be saved into the database only at server shutdown.
  177. # Default: 60
  178. SaveDroppedItemInterval = 60
  179. # Delete all saved items from the database on next restart?
  180. # Notes:
  181. # Works only if SaveDroppedItem = False.
  182. # Default: False
  183. ClearDroppedItemTable = False
  184. # Delete invalid quest from players.
  185. # Default: False
  186. AutoDeleteInvalidQuestData = False
  187. # Setting False can improve server performance on high rate/population servers.
  188. # Default: True
  189. PreciseDropCalculation = True
  190. # Allow creating multiple non-stackable items at one time?
  191. # Default: True
  192. MultipleItemDrop = True
  193. # Forces full item inventory packet to be sent for any item change.
  194. # Notes:
  195. # This can increase network traffic
  196. # Default: False
  197. ForceInventoryUpdate = False
  198. # True = Load html's into cache only on first time html is requested.
  199. # False = Load all html's into cache on server startup.
  200. # Default: True
  201. LazyCache = True
  202. # Cache all character names in to memory on server startup
  203. # False - names are loaded from Db when they are requested
  204. # True - decrease Db usage , increase memory consumption
  205. # Deafult: False
  206. CacheCharNames = False
  207. # Minimum and maximum variables in seconds for npc animation delay.
  208. # You must keep MinNPCAnimation < = MaxNPCAnimation.
  209. # Default: 10
  210. MinNPCAnimation = 10
  211. # Default: 20
  212. MaxNPCAnimation = 20
  213. # Default: 5
  214. MinMonsterAnimation = 5
  215. # Default: 20
  216. MaxMonsterAnimation = 20
  217. # Knownlist (the list of things a character sees) update method. Default is currently time based updating, which also makes it possible to use config options for guards to see moving monsters. Alternatively move based update can be used but guards cannot track mobs with that option but otherwise it should work well.
  218. # Default: False
  219. MoveBasedKnownlist = False
  220. # Interval (in miliseconds) in which the knownlist does full updates.
  221. # For move based updates its used for intermediate updates.
  222. # WARNING!
  223. # Useful interval is between 300 - 2000. Too small value may kill your CPU, too high value may not update knownlists properly. The default value is chosen experimentally.
  224. # Default: 1250
  225. KnownListUpdateInterval = 1250
  226. # Grid options: Grids can turn themselves on and off. This also affects the loading and processing of all AI tasks and (in the future) geodata within this grid.
  227. # Turn on for a grid with a person in it is immediate, but it then turns on the 8 neighboring grids based on the specified number of seconds.
  228. # Turn off for a grid and neighbors occurs after the specified number of seconds have passed during which a grid has had no players in or in any of its neighbors.
  229. # The always on option allows to ignore all this and let all grids be active at all times (not suggested).
  230. # Default: False
  231. GridsAlwaysOn = False
  232. # Default: 1
  233. GridNeighborTurnOnTime = 1
  234. # Default: 90
  235. GridNeighborTurnOffTime = 90
  236. # ---------------------------------------------------------------------------
  237. # World dimensions
  238. # ---------------------------------------------------------------------------
  239. # Min and max world regions (including)
  240. # Default: X:11-26, Y:10-26
  241. WorldXMin = 11
  242. WorldXMax = 26
  243. WorldYMin = 10
  244. WorldYMax = 26
  245. # ---------------------------------------------------------------------------
  246. # Geodata
  247. # ---------------------------------------------------------------------------
  248. # GeoData options:
  249. # 0 = GeoData and PathFinding OFF (default)
  250. # 1 = GeoData is used to check Line Of Sight (LOS) targeting and
  251. # L2Playable movement. You need to download files for data/geodata folder.
  252. # Monsters can pass walls but not aggro (no line of sight) through them.
  253. # 2 = Full GeoData enabled. Includes PathFinding (requires also /data/pathnode
  254. # files if CellPathFinding not enabled) and all character moves go through
  255. # geodata checks (if a mob passes a wall, pathfinding didn't find a route
  256. # but we allow attack and returning home).
  257. # Recommended server memory minimum 2 GB, rather 3 GB.
  258. # Default: 0
  259. GeoData = 0
  260. # Cell-level pathfinding, produces more accurate routes but is (maybe 10x) heavier to calculate. Recommended for small servers at least.
  261. # If False, pathnode files are used. Uses a max number of nodes in calculation which can be adjusted in the algorithm if it needs to be faster.
  262. # Default: False
  263. CellPathFinding = False
  264. # True = Loads GeoData buffer's content into physical memory.
  265. # False = Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
  266. # Default: True
  267. ForceGeodata = True
  268. # This setting controls Client <--> Server Player coordinates synchronization:
  269. # -1 - Will synchronize only Z from Client --> Server. Default when no geodata.
  270. # 1 - Synchronization Client --> Server only. Using this option (without geodata) makes it more difficult for players to bypass obstacles.
  271. # 2 - Intended for geodata (at least with cell-level pathfinding, otherwise can you try -1).
  272. # Server sends validation packet if client goes too far from server calculated coordinates.
  273. # Default: -1
  274. CoordSynchronize = -1
  275. # ---------------------------------------------------------------------------
  276. # Features
  277. # ---------------------------------------------------------------------------
  278. # Zone Setting Options:
  279. # 0 = Peace All the Time
  280. # 1 = PVP During Siege for siege participants
  281. # 2 = PVP All the Time
  282. # Default: 0
  283. ZoneTown = 0
  284. # Activates the position recorder. Valid 3D points will be recorded and written to data/universe.txt on shutdown.
  285. # Default: False
  286. ActivatePositionRecorder = False
  287. # Global Chat.
  288. # Available Options: ON, OFF, GM, GLOBAL
  289. # Default: ON
  290. GlobalChat = ON
  291. # Trade Chat.
  292. # Available Options: ON, OFF, GM, GLOBAL
  293. # Default: ON
  294. TradeChat = ON
  295. # If you are experiencing problems with Warehouse transactions, feel free to disable them here.
  296. # Default: True
  297. AllowWarehouse = True
  298. # Enable Warehouse Cache. If warehouse is not used will server clear memory used by this warehouse.
  299. # Default: False
  300. WarehouseCache = False
  301. # How long warehouse should be stored in memory.
  302. # Default: 15
  303. WarehouseCacheTime = 15
  304. # Default: True
  305. AllowRefund = True
  306. # Default: True
  307. AllowMail = True
  308. # Default: True
  309. AllowAttachments = True
  310. # If True player can try on weapon and armor in shop.
  311. # Default: False
  312. AllowWear = False
  313. # Default: 5
  314. WearDelay = 5
  315. #Adena cost to try on an item.
  316. # Default: 10
  317. WearPrice = 10
  318. # ---------------------------------------------------------------------------
  319. # Misc Settings
  320. # ---------------------------------------------------------------------------
  321. # Default: True
  322. AllowRace = True
  323. # Default: True
  324. AllowWater = True
  325. # Enable pets for rent (wyvern & strider) from pet managers.
  326. # Default: False
  327. AllowRentPet = False
  328. # Default: True
  329. AllowFishing = True
  330. # Default: True
  331. AllowBoat = True
  332. # Default: True
  333. AllowCursedWeapons = True
  334. # This controls whether or not NPCs (not mobs) will walk around from one point to another.
  335. # Default: True
  336. AllowNpcWalkers = True
  337. #Allow Pet manager's pets to walk around.
  338. # Default: True
  339. AllowPetWalkers = True
  340. # Show "data/html/servnews.htm" when a character enters world.
  341. # Default: False
  342. ShowServerNews = False
  343. # Type of the Community board:
  344. # 0 = community is disabled
  345. # 1 = old community
  346. # 2 = full community (not fully implemented, experimental)
  347. # Default: 1
  348. CommunityType = 1
  349. # Default: False
  350. BBSShowPlayerList = False
  351. # Default: _bbshome
  352. BBSDefault = _bbshome
  353. # show level of character to others in Community Board
  354. # Default: False
  355. ShowLevelOnCommunityBoard = False
  356. # Default: True
  357. ShowStatusOnCommunityBoard = True
  358. # Default: 50
  359. NamePageSizeOnCommunityBoard = 50
  360. # Default: 5
  361. NamePerRowOnCommunityBoard = 5
  362. # Enable chat filter
  363. # Default = False
  364. UseChatFilter = False
  365. # Replace filter words with following chars
  366. ChatFilterChars = ^_^
  367. # ---------------------------------------------------------------------------
  368. # Manor
  369. # ---------------------------------------------------------------------------
  370. # Default: True
  371. AllowManor = True
  372. # Manor refresh time in military hours.
  373. # Default: 20 (8pm)
  374. AltManorRefreshTime = 20
  375. # Manor refresh time (minutes).
  376. # Default: 00 (start of the hour)
  377. AltManorRefreshMin = 00
  378. # Manor period approve time in military hours.
  379. # Default: 6 (6am)
  380. AltManorApproveTime = 6
  381. # Manor period approve time (minutes).
  382. # Default: 00 (start of the hour)
  383. AltManorApproveMin = 00
  384. # Manor maintenance time.
  385. # Default: 360000 (6 minutes)
  386. AltManorMaintenancePeriod = 360000
  387. # Manor Save Type.
  388. # True = Save data into the database after every action
  389. # Default: False
  390. AltManorSaveAllActions = False
  391. # Manor Save Period (used only if AltManorSaveAllActions = False) Default very 2 hours
  392. # Default: 2
  393. AltManorSavePeriodRate = 2
  394. # ---------------------------------------------------------------------------
  395. # Lottery
  396. # ---------------------------------------------------------------------------
  397. # Default: True
  398. AllowLottery = True
  399. # Initial Lottery prize.
  400. # Default: 50000
  401. AltLotteryPrize = 50000
  402. # Lottery Ticket Price
  403. # Default: 2000
  404. AltLotteryTicketPrice = 2000
  405. # What part of jackpot amount should receive characters who pick 5 wining numbers
  406. # Default: 0.6
  407. AltLottery5NumberRate = 0.6
  408. # What part of jackpot amount should receive characters who pick 4 wining numbers
  409. # Default: 0.2
  410. AltLottery4NumberRate = 0.2
  411. # What part of jackpot amount should receive characters who pick 3 wining numbers
  412. # Default: 0.2
  413. AltLottery3NumberRate = 0.2
  414. # How much adena receive characters who pick two or less of the winning number
  415. # Default: 200
  416. AltLottery2and1NumberPrize = 200
  417. # ---------------------------------------------------------------------------
  418. # Dimension Rift
  419. # ---------------------------------------------------------------------------
  420. # Minimal party size to enter rift. Min = 2, Max = 9.
  421. # If while inside the rift, the party becomes smaller, all members will be teleported back.
  422. # Default: 2
  423. RiftMinPartySize = 2
  424. # Number of maximum jumps between rooms allowed, after this time party will be teleported back
  425. # Default: 4
  426. MaxRiftJumps = 4
  427. # Time in ms the party has to wait until the mobs spawn when entering a room. C4 retail: 10s
  428. # Default: 10000
  429. RiftSpawnDelay = 10000
  430. # Time between automatic jumps in seconds
  431. # Default: 480
  432. AutoJumpsDelayMin = 480
  433. # Default: 600
  434. AutoJumpsDelayMax = 600
  435. # Time Multiplier for stay in the boss room
  436. # Default: 1.5
  437. BossRoomTimeMultiply = 1.5
  438. # Cost in dimension fragments to enter the rift, each party member must own this amount
  439. # Default: 18
  440. RecruitCost = 18
  441. # Default: 21
  442. SoldierCost = 21
  443. # Default: 24
  444. OfficerCost = 24
  445. # Default: 27
  446. CaptainCost = 27
  447. # Default: 30
  448. CommanderCost = 30
  449. # Default: 33
  450. HeroCost = 33
  451. # ---------------------------------------------------------------------------
  452. # Four Sepulchers
  453. # ---------------------------------------------------------------------------
  454. # Default: 50
  455. TimeOfAttack = 50
  456. # Default: 5
  457. TimeOfCoolDown = 5
  458. # Default: 3
  459. TimeOfEntry = 3
  460. # Default: 2
  461. TimeOfWarmUp = 2
  462. # Default: 4
  463. NumberOfNecessaryPartyMembers = 4
  464. # ---------------------------------------------------------------------------
  465. # Punishment
  466. # ---------------------------------------------------------------------------
  467. # Player punishment for illegal actions:
  468. # 1 - broadcast warning to gms only
  469. # 2 - kick player(default)
  470. # 3 - kick & ban player
  471. # 4 - jail player (define minutes of jail with param: 0 = infinite)
  472. # Default: 2
  473. DefaultPunish = 2
  474. # This setting typically specifies the duration of the above punishment.
  475. # Default: 0
  476. DefaultPunishParam = 0
  477. # Apply default punish if player buy items for zero adena.
  478. # Default: True
  479. OnlyGMItemsFree = True
  480. # Jail is a PvP zone.
  481. # Default: False
  482. JailIsPvp = False
  483. # Disable all chat in jail (except normal one)
  484. # Default: True
  485. JailDisableChat = True
  486. # Disable all transaction in jail
  487. # Trade/Store/Drop
  488. # Default: False
  489. JailDisableTransaction = False
  490. # ---------------------------------------------------------------------------
  491. # Database Custom Tables
  492. # ---------------------------------------------------------------------------
  493. # Default: False
  494. CustomSpawnlistTable = False
  495. # Option to save GM spawn only in the custom table.
  496. # Default: False
  497. SaveGmSpawnOnCustom = False
  498. # Option to delete spawn in alternate table.
  499. # Default: False
  500. DeleteGmSpawnOnCustom = False
  501. # Default: False
  502. CustomNpcTable = False
  503. # Default: False
  504. CustomNpcSkillsTable = False
  505. # Default: False
  506. CustomItemTables = False
  507. # Default: False
  508. CustomArmorSetsTable = False
  509. # Default: False
  510. CustomTeleportTable = False
  511. # Default: False
  512. CustomDroplistTable = False
  513. # Default: False
  514. CustomMerchantTables = False
  515. # Default: False
  516. CustomNpcBufferTables = False
  517. # ---------------------------------------------------------------------------
  518. # Developer Settings
  519. # ---------------------------------------------------------------------------
  520. # Do not touch these if you do not know what you are doing.
  521. # These settings are for debugging servers ONLY. They are not meant for LIVE servers.
  522. # Default: False
  523. Debug = False
  524. # Packet handler debug output
  525. # Default: False
  526. PacketHandlerDebug = False
  527. # Default: False
  528. Developer = False
  529. # Default: False
  530. AcceptGeoeditorConn = False
  531. # If True the server will be a test server (listed by test server clients only).
  532. # Default: False
  533. TestServer = False
  534. # If this is True then test servers will be listed like test servers.
  535. # Default: False
  536. ListTestServers = False
  537. # Don't load Handlers
  538. # Default: False
  539. AltDevNoHandlers = False
  540. # Don't load quests.
  541. # Default: False
  542. AltDevNoQuests = False
  543. # Don't load spawntable.
  544. # Default: False
  545. AltDevNoSpawns = False