2
0

Character.properties 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. # ---------------------------------------------------------------------------
  2. # Alternative Character Settings
  3. # ---------------------------------------------------------------------------
  4. # This properties file is solely for the purpose of Character modifications that directly influence them.
  5. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  6. # Warning:
  7. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  8. # ---------------------------------------------------------------------------
  9. # AccessLevel
  10. # ---------------------------------------------------------------------------
  11. # This option will set the default AccessLevel for MasterAccess.
  12. # Please be careful with this setting. Characters set to this AccessLevel will have the right to execute every AdminCommand in game.
  13. # Default: 127 (Maximum value: 255)
  14. MasterAccessLevel = 127
  15. # Name color for those matching the above MasterAccess AccessLevel.
  16. # Default: 00CCFF
  17. MasterNameColor = 00CCFF
  18. # Title color for those matching the above MasterAccess AccessLevel.
  19. # Default: 00CCFF
  20. MasterTitleColor = 00CCFF
  21. # ---------------------------------------------------------------------------
  22. # Statistics
  23. # ---------------------------------------------------------------------------
  24. # This option, if enabled, will force a character to de-level if the characters' experience is below their level after losing experience on death. If this is set to False, the character will not de-level even if their Experience is below their level after death.
  25. # Default: True
  26. Delevel = True
  27. # This option enable check for all player skills for skill level.
  28. # If player level is lower than skill learn level - 9, skill level is decreased to next possible level.
  29. # If there is no possible level, skill is removed from player.
  30. DecreaseSkillOnDelevel = True
  31. # Weight limit multiplier. Example: Setting this to 5 will give players 5x the normal weight limit.
  32. # Default: 1
  33. AltWeightLimit = 1
  34. # Run speed modifier. Example: Setting this to 5 will give players +5 to their running speed.
  35. # Default: 0
  36. RunSpeedBoost = 0
  37. # Chance of receiving the Death Penalty debuff when killed by a mob.
  38. # Default: 20
  39. DeathPenaltyChance = 20
  40. # Percent of HP, MP, and CP which is restored on character revival.
  41. # Default: 0, 70, 70
  42. RespawnRestoreCP = 0
  43. RespawnRestoreHP = 70
  44. RespawnRestoreMP = 70
  45. # Percent of HP, MP, and CP regeneration for players.
  46. # Example: Setting HP to 10 will cause player HP to regenerate 90% slower than normal.
  47. # Default: 100, 100, 100
  48. HpRegenMultiplier = 100
  49. MpRegenMultiplier = 100
  50. CpRegenMultiplier = 100
  51. # Decrease CP by 10 every normal hit a player do
  52. # Default: False
  53. AltGameTiredness = False
  54. # ---------------------------------------------------------------------------
  55. # Skills & Effects
  56. # ---------------------------------------------------------------------------
  57. # When this is enabled it will read the "SkillDurationList" option.
  58. # This will basically overlook the "time = x" in the skill XMLs so that you do not need to modify the L2J Datapack XMLs to increase skill duration.
  59. # Default: False
  60. EnableModifySkillDuration = False
  61. # Skill duration list
  62. # Format: skillid,newtime;skillid2,newtime2...
  63. # Example:
  64. # This enable 1h(3600) duration for songs, the "\"indicates new line,
  65. # and is only set for formating purposes.
  66. # SkillDurationList = 264,3600;265,3600;266,3600;267,3600;268,3600;\
  67. # 269,3600;270,3600;304,3600;305,1200;306,3600;308,3600;349,3600;\
  68. # 363,3600;364,3600
  69. SkillDurationList =
  70. # When this is enabled it will read the "SkillReuseList" option.
  71. EnableModifySkillReuse = False
  72. # Format: skillid,newDelayTime;skillid,newDelayTime2 (See skillDuration for examples)
  73. SkillReuseList =
  74. # Default: False
  75. AutoLearnSkills = False
  76. # Default: False
  77. AutoLootHerbs = False
  78. # Maximum number of buffs and songs/dances.
  79. # Remember that Divine Inspiration will give players 4 additional buff slots on top of the number specified in "maxbuffamount".
  80. # Default: 20, 12
  81. maxbuffamount = 20
  82. maxdanceamount = 12
  83. # Allow players to cancel dances/songs via Alt+click on buff icon
  84. # Default: False
  85. DanceCancelBuff = False
  86. # This option enables/disables additional MP consume for dances and songs.
  87. # Default: True
  88. DanceConsumeAdditionalMP = True
  89. # This option allows a player to automatically learn Divine Inspiration.
  90. # This is not included in AutoLearnSkills above.
  91. # Default: False
  92. AutoLearnDivineInspiration = False
  93. # This is to allow a character to be canceled during bow use, skill use, or both.
  94. # Available Options: bow, cast, all
  95. # Default: cast
  96. AltGameCancelByHit = cast
  97. # If True, when effects of the same stack group are used, lesser effects will be canceled if stronger effects are used. Otherwise stacking of things like multiple levels of the same buff will be allowed.
  98. # Default: True
  99. CancelLesserEffect = True
  100. # This option, if enabled, will allow magic to fail, and if disabled magic damage will always succeed with a 100% chance.
  101. # Default: True
  102. MagicFailures = True
  103. # Protection from aggressive mobs after getting up from fake death.
  104. # The value is specified in seconds.
  105. # Default: 0
  106. PlayerFakeDeathUpProtection = 0
  107. # This option is to enable or disable the storage of buffs/debuffs among other effects.
  108. # Default: True
  109. StoreSkillCooltime = True
  110. # This option is to enable or disable the storage of buffs/debuffs among other effects during
  111. # a subclass change
  112. # Deault: False
  113. SubclassStoreSkillCooltime = False
  114. # These are alternative rules for shields.
  115. # If True and they block:
  116. # The damage is powerAtk-shieldDef,
  117. # If False and they block:
  118. # The damage is powerAtk / (shieldDef + powerDef)
  119. # Default: False
  120. AltShieldBlocks = False
  121. # This is the percentage for perfect shield block rate.
  122. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  123. # Default: 10
  124. AltPerfectShieldBlockRate = 10
  125. # Allow use of Event Managers for changing occupation without any quests.
  126. # Default: False
  127. AllowClassMasters = False
  128. # ConfigClassMaster=1;[57(100000)];[];2;[57(1000000)];[];3;[57(10000000)],[5575(1000000)];[6622(1)]
  129. # 1st occupation change for 100.000 Adena (item id 57)
  130. # 2nd occupation change for 1.000.0000 Adena (item id 57)
  131. # 3rd occupation change for 10.000.0000 Adena (item id 57) and 1.000.000 Ancient Adena (item id 5575)
  132. # on 3rd occupation change player will be rewarded with 1 Book of Giants (item id 6622)
  133. # ConfigClassMaster=1;[];[];2;[];[];3;[];[]
  134. # 1st, 2nd, 3rd occupation change for free, without rewards.
  135. # ConfigClassMaster=1;[];[];2;[];[]
  136. # Allow only first and second change.
  137. ConfigClassMaster = 1;[];[];2;[];[];3;[];[]
  138. # Class Masters will allow changing to any occupation on any level inside class tree
  139. # For example, Dwarven Fighter will be able to advance to:
  140. # Artisan, Scavenger, Warsmith, Bounty Hunter, Maestro, Fortune Seeker.
  141. # But Warsmith will be able to change only to Maestro.
  142. # Default = False
  143. AllowEntireTree = False
  144. # When character reach levels 20,40,76 he will receive tutorial page
  145. # with list of the all possible variants, and can select and immediately
  146. # change to the new occupation, or decide to choose later (on next login).
  147. # Can be used with or without classic Class Masters.
  148. # Default = False
  149. AlternateClassMaster = False
  150. # Require life crystal needed to learn clan skills.
  151. # Default: True
  152. LifeCrystalNeeded = True
  153. # Require spell book needed to learn skills.
  154. # Default: False
  155. SpBookNeeded = False
  156. # Require book needed to enchant skills.
  157. # Default: True
  158. EnchantSkillSpBookNeeded = True
  159. # Require spell book needed to learn Divine Inspiration.
  160. # Default: True
  161. DivineInspirationSpBookNeeded = True
  162. # When enabled, the following will be true:
  163. # All classes can learn all skills.
  164. # Skills of another class costs x2 SP to learn.
  165. # Skills of another race costs x2 SP to learn.
  166. # Skills of fighters/mages costs x3 SP to learn.
  167. # Default: False
  168. AltGameSkillLearn = False
  169. # Allow player to sub-class without checking for unique quest items.
  170. # Default: False
  171. AltSubClassWithoutQuests = False
  172. # Allow player to add/change subclass at all village master
  173. # Default: False
  174. AltSubclassEverywhere = False
  175. # ---------------------------------------------------------------------------
  176. # Vitality configuration
  177. # ---------------------------------------------------------------------------
  178. # Enables vitality system
  179. # Default: True
  180. EnableVitality = True
  181. # Do you want players to recover their vitality when they reconnect?
  182. # This is calculated with the time they've been offline
  183. # Actual Time - Last Time Online / 1000 x rate recovery on reconnect
  184. # Notes:
  185. # Works only if EnableVitality = True
  186. # Default: True
  187. RecoverVitalityOnReconnect = True
  188. # Option to set a lower vitality at character creation.
  189. # Vitality needs to be enabled, and startingpoints needs to be lower
  190. # than max-vitality points.
  191. # Default: 20000
  192. StartingVitalityPoints = 20000
  193. # ---------------------------------------------------------------------------
  194. # Limits
  195. # ---------------------------------------------------------------------------
  196. # Maximum character running speed.
  197. # Default: 250
  198. MaxRunSpeed = 250
  199. # Maximum character Physical Critical Rate. (10 = 1%)
  200. # Default: 500
  201. MaxPCritRate = 500
  202. # Maximum character Magic Critical Rate. (10 = 1%)
  203. # Default: 200
  204. MaxMCritRate = 200
  205. # Maximum character Attack Speed.
  206. # Default: 1500
  207. MaxPAtkSpeed = 1500
  208. # Maximum character Cast Speed.
  209. # Default: 1999
  210. MaxMAtkSpeed = 1999
  211. # Maximum character Evasion.
  212. # Default: 250
  213. MaxEvasion = 250
  214. # Maximum number of allowed subclasses for every player.
  215. # Default: 3
  216. MaxSubclass = 3
  217. # Maximum subclass level.
  218. # Default: 80
  219. MaxSubclassLevel = 80
  220. # Maximum number of allowed slots for Private Stores Sell.
  221. # Other means all the other races aside from Dwarf.
  222. # Default: 4, 3
  223. MaxPvtStoreSellSlotsDwarf = 4
  224. MaxPvtStoreSellSlotsOther = 3
  225. # Maximum number of allowed slots for Private Stores Buy.
  226. # Other means all the other races aside from Dwarf.
  227. # Default: 5, 4
  228. MaxPvtStoreBuySlotsDwarf = 5
  229. MaxPvtStoreBuySlotsOther = 4
  230. # This will control the inventory space limit (NOT WEIGHT LIMIT).
  231. # Default: 80, 100, 250
  232. MaximumSlotsForNoDwarf = 80
  233. MaximumSlotsForDwarf = 100
  234. MaximumSlotsForGMPlayer = 250
  235. MaximumSlotsForQuestItems = 100
  236. # This will control a character's warehouse capacity.
  237. # Notes:
  238. # This must be LESS then 300 or the client will crash.
  239. # Default: 120, 100, 200, 20
  240. MaximumWarehouseSlotsForDwarf = 120
  241. MaximumWarehouseSlotsForNoDwarf = 100
  242. MaximumWarehouseSlotsForClan = 200
  243. # ---------------------------------------------------------------------------
  244. # Enchanting
  245. # ---------------------------------------------------------------------------
  246. # This controls the chance an item has to break if it is enchanted.
  247. # This chance is in %, so if you set this to 100%, enchants will always succeed.
  248. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  249. # Default: 66,66,66
  250. EnchantChanceWeapon = 66
  251. EnchantChanceArmor = 66
  252. EnchantChanceJewelry = 66
  253. EnchantChanceElementStone = 50
  254. EnchantChanceElementCrystal = 30
  255. EnchantChanceElementJewel = 20
  256. EnchantChanceElementEnergy = 10
  257. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  258. # Default: 66,66,66
  259. BlessedEnchantChanceWeapon = 66
  260. BlessedEnchantChanceArmor = 66
  261. BlessedEnchantChanceJewelry = 66
  262. # This is the enchant limit, if set to 0, there will be no limit.
  263. # Example: If this is set to 10, the maximum enchant will be 10.
  264. # Default: 0, 0, 0
  265. EnchantMaxWeapon = 0
  266. EnchantMaxArmor = 0
  267. EnchantMaxJewelry = 0
  268. # This is the maximum safe enchant.
  269. # Notes:
  270. # If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
  271. # EnchantSafeMaxFull is for full body armor (upper and lower).
  272. # These values should always be greater than 0.
  273. # Default: 3, 4
  274. EnchantSafeMax = 3
  275. EnchantSafeMaxFull = 4
  276. # List of non-enchantable items.
  277. # Currently apprentice, travelers weapons and Pailaka items
  278. # Default: 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
  279. EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
  280. # ---------------------------------------------------------------------------
  281. # Augmenting
  282. # ---------------------------------------------------------------------------
  283. # These control the chance to get a skill in the augmentation process.
  284. # Default: 15, 30, 45, 60
  285. AugmentationNGSkillChance = 15
  286. AugmentationMidSkillChance = 30
  287. AugmentationHighSkillChance = 45
  288. AugmentationTopSkillChance = 60
  289. # Accessory augmentation skills currently disabled
  290. AugmentationAccSkillChance = 0
  291. # This controls the chance to get a base stat modifier in the augmentation process.
  292. # Notes:
  293. # This has no dependancy on the grade of Life Stone.
  294. # Default: 1
  295. AugmentationBaseStatChance = 1
  296. # These control the chance to get a glow effect in the augmentation process.
  297. # Notes:
  298. # No/Mid Grade Life Stone can not have glow effect if you do not get a skill or base stat modifier.
  299. # Default: 0, 40, 70, 100
  300. AugmentationNGGlowChance = 0
  301. AugmentationMidGlowChance = 40
  302. AugmentationHighGlowChance = 70
  303. AugmentationTopGlowChance = 100
  304. # List of non-augmentable items, currently contains only Grand Boss jewels
  305. # Shadow, common, time-limited, hero, pvp, wear items are hardcoded, as well as all etcitems.
  306. # Rods can't be augmented too.
  307. # Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,16025,16026
  308. AugmentationBlackList = 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,13740,13741,13742,13743,13744,13745,13746,13747,13748,14592,14593,14594,14595,14596,14597,14598,14599,14600,14664,14665,14666,14667,14668,14669,14670,14671,14672,14801,14802,14803,14804,14805,14806,14807,14808,14809,15282,15283,15284,15285,15286,15287,15288,15289,15290,15291,15292,15293,15294,15295,15296,15297,15298,15299,16025,16026
  309. # ---------------------------------------------------------------------------
  310. # Karma
  311. # ---------------------------------------------------------------------------
  312. # Karma player can be killed in Peace zone.
  313. # Default: False
  314. AltKarmaPlayerCanBeKilledInPeaceZone = False
  315. # Karma player can use GateKeeper.
  316. # Default: False
  317. AltKarmaPlayerCanUseGK = False
  318. # Karma player can use escape and recall skills.
  319. # Default: True
  320. AltKarmaPlayerCanTeleport = True
  321. # Karma player can shop.
  322. # Default: True
  323. AltKarmaPlayerCanShop = True
  324. # Karma player can trade.
  325. # Default: True
  326. AltKarmaPlayerCanTrade = True
  327. # Karma player can use warehouse.
  328. # Default: True
  329. AltKarmaPlayerCanUseWareHouse = True
  330. # ---------------------------------------------------------------------------
  331. # Fame
  332. # ---------------------------------------------------------------------------
  333. # The maximum number of Fame points a player can have
  334. # Default: 50000
  335. MaxPersonalFamePoints = 50000
  336. # How frequently the player gets Fame points while in a Fortress Siege zone
  337. # Default: 300s (5 min)
  338. FortressZoneFameTaskFrequency = 300
  339. # How much Fame aquired while in a Fortress Siege Zone
  340. # Default: 31
  341. FortressZoneFameAquirePoints = 31
  342. # How frequently the player gets Fame points while in a Castle Siege zone
  343. # Default: 300s (5 min)
  344. CastleZoneFameTaskFrequency = 300
  345. # How much Fame aquired while in a Castle Siege Zone
  346. # Default: 125
  347. CastleZoneFameAquirePoints = 125
  348. # Dead players can receive fame.
  349. # Default: True
  350. FameForDeadPlayers = True
  351. # ---------------------------------------------------------------------------
  352. # Crafting
  353. # ---------------------------------------------------------------------------
  354. # Option to enable or disable crafting.
  355. # Default: True
  356. CraftingEnabled = True
  357. # Enable/Disable crafting of Masterwork items (If set to true, masterwork items can be created when crafting).
  358. # Default: True
  359. CraftMasterwork = True
  360. # Limits for recipes
  361. # Default: 50, 50
  362. DwarfRecipeLimit = 50
  363. CommonRecipeLimit = 50
  364. # Alternative crafting rules. If enabled, the following will be true:
  365. # Crafting takes time.
  366. # Players get EXP/SP for crafting.
  367. # Default: False
  368. AltGameCreation = False
  369. # Crafting Time multiplier.
  370. # The higher the number, the more time the crafting process takes. XP/SP reward increases with time.
  371. # Default: 1
  372. AltGameCreationSpeed = 1
  373. # Additional crafting XP/SP rate multiplier.
  374. # Default: 1, 1
  375. AltGameCreationXpRate = 1
  376. AltGameCreationSpRate = 1
  377. # Additional XP/SP rate multiplier when creating rare item.
  378. # Default: 2
  379. AltGameCreationRareXpSpRate = 2
  380. # If set to False, blacksmiths don't take recipes from players inventory when crafting.
  381. # Default: True
  382. AltBlacksmithUseRecipes = True
  383. # Store/Restore Dwarven Manufacture list
  384. # Keep manufacture shoplist after relog
  385. # Default: False
  386. StoreRecipeShopList = False
  387. # ---------------------------------------------------------------------------
  388. # Clan
  389. # ---------------------------------------------------------------------------
  390. # Number of days you have to wait before joining another clan.
  391. # Default: 1
  392. DaysBeforeJoinAClan = 1
  393. # Number of days you have to wait before creating a new clan.
  394. # Default: 10
  395. DaysBeforeCreateAClan = 10
  396. # Number of days it takes to dissolve a clan.
  397. # Default: 7
  398. DaysToPassToDissolveAClan = 7
  399. # Number of days before joining a new alliance when clan voluntarily leave an alliance.
  400. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  401. # Default: 1
  402. DaysBeforeJoinAllyWhenLeaved = 1
  403. # Number of days before joining a new alliance when clan was dismissed from an alliance.
  404. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  405. # Default: 1
  406. DaysBeforeJoinAllyWhenDismissed = 1
  407. # Number of days before accepting a new clan for alliance when clan was dismissed from an alliance.
  408. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  409. # Default: 1
  410. DaysBeforeAcceptNewClanWhenDismissed = 1
  411. # Number of days before creating a new alliance after dissolving an old alliance.
  412. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  413. # Default: 1
  414. DaysBeforeCreateNewAllyWhenDissolved = 1
  415. # Maximum number of clans in alliance.
  416. # Default: 3
  417. AltMaxNumOfClansInAlly = 3
  418. # Allow clan members to withdraw from the clan warehouse.
  419. # Default: False
  420. AltMembersCanWithdrawFromClanWH = False
  421. # Remove castle circlets after a clan loses their castle or a player leaves a clan.
  422. # Default: True
  423. RemoveCastleCirclets = True
  424. # Number of members needed to request a clan war.
  425. # Default: 15
  426. AltClanMembersForWar = 15
  427. # ---------------------------------------------------------------------------
  428. # Party
  429. # ---------------------------------------------------------------------------
  430. # CONFUSING(nothing todo with party) -> When you made damage to a mob
  431. # and are inside this range, you will be considered as player to reward.
  432. # Checks for party range to mob to calculate rewards(exp, items).
  433. # Default: 1600
  434. AltPartyRange = 1600
  435. # 1. Used for adena distribution in party
  436. # 2. Used to handle random and by turn party loot
  437. # Default: 1400
  438. AltPartyRange2 = 1400
  439. # ---------------------------------------------------------------------------
  440. # Random
  441. # ---------------------------------------------------------------------------
  442. # This is the amount of adena that a new character starts their character with.
  443. # Default: 0
  444. StartingAdena = 0
  445. # This is the starting level of the new character.
  446. # Default: 1
  447. StartingLevel = 1
  448. # This is the amount of SP that a new character starts their character with.
  449. # Default: 0
  450. StartingSP = 0
  451. # This option, when set to True, will enable automatically picking up items.
  452. # If set False it will force the player to pickup dropped items from mobs.
  453. # This excludes herbs mentioned above and items from Raid/GrandBosses with minions.
  454. # Default: False
  455. AutoLoot = False
  456. # This option, when set to True, will enable automatically picking up items from Raid/GrandBosses with minions.
  457. # If set False it will force the player to pickup dropped items from bosses.
  458. # This excludes herbs mentioned above and items from mobs.
  459. # Default: False
  460. AutoLootRaids = False
  461. # Delay for raid drop items loot privilege
  462. # Require Command Channel , check next option
  463. # Value is in seconds
  464. # Default: 900 (15min)
  465. RaidLootRightsInterval = 900
  466. # Minimal size of Command Channel for apply raid loot privilege
  467. # Default: 45
  468. RaidLootRightsCCSize = 45
  469. # This is the time in seconds that it will take for the player command "/unstuck" to activate.
  470. # Default: 300
  471. UnstuckInterval = 300
  472. # Teleport Watchdog Timeout (seconds)
  473. # Player forced to appear if remain in teleported state longer than timeout
  474. # Does not set too low, recommended value 60s.
  475. # This time is in seconds, leave it at 0 if you want this feature disabled.
  476. # Default: 0
  477. TeleportWatchdogTimeout = 0
  478. # After a player teleports, this is the time the player is protected.
  479. # This time is in seconds, leave it at 0 if you want this feature disabled.
  480. # Retail (Since GE): 600 (10 minutes)
  481. # Default: 600
  482. PlayerSpawnProtection = 600
  483. # Spawn protection should dissapear with any action with the exception
  484. # of the item usage from items in this list.
  485. # Format: itemId,itemId,itemId,....
  486. PlayerSpawnProtectionAllowedItems = 736,1538,1829,1830
  487. # Teleport spawn protection time. It will protect the player in the
  488. # teleport spawn for the given time. 0 to disable feature
  489. PlayerTeleportProtection = 0
  490. # If enabled, players respawn in town on different locations defined in zone.xml for given town.
  491. # If disabled the first spawn location from zone.xml is used.
  492. # Default: True
  493. RandomRespawnInTownEnabled = True
  494. # This will allow a random offset from the base teleport location coordinates based on a maximum offset.
  495. # Default: True
  496. OffsetOnTeleportEnabled = True
  497. # Maximum offset for base teleport location when OffsetOnTeleportEnabled is enabled .
  498. # Default: 50
  499. MaxOffsetOnTeleport = 50
  500. # Restores the player to their previous instance (ie. an instanced area/dungeon) on EnterWorld.
  501. # Default: False
  502. RestorePlayerInstance = False
  503. # Set whether summon skills can be used to summon players inside an instance.
  504. # When enabled individual instances can have summoning disabled in instance xml's.
  505. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  506. # Default: ?
  507. AllowSummonToInstance = True
  508. # This option is to enable or disable the use of in game petitions.
  509. # The MaxPetitionsPerPlayer is the amount of petitions a player can make.
  510. # The MaximumPendingPetitions is the total amount of petitions in the server.
  511. # Note:
  512. # Logically, MaximumPendingPetitions must be higher then MaxPetitionsPerPlayer.
  513. # Default: True, 5, 25
  514. PetitioningAllowed = True
  515. MaxPetitionsPerPlayer = 5
  516. MaxPetitionsPending = 25
  517. # Free teleporting around the world.
  518. # Default: False
  519. AltFreeTeleporting = False
  520. # Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
  521. # Default: 7
  522. DeleteCharAfterDays = 7
  523. # Alternative Xp/Sp rewards, if not 0, then calculated as 2^((mob.level-player.level) / coef). Coef are the 2 numbers set below.
  524. # A few examples for "AltGameExponentXp = 5." and "AltGameExponentSp = 3.":
  525. # diff = 0 (player and mob has the same level), XP bonus rate = 1, SP bonus rate = 1
  526. # diff = 3 (mob is 3 levels above), XP bonus rate = 1.52, SP bonus rate = 2
  527. # diff = 5 (mob is 5 levels above), XP bonus rate = 2, SP bonus rate = 3.17
  528. # diff = -8 (mob is 8 levels below), XP bonus rate = 0.4, SP bonus rate = 0.16
  529. # Default: 0, 0
  530. AltGameExponentXp = 0
  531. AltGameExponentSp = 0
  532. # PARTY XP DISTRIBUTION
  533. # With "auto method" member is cut from Exp/SP distribution when his share is lower than party bonus acquired for him (30% for 2 member party).
  534. # In that case he will not receive any Exp/SP from party and is not counted for party bonus.
  535. # If you don't want to have a cutoff point for party members' XP distribution, set the first option to "none".
  536. # Available Options: auto, level, percentage, none
  537. # Default: level
  538. PartyXpCutoffMethod = level
  539. # This option takes effect when "percentage" method is chosen. Don't use high values for this!
  540. # Default: 3.0
  541. PartyXpCutoffPercent = 3.0
  542. # This option takes effect when "level" method is chosen. Don't use low values for this!
  543. # Default: 20
  544. PartyXpCutoffLevel = 20
  545. # Disable tutorial on new player enter into Game
  546. # Please remember its sometimes important to novice players
  547. # Default: False
  548. DisableTutorial = False
  549. # Expertise penalty
  550. # If disabled, player will not receive penalty for equip higher grade items
  551. # Default: True
  552. ExpertisePenalty = True
  553. # Player can in client define his own key mapping and for save it must be stored server side.
  554. # Disabled until confirmed as working.
  555. # Default: False
  556. StoreCharUiSettings = False
  557. # Character name restriction
  558. # Disallow characters to have a name which contains the words.
  559. # Split them with ",". Example: announcements,announce...
  560. ForbiddenNames = annou,ammou,amnou,anmou,anou,amou