General.properties 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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. GmItemRestriction = True
  52. # Skill restrictions apply to GMs aswell? (True = restricted usage)
  53. GmSkillRestriction = True
  54. # ---------------------------------------------------------------------------
  55. # Server Security
  56. # ---------------------------------------------------------------------------
  57. # Bypass exploit protection. To ENABLE protection set to True.
  58. # Default: True
  59. BypassValidation = True
  60. # Enforce gameguard for clients. Sends a gameguard query on character login.
  61. # Default: True
  62. GameGuardEnforce = True
  63. # Don't allow player to perform trade, talk with npc, or move until gameguard reply is received.
  64. # Default: True
  65. GameGuardProhibitAction = True
  66. #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.
  67. # Default: False
  68. LogChat = False
  69. # Default: False
  70. LogItems = False
  71. # Default: False
  72. GMAudit = False
  73. # Default: False
  74. LogGameDamage = False
  75. # ---------------------------------------------------------------------------
  76. # Thread Configuration
  77. # ---------------------------------------------------------------------------
  78. # Extreme caution should be here, set to defaults if you do not know what you are doing.
  79. # These could possibly hurt your servers performance or improve it depending on your server's configuration, size, and other factors.
  80. # Default: 10
  81. ThreadPoolSizeEffects = 10
  82. # Default: 13
  83. ThreadPoolSizeGeneral = 13
  84. # Default: 2
  85. UrgentPacketThreadCoreSize = 2
  86. # Default: 4
  87. GeneralPacketThreadCoreSize = 4
  88. # Default: 4
  89. GeneralThreadCoreSize = 4
  90. # Default: 6
  91. AiMaxThread = 6
  92. # Packet LifeTime in milliseconds. Disabled = 0.
  93. # Default: 0
  94. PacketLifeTime = 0
  95. # Dead Lock Detector (a separate thread for detecting deadlocks).
  96. # For improved crash logs and automatic restart in deadlock case if enabled.
  97. # Check interval is in seconds.
  98. # Default: False
  99. DeadLockDetector = False
  100. # Default: 20
  101. DeadLockCheckInterval = 20
  102. # Default: False
  103. RestartOnDeadlock = False
  104. # ---------------------------------------------------------------------------
  105. # Optimization
  106. # ---------------------------------------------------------------------------
  107. # Items on ground management.
  108. # Allow players to drop items on the ground.
  109. # Default: True
  110. AllowDiscardItem = True
  111. # Delete dropped reward items from world after a specified amount of seconds. Disabled = 0.
  112. # Default: 600
  113. AutoDestroyDroppedItemAfter = 600
  114. # Time in secs after which dropped herb will be auto-destroyed (default: 15 seconds)
  115. # Default: 15
  116. AutoDestroyHerbTime = 60
  117. # List of item id that will not be destroyed (separated by "," like 57,5575,6673).
  118. # Notes:
  119. # Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
  120. # Items on this list will be protected regardless of the following options.
  121. # Default: 0
  122. ListOfProtectedItems = 0
  123. # This is the interval (in minutes), that the gameserver will update a players information such as location.
  124. # 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).
  125. # 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).
  126. # A value of 0 disables periodic saving.
  127. # Independent of this setting the character is always saved after leaving the world.
  128. # Default: 15
  129. CharacterDataStoreInterval = 15
  130. # This enables the server to only update items when saving the character.
  131. # Enabling this greatly reduces DB usage and improves performance.
  132. # WARNING: This option causes item loss during crashes.
  133. # Default: False
  134. LazyItemsUpdate = False
  135. # 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.
  136. # Default: False
  137. UpdateItemsOnCharStore = False
  138. # Also delete from world misc. items dropped by players (all except equip-able items).
  139. # Notes:
  140. # Works only if AutoDestroyDroppedItemAfter is greater than 0.
  141. # Default: False
  142. DestroyPlayerDroppedItem = False
  143. # Destroy dropped equipable items (armor, weapon, jewelry).
  144. # Notes:
  145. # Works only if DestroyPlayerDroppedItem = True
  146. # Default: False
  147. DestroyEquipableItem = False
  148. # Save dropped items into the database for restoring after restart.
  149. # Default: False
  150. SaveDroppedItem = False
  151. # Enable/Disable the emptying of the stored dropped items table after items are loaded into memory (safety setting).
  152. # 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.
  153. # Default: False
  154. EmptyDroppedItemTableAfterLoad = False
  155. # Time interval in minutes to save in DB items on ground. Disabled = 0.
  156. # Notes:
  157. # If SaveDroppedItemInterval is disabled, items will be saved into the database only at server shutdown.
  158. # Default: 60
  159. SaveDroppedItemInterval = 60
  160. # Delete all saved items from the database on next restart?
  161. # Notes:
  162. # Works only if SaveDroppedItem = False.
  163. # Default: False
  164. ClearDroppedItemTable = False
  165. # Delete invalid quest from players.
  166. # Default: False
  167. AutoDeleteInvalidQuestData = False
  168. # Setting False can improve server performance on high rate/population servers.
  169. # Default: True
  170. PreciseDropCalculation = True
  171. # Allow creating multiple non-stackable items at one time?
  172. # Default: True
  173. MultipleItemDrop = True
  174. # Forces full item inventory packet to be sent for any item change.
  175. # Notes:
  176. # This can increase network traffic
  177. # Default: False
  178. ForceInventoryUpdate = False
  179. # True = Load html's into cache only on first time html is requested.
  180. # False = Load all html's into cache on server startup.
  181. # Default: True
  182. LazyCache = True
  183. # Minimum and maximum variables in seconds for npc animation delay.
  184. # You must keep MinNPCAnimation < = MaxNPCAnimation.
  185. # Default: 10
  186. MinNPCAnimation = 10
  187. # Default: 20
  188. MaxNPCAnimation = 20
  189. # Default: 5
  190. MinMonsterAnimation = 5
  191. # Default: 20
  192. MaxMonsterAnimation = 20
  193. # 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.
  194. # Default: False
  195. MoveBasedKnownlist = False
  196. # Interval (in miliseconds) in which the knownlist does full updates.
  197. # For move based updates its used for intermediate updates.
  198. # WARNING!
  199. # 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.
  200. # Default: 1250
  201. KnownListUpdateInterval = 1250
  202. # 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.
  203. # 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.
  204. # 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.
  205. # The always on option allows to ignore all this and let all grids be active at all times (not suggested).
  206. # Default: False
  207. GridsAlwaysOn = False
  208. # Default: 1
  209. GridNeighborTurnOnTime = 1
  210. # Default: 90
  211. GridNeighborTurnOffTime = 90
  212. # ---------------------------------------------------------------------------
  213. # Geodata
  214. # ---------------------------------------------------------------------------
  215. # GeoData options:
  216. # 0 = GeoData and PathFinding OFF (default)
  217. # 1 = GeoData is used to check Line Of Sight (LOS) targeting and
  218. # L2Playable movement. You need to download files for data/geodata folder.
  219. # Monsters can pass walls but not aggro (no line of sight) through them.
  220. # 2 = Full GeoData enabled. Includes PathFinding (requires also /data/pathnode
  221. # files if CellPathFinding not enabled) and all character moves go through
  222. # geodata checks (if a mob passes a wall, pathfinding didn't find a route
  223. # but we allow attack and returning home).
  224. # Recommended server memory minimum 2 GB, rather 3 GB.
  225. # Default: 0
  226. GeoData = 0
  227. # Cell-level pathfinding, produces more accurate routes but is (maybe 10x) heavier to calculate. Recommended for small servers at least.
  228. # 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.
  229. # Default: False
  230. CellPathFinding = False
  231. # True = Loads GeoData buffer's content into physical memory.
  232. # False = Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
  233. # Default: True
  234. ForceGeodata = True
  235. # This setting controls Client <--> Server Player coordinates synchronization:
  236. # -1 - Will synchronize only Z from Client --> Server. Default when no geodata.
  237. # 1 - Synchronization Client --> Server only. Using this option (without geodata) makes it more difficult for players to bypass obstacles.
  238. # 2 - Intended for geodata (at least with cell-level pathfinding, otherwise can you try -1).
  239. # Server sends validation packet if client goes too far from server calculated coordinates.
  240. # Default: -1
  241. CoordSynchronize = -1
  242. # ---------------------------------------------------------------------------
  243. # Features
  244. # ---------------------------------------------------------------------------
  245. # Zone Setting Options:
  246. # 0 = Peace All the Time
  247. # 1 = PVP During Siege for siege participants
  248. # 2 = PVP All the Time
  249. # Default: 0
  250. ZoneTown = 0
  251. # Activates the position recorder. Valid 3D points will be recorded and written to data/universe.txt on shutdown.
  252. # Default: False
  253. ActivatePositionRecorder = False
  254. # Global Chat.
  255. # Available Options: ON, OFF, GM, GLOBAL
  256. # Default: ON
  257. GlobalChat = ON
  258. # Trade Chat.
  259. # Available Options: ON (global), OFF, GM, LIMITED (region)
  260. # Default: LIMITED
  261. TradeChat = LIMITED
  262. # If you are experiencing problems with Warehouse or Freight transactions, feel free to disable them here.
  263. # Default: True
  264. AllowWarehouse = True
  265. # Enable Warehouse Cache. If warehouse is not used will server clear memory used by this warehouse.
  266. # Default: False
  267. WarehouseCache = False
  268. # How long warehouse should be stored in memory.
  269. # Default: 15
  270. WarehouseCacheTime = 15
  271. # Default: True
  272. AllowFreight = True
  273. # If True player can try on weapon and armor in shop.
  274. # Default: False
  275. AllowWear = False
  276. # Default: 5
  277. WearDelay = 5
  278. #Adena cost to try on an item.
  279. # Default: 10
  280. WearPrice = 10
  281. # ---------------------------------------------------------------------------
  282. # Misc Settings
  283. # ---------------------------------------------------------------------------
  284. # Default: True
  285. AllowRace = True
  286. # Default: True
  287. AllowWater = True
  288. # Enable pets for rent (wyvern & strider) from pet managers.
  289. # Default: False
  290. AllowRentPet = False
  291. # Default: True
  292. AllowFishing = True
  293. # Default: True
  294. AllowBoat = True
  295. # Default: True
  296. AllowCursedWeapons = True
  297. # This controls whether or not NPCs (not mobs) will walk around from one point to another.
  298. # Default: True
  299. AllowNpcWalkers = True
  300. #Allow Pet manager's pets to walk around.
  301. # Default: True
  302. AllowPetWalkers = True
  303. # Show "data/html/servnews.htm" when a character enters world.
  304. # Default: False
  305. ShowServerNews = False
  306. # Type of the Community board:
  307. # 0 = community is disabled
  308. # 1 = old community
  309. # 2 = full community (not fully implemented, experimental)
  310. # Default: 1
  311. CommunityType = 1
  312. # Default: False
  313. BBSShowPlayerList = False
  314. # Default: _bbshome
  315. BBSDefault = _bbshome
  316. # show level of character to others in Community Board
  317. # Default: False
  318. ShowLevelOnCommunityBoard = False
  319. # Default: True
  320. ShowStatusOnCommunityBoard = True
  321. # Default: 50
  322. NamePageSizeOnCommunityBoard = 50
  323. # Default: 5
  324. NamePerRowOnCommunityBoard = 5
  325. # ---------------------------------------------------------------------------
  326. # Olympiad
  327. # ---------------------------------------------------------------------------
  328. # Olympiad Start Time in Military hours Default 6pm (18)
  329. # Default: 18
  330. AltOlyStartTime = 18
  331. # Olympiad Start Time for Min's, Default 00 so at the start of the hour.
  332. # Default: 00
  333. AltOlyMin = 00
  334. # Olympiad Competition Period, Default 6 hours.
  335. # (If set different, should be increment by 10mins)
  336. # Default: 21600000
  337. AltOlyCPeriod = 21600000
  338. # Olympiad Battle Period, Default 6 minutes.
  339. # Default: 360000
  340. AltOlyBattle = 360000
  341. # Olympiad Weekly Period, Default 1 week
  342. # Default: 604800000
  343. AltOlyWPeriod = 604800000
  344. # Olympiad Validation Period, Default 24 Hours.
  345. # Default: 86400000
  346. AltOlyVPeriod = 86400000
  347. # Required number of participants for Classed and Non-Classed matches, Default 5 & 9
  348. # Default: 5
  349. AltOlyClassedParticipants = 5
  350. # Default: 9
  351. AltOlyNonClassedParticipants = 9
  352. # Number used for displaying amount of registered participants, messages "Fewer than ..." or "More than ...".
  353. # 0 for displaying digits instead of text phrase (old style).
  354. # Default: 100
  355. AltOlyRegistrationDisplayNumber = 100
  356. # Olympiad battle winner reward for class and non-class games.
  357. # Default: 13722
  358. AltOlyBattleRewItem = 13722
  359. # Default: 50
  360. AltOlyClassedRewItemCount = 50
  361. # Default: 30
  362. AltOlyNonClassedRewItemCount = 30
  363. # ItemId for this reward.
  364. # Default: 13722
  365. AltOlyCompRewItem = 13722
  366. # Rate to exchange points to reward item.
  367. # Default: 1000
  368. AltOlyGPPerPoint = 1000
  369. # Noblesse points awarded to Heros.
  370. # Default: 180
  371. AltOlyHeroPoints = 180
  372. # Noblesse points awarded to Rank 1 members.
  373. # Default: 120
  374. AltOlyRank1Points = 120
  375. # Noblesse points awarded to Rank 2 members.
  376. # Default: 80
  377. AltOlyRank2Points = 80
  378. # Noblesse points awarded to Rank 3 members.
  379. # Default: 55
  380. AltOlyRank3Points = 55
  381. # Noblesse points awarded to Rank 4 members.
  382. # Default: 35
  383. AltOlyRank4Points = 35
  384. # Noblesse points awarded to Rank 5 members.
  385. # Default: 20
  386. AltOlyRank5Points = 20
  387. # Hero tables show last month's winners or current status.
  388. # Default: True
  389. AltOlyShowMonthlyWinners = True
  390. # Olympiad Managers announce each start of fight.
  391. # Default: True
  392. AltOlyAnnounceGames = True
  393. # Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)
  394. # Default: 0
  395. AltOlyRestrictedItems = 0
  396. # Enchant limit for items during Olympiad battles. Disabled = -1.
  397. # Default: -1
  398. AltOlyEnchantLimit = -1
  399. # Log all Olympiad fights and outcome to olympiad.csv file.
  400. # Default: False
  401. AlyOlyLogFights = False
  402. # ---------------------------------------------------------------------------
  403. # Manor
  404. # ---------------------------------------------------------------------------
  405. # Default: True
  406. AllowManor = True
  407. # Manor refresh time in military hours.
  408. # Default: 20 (8pm)
  409. AltManorRefreshTime = 20
  410. # Manor refresh time (minutes).
  411. # Default: 00 (start of the hour)
  412. AltManorRefreshMin = 00
  413. # Manor period approve time in military hours.
  414. # Default: 6 (6am)
  415. AltManorApproveTime = 6
  416. # Manor period approve time (minutes).
  417. # Default: 00 (start of the hour)
  418. AltManorApproveMin = 00
  419. # Manor maintenance time.
  420. # Default: 360000 (6 minutes)
  421. AltManorMaintenancePeriod = 360000
  422. # Manor Save Type.
  423. # True = Save data into the database after every action
  424. # Default: False
  425. AltManorSaveAllActions = False
  426. # Manor Save Period (used only if AltManorSaveAllActions = False) Default very 2 hours
  427. # Default: 2
  428. AltManorSavePeriodRate = 2
  429. # ---------------------------------------------------------------------------
  430. # Lottery
  431. # ---------------------------------------------------------------------------
  432. # Default: True
  433. AllowLottery = True
  434. # Initial Lottery prize.
  435. # Default: 50000
  436. AltLotteryPrize = 50000
  437. # Lottery Ticket Price
  438. # Default: 2000
  439. AltLotteryTicketPrice = 2000
  440. # What part of jackpot amount should receive characters who pick 5 wining numbers
  441. # Default: 0.6
  442. AltLottery5NumberRate = 0.6
  443. # What part of jackpot amount should receive characters who pick 4 wining numbers
  444. # Default: 0.2
  445. AltLottery4NumberRate = 0.2
  446. # What part of jackpot amount should receive characters who pick 3 wining numbers
  447. # Default: 0.2
  448. AltLottery3NumberRate = 0.2
  449. # How much adena receive characters who pick two or less of the winning number
  450. # Default: 200
  451. AltLottery2and1NumberPrize = 200
  452. # ---------------------------------------------------------------------------
  453. # Dimension Rift
  454. # ---------------------------------------------------------------------------
  455. # Minimal party size to enter rift. Min = 2, Max = 9.
  456. # If while inside the rift, the party becomes smaller, all members will be teleported back.
  457. # Default: 2
  458. RiftMinPartySize = 2
  459. # Number of maximum jumps between rooms allowed, after this time party will be teleported back
  460. # Default: 4
  461. MaxRiftJumps = 4
  462. # Time in ms the party has to wait until the mobs spawn when entering a room. C4 retail: 10s
  463. # Default: 10000
  464. RiftSpawnDelay = 10000
  465. # Time between automatic jumps in seconds
  466. # Default: 480
  467. AutoJumpsDelayMin = 480
  468. # Default: 600
  469. AutoJumpsDelayMax = 600
  470. # Time Multiplier for stay in the boss room
  471. # Default: 1.5
  472. BossRoomTimeMultiply = 1.5
  473. # Cost in dimension fragments to enter the rift, each party member must own this amount
  474. # Default: 18
  475. RecruitCost = 18
  476. # Default: 21
  477. SoldierCost = 21
  478. # Default: 24
  479. OfficerCost = 24
  480. # Default: 27
  481. CaptainCost = 27
  482. # Default: 30
  483. CommanderCost = 30
  484. # Default: 33
  485. HeroCost = 33
  486. # ---------------------------------------------------------------------------
  487. # Four Sepulchers
  488. # ---------------------------------------------------------------------------
  489. # Default: 50
  490. TimeOfAttack = 50
  491. # Default: 5
  492. TimeOfCoolDown = 5
  493. # Default: 3
  494. TimeOfEntry = 3
  495. # Default: 2
  496. TimeOfWarmUp = 2
  497. # Default: 4
  498. NumberOfNecessaryPartyMembers = 4
  499. # ---------------------------------------------------------------------------
  500. # Punishment
  501. # ---------------------------------------------------------------------------
  502. # Player punishment for illegal actions:
  503. # 1 - broadcast warning to gms only
  504. # 2 - kick player(default)
  505. # 3 - kick & ban player
  506. # 4 - jail player (define minutes of jail with param: 0 = infinite)
  507. # Default: 2
  508. DefaultPunish = 2
  509. # This setting typically specifies the duration of the above punishment.
  510. # Default: 0
  511. DefaultPunishParam = 0
  512. # Apply default punish if player buy items for zero adena.
  513. # Default: True
  514. OnlyGMItemsFree = True
  515. # Jail is a PvP zone.
  516. # Default: True
  517. JailIsPvp = True
  518. # Disable all chat in jail (except normal one)
  519. # Default: True
  520. JailDisableChat = True
  521. # ---------------------------------------------------------------------------
  522. # Database Custom Tables
  523. # ---------------------------------------------------------------------------
  524. # Default: False
  525. CustomSpawnlistTable = False
  526. # Option to save GM spawn only in the custom table.
  527. # Default: False
  528. SaveGmSpawnOnCustom = False
  529. # Option to delete spawn in alternate table.
  530. # Default: False
  531. DeleteGmSpawnOnCustom = False
  532. # Default: False
  533. CustomNpcTable = False
  534. # Default: False
  535. CustomItemTables = False
  536. # Default: False
  537. CustomArmorSetsTable = False
  538. # Default: False
  539. CustomTeleportTable = False
  540. # Default: False
  541. CustomDroplistTable = False
  542. # Default: False
  543. CustomMerchantTables = False
  544. # ---------------------------------------------------------------------------
  545. # Developer Settings
  546. # ---------------------------------------------------------------------------
  547. # Do not touch these if you do not know what you are doing.
  548. # These settings are for debugging servers ONLY. They are not meant for LIVE servers.
  549. # Default: False
  550. Debug = False
  551. # Packet handler debug output
  552. # Default: False
  553. PacketHandlerDebug = False
  554. # Default: False
  555. Assert = False
  556. # Default: False
  557. Developer = False
  558. # Default: False
  559. AcceptGeoeditorConn = False
  560. # If True the server will be a test server (listed by test server clients only).
  561. # Default: False
  562. TestServer = False
  563. # If this is True then test servers will be listed like test servers.
  564. # Default: False
  565. ListTestServers = False
  566. # Don't load quests.
  567. # Default: False
  568. AltDevNoQuests = False
  569. # Don't load spawntable.
  570. # Default: False
  571. AltDevNoSpawns = False