Character.properties 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  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. # Weight limit multiplier. Example: Setting this to 5 will give players 5x the normal weight limit.
  28. # Default: 1
  29. AltWeightLimit = 1
  30. # Run speed modifier. Example: Setting this to 5 will give players +5 to their running speed.
  31. # Default: 0
  32. RunSpeedBoost = 0
  33. # Chance of receiving the Death Penalty debuff when killed by a mob.
  34. # Default: 20
  35. DeathPenaltyChance = 20
  36. # Percent of HP, MP, and CP which is restored on character revival.
  37. # Default: 0, 70, 70
  38. RespawnRestoreCP = 0
  39. RespawnRestoreHP = 70
  40. RespawnRestoreMP = 70
  41. # Percent of HP, MP, and CP regeneration for players.
  42. # Example: Setting HP to 10 will cause player HP to regenerate 90% slower than normal.
  43. # Default: 100, 100, 100
  44. HpRegenMultiplier = 100
  45. MpRegenMultiplier = 100
  46. CpRegenMultiplier = 100
  47. # Decrease CP by 10 every normal hit a player do
  48. # Default: False
  49. AltGameTiredness = False
  50. # ---------------------------------------------------------------------------
  51. # Skills & Effects
  52. # ---------------------------------------------------------------------------
  53. # When this is enabled it will read the "SkillDurationList" option.
  54. # 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.
  55. # Default: False
  56. EnableModifySkillDuration = False
  57. # Skill duration list
  58. # Format: skillid,newtime;skillid2,newtime2...
  59. # Example:
  60. # This enable 1h(3600) duration for songs, the "\"indicates new line,
  61. # and is only set for formating purposes.
  62. # SkillDurationList = 264,3600;265,3600;266,3600;267,3600;268,3600;\
  63. # 269,3600;270,3600;304,3600;305,1200;306,3600;308,3600;349,3600;\
  64. # 363,3600;364,3600
  65. SkillDurationList =
  66. # When this is enabled it will read the "SkillReuseList" option.
  67. EnableModifySkillReuse = False
  68. # Format: skillid,newDelayTime;skillid,newDelayTime2 (See skillDuration for examples)
  69. SkillReuseList =
  70. # Default: False
  71. AutoLearnSkills = False
  72. # Default: False
  73. AutoLootHerbs = False
  74. # Maximum number of buffs and songs/dances.
  75. # Remember that Divine Inspiration will give players 4 additional buff slots on top of the number specified in "maxbuffamount".
  76. # Default: 20, 12
  77. maxbuffamount = 20
  78. maxdanceamount = 12
  79. # Allow players to cancel dances/songs via Alt+click on buff icon
  80. # Default: False
  81. DanceCancelBuff = False
  82. # This option enables/disables additional MP consume for dances and songs.
  83. # Default: True
  84. DanceConsumeAdditionalMP = True
  85. # This option allows a player to automatically learn Divine Inspiration.
  86. # This is not included in AutoLearnSkills above.
  87. # Default: False
  88. AutoLearnDivineInspiration = False
  89. # This is to allow a character to be canceled during bow use, skill use, or both.
  90. # Available Options: bow, cast, all
  91. # Default: cast
  92. AltGameCancelByHit = cast
  93. # 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.
  94. # Default: True
  95. CancelLesserEffect = True
  96. # This option, if enabled, will allow magic to fail, and if disabled magic damage will always succeed with a 100% chance.
  97. # Default: True
  98. MagicFailures = True
  99. # Protection from aggressive mobs after getting up from fake death.
  100. # The value is specified in seconds.
  101. # Default: 0
  102. PlayerFakeDeathUpProtection = 0
  103. # This option is to enable or disable the storage of buffs/debuffs among other effects.
  104. # Default: True
  105. StoreSkillCooltime = True
  106. # This option is to enable or disable the storage of buffs/debuffs among other effects during
  107. # a subclass change
  108. # Deault: False
  109. SubclassStoreSkillCooltime = False
  110. # These are alternative rules for shields.
  111. # If True and they block:
  112. # The damage is powerAtk-shieldDef,
  113. # If False and they block:
  114. # The damage is powerAtk / (shieldDef + powerDef)
  115. # Default: False
  116. AltShieldBlocks = False
  117. # This is the percentage for perfect shield block rate.
  118. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  119. # Default: 10
  120. AltPerfectShieldBlockRate = 10
  121. # Allow use of Event Managers for changing occupation without any quests.
  122. # Default: False
  123. AllowClassMasters = False
  124. # Class Masters will allow changing to any occupation on any level inside class tree
  125. # For example, Dwarven Fighter will be able to advance to:
  126. # Artisan, Scavenger, Warsmith, Bounty Hunter, Maestro, Fortune Seeker.
  127. # But Warsmith will be able to change only to Maestro.
  128. # Default = False
  129. AllowEntireTree = False
  130. # Then character reach levels 20,40,76 he will receive tutorial page
  131. # with list of the all possible variants, and can select and immediately
  132. # change to the new occupation, or decide to choose later (on next login).
  133. # Can be used with or without classic Class Masters.
  134. # Default = False
  135. AlternateClassMaster = False
  136. # Require life crystal needed to learn clan skills.
  137. # Default: True
  138. LifeCrystalNeeded = True
  139. # Require spell book needed to learn skills.
  140. # Default: False
  141. SpBookNeeded = False
  142. # Require book needed to enchant skills.
  143. # Default: True
  144. EnchantSkillSpBookNeeded = True
  145. # Require spell book needed to learn Divine Inspiration.
  146. # Default: True
  147. DivineInspirationSpBookNeeded = True
  148. # When enabled, the following will be true:
  149. # All classes can learn all skills.
  150. # Skills of another class costs x2 SP to learn.
  151. # Skills of another race costs x2 SP to learn.
  152. # Skills of fighters/mages costs x3 SP to learn.
  153. # Default: False
  154. AltGameSkillLearn = False
  155. # Allow player to sub-class without checking for unique quest items.
  156. # Default: False
  157. AltSubClassWithoutQuests = False
  158. # Allow player to add/change subclass at all village master
  159. # Default: False
  160. AltSubclassEverywhere = False
  161. # ---------------------------------------------------------------------------
  162. # Vitality configuration
  163. # ---------------------------------------------------------------------------
  164. # Enables vitality system
  165. # Default: True
  166. EnableVitality = True
  167. # Do you want players to recover their vitality when they reconnect?
  168. # This is calculated with the time they've been offline
  169. # Actual Time - Last Time Online / 1000 x rate recovery on reconnect
  170. # Notes:
  171. # Works only if EnableVitality = True
  172. # Default: True
  173. RecoverVitalityOnReconnect = True
  174. # ---------------------------------------------------------------------------
  175. # Limits
  176. # ---------------------------------------------------------------------------
  177. # Maximum character running speed.
  178. # Default: 250
  179. MaxRunSpeed = 250
  180. # Maximum character Physical Critical Rate. (10 = 1%)
  181. # Default: 500
  182. MaxPCritRate = 500
  183. # Maximum character Magic Critical Rate. (10 = 1%)
  184. # Default: 200
  185. MaxMCritRate = 200
  186. # Maximum character Attack Speed.
  187. # Default: 1500
  188. MaxPAtkSpeed = 1500
  189. # Maximum character Cast Speed.
  190. # Default: 1999
  191. MaxMAtkSpeed = 1999
  192. # Maximum character Evasion.
  193. # Default: 200
  194. MaxEvasion = 200
  195. # Maximum number of allowed subclasses for every player.
  196. # Default: 3
  197. MaxSubclass = 3
  198. # Maximum subclass level.
  199. # Default: 80
  200. MaxSubclassLevel = 80
  201. # Maximum number of allowed slots for Private Stores Sell.
  202. # Other means all the other races aside from Dwarf.
  203. # Default: 4, 3
  204. MaxPvtStoreSellSlotsDwarf = 4
  205. MaxPvtStoreSellSlotsOther = 3
  206. # Maximum number of allowed slots for Private Stores Buy.
  207. # Other means all the other races aside from Dwarf.
  208. # Default: 5, 4
  209. MaxPvtStoreBuySlotsDwarf = 5
  210. MaxPvtStoreBuySlotsOther = 4
  211. # This will control the inventory space limit (NOT WEIGHT LIMIT).
  212. # Default: 80, 100, 250
  213. MaximumSlotsForNoDwarf = 80
  214. MaximumSlotsForDwarf = 100
  215. MaximumSlotsForGMPlayer = 250
  216. # This will control a character's warehouse capacity.
  217. # Notes:
  218. # This must be LESS then 300 or the client will crash.
  219. # Default: 120, 100, 200, 20
  220. MaximumWarehouseSlotsForDwarf = 120
  221. MaximumWarehouseSlotsForNoDwarf = 100
  222. MaximumWarehouseSlotsForClan = 200
  223. # ---------------------------------------------------------------------------
  224. # Enchanting
  225. # ---------------------------------------------------------------------------
  226. # This controls the chance an item has to break if it is enchanted.
  227. # This chance is in %, so if you set this to 100%, enchants will always succeed.
  228. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  229. # Default: 66,66,66
  230. EnchantChanceWeapon = 66
  231. EnchantChanceArmor = 66
  232. EnchantChanceJewelry = 66
  233. EnchantChanceElement = 50
  234. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  235. # Default: 66,66,66
  236. BlessedEnchantChanceWeapon = 66
  237. BlessedEnchantChanceArmor = 66
  238. BlessedEnchantChanceJewelry = 66
  239. # This is the enchant limit, if set to 0, there will be no limit.
  240. # Example: If this is set to 10, the maximum enchant will be 10.
  241. # Default: 0, 0, 0
  242. EnchantMaxWeapon = 0
  243. EnchantMaxArmor = 0
  244. EnchantMaxJewelry = 0
  245. # This is the maximum safe enchant.
  246. # Notes:
  247. # If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
  248. # EnchantSafeMaxFull is for full body armor (upper and lower).
  249. # These values should always be greater than 0.
  250. # Default: 3, 4
  251. EnchantSafeMax = 3
  252. EnchantSafeMaxFull = 4
  253. # ---------------------------------------------------------------------------
  254. # Augmenting
  255. # ---------------------------------------------------------------------------
  256. # These control the chance to get a skill in the augmentation process.
  257. # Default: 15, 30, 45, 60
  258. AugmentationNGSkillChance = 15
  259. AugmentationMidSkillChance = 30
  260. AugmentationHighSkillChance = 45
  261. AugmentationTopSkillChance = 60
  262. # Accessory augmentation skills currently disabled
  263. AugmentationAccSkillChance = 0
  264. # This controls the chance to get a base stat modifier in the augmentation process.
  265. # Notes:
  266. # This has no dependancy on the grade of Life Stone.
  267. # Default: 1
  268. AugmentationBaseStatChance = 1
  269. # These control the chance to get a glow effect in the augmentation process.
  270. # Notes:
  271. # No/Mid Grade Life Stone can not have glow effect if you do not get a skill or base stat modifier.
  272. # Default: 0, 40, 70, 100
  273. AugmentationNGGlowChance = 0
  274. AugmentationMidGlowChance = 40
  275. AugmentationHighGlowChance = 70
  276. AugmentationTopGlowChance = 100
  277. # List of non-augmentable items, currently contains only Grand Boss jewels
  278. # Shadow, common, time-limited, hero, pvp, wear items are hardcoded, as well as all etcitems.
  279. # Rods can't be augmented too.
  280. # Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314
  281. AugmentationBlackList = 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314
  282. # ---------------------------------------------------------------------------
  283. # Karma
  284. # ---------------------------------------------------------------------------
  285. # Karma player can be killed in Peace zone.
  286. # Default: False
  287. AltKarmaPlayerCanBeKilledInPeaceZone = False
  288. # Karma player can use GateKeeper.
  289. # Default: False
  290. AltKarmaPlayerCanUseGK = False
  291. # Karma player can use escape and recall skills.
  292. # Default: True
  293. AltKarmaPlayerCanTeleport = True
  294. # Karma player can shop.
  295. # Default: True
  296. AltKarmaPlayerCanShop = True
  297. # Karma player can trade.
  298. # Default: True
  299. AltKarmaPlayerCanTrade = True
  300. # Karma player can use warehouse.
  301. # Default: True
  302. AltKarmaPlayerCanUseWareHouse = True
  303. # ---------------------------------------------------------------------------
  304. # Fame
  305. # ---------------------------------------------------------------------------
  306. # The maximum number of Fame points a player can have
  307. # Default: 50000
  308. MaxPersonalFamePoints = 50000
  309. # How frequently the player gets Fame points while in a Fortress Siege zone
  310. # Default: 300s (5 min)
  311. FortressZoneFameTaskFrequency = 300
  312. # How much Fame aquired while in a Fortress Siege Zone
  313. # Default: 31
  314. FortressZoneFameAquirePoints = 31
  315. # How frequently the player gets Fame points while in a Castle Siege zone
  316. # Default: 300s (5 min)
  317. CastleZoneFameTaskFrequency = 300
  318. # How much Fame aquired while in a Castle Siege Zone
  319. # Default: 125
  320. CastleZoneFameAquirePoints = 125
  321. # Dead players can receive fame.
  322. # Default: True
  323. FameForDeadPlayers = True
  324. # ---------------------------------------------------------------------------
  325. # Crafting
  326. # ---------------------------------------------------------------------------
  327. # Option to enable or disable crafting.
  328. # Default: True
  329. CraftingEnabled = True
  330. # Enable/Disable crafting of Masterwork items (If set to true, masterwork items can be created when crafting).
  331. # Default: True
  332. CraftMasterwork = True
  333. # Limits for recipes
  334. # Default: 50, 50
  335. DwarfRecipeLimit = 50
  336. CommonRecipeLimit = 50
  337. # Alternative crafting rules. If enabled, the following will be true:
  338. # Crafting takes time.
  339. # Players get EXP/SP for crafting.
  340. # Default: False
  341. AltGameCreation = False
  342. # Crafting Time multiplier.
  343. # The higher the number, the more time the crafting process takes. XP/SP reward increases with time.
  344. # Default: 1
  345. AltGameCreationSpeed = 1
  346. # Additional crafting XP/SP rate multiplier.
  347. # Default: 1, 1
  348. AltGameCreationXpRate = 1
  349. AltGameCreationSpRate = 1
  350. # Additional XP/SP rate multiplier when creating rare item.
  351. # Default: 2
  352. AltGameCreationRareXpSpRate = 2
  353. # If set to False, blacksmiths don't take recipes from players inventory when crafting.
  354. # Default: True
  355. AltBlacksmithUseRecipes = True
  356. # ---------------------------------------------------------------------------
  357. # Clan
  358. # ---------------------------------------------------------------------------
  359. # Number of days you have to wait before joining another clan.
  360. # Default: 1
  361. DaysBeforeJoinAClan = 1
  362. # Number of days you have to wait before creating a new clan.
  363. # Default: 10
  364. DaysBeforeCreateAClan = 10
  365. # Number of days it takes to dissolve a clan.
  366. # Default: 7
  367. DaysToPassToDissolveAClan = 7
  368. # Number of days before joining a new alliance when clan voluntarily leave an alliance.
  369. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  370. # Default: 1
  371. DaysBeforeJoinAllyWhenLeaved = 1
  372. # Number of days before joining a new alliance when clan was dismissed from an alliance.
  373. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  374. # Default: 1
  375. DaysBeforeJoinAllyWhenDismissed = 1
  376. # Number of days before accepting a new clan for alliance when clan was dismissed from an alliance.
  377. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  378. # Default: 1
  379. DaysBeforeAcceptNewClanWhenDismissed = 1
  380. # Number of days before creating a new alliance after dissolving an old alliance.
  381. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  382. # Default: 1
  383. DaysBeforeCreateNewAllyWhenDissolved = 1
  384. # Maximum number of clans in alliance.
  385. # Default: 3
  386. AltMaxNumOfClansInAlly = 3
  387. # Allow clan members to withdraw from the clan warehouse.
  388. # Default: False
  389. AltMembersCanWithdrawFromClanWH = False
  390. # Remove castle circlets after a clan loses their castle or a player leaves a clan.
  391. # Default: True
  392. RemoveCastleCirclets = True
  393. # Number of members needed to request a clan war.
  394. # Default: 15
  395. AltClanMembersForWar = 15
  396. # ---------------------------------------------------------------------------
  397. # Party
  398. # ---------------------------------------------------------------------------
  399. # CONFUSING(nothing todo with party) -> When you made damage to a mob
  400. # and are inside this range, you will be considered as player to reward.
  401. # Checks for party range to mob to calculate rewards(exp, items).
  402. # Default: 1600
  403. AltPartyRange = 1600
  404. # 1. Used for adena distribution in party
  405. # 2. Used to handle random and by turn party loot
  406. # Default: 1400
  407. AltPartyRange2 = 1400
  408. # ---------------------------------------------------------------------------
  409. # Random
  410. # ---------------------------------------------------------------------------
  411. # This is the amount of adena that a new character starts their character with.
  412. # Default: 0
  413. StartingAdena = 0
  414. # This is the starting level of the new character.
  415. # Default: 1
  416. StartingLevel = 1
  417. # This is the amount of SP that a new character starts their character with.
  418. # Default: 0
  419. StartingSP = 0
  420. # This option, when set to True, will enable automatically picking up items.
  421. # If set False it will force the player to pickup dropped items from mobs.
  422. # This excludes herbs mentioned above and items from Raid/GrandBosses with minions.
  423. # Default: False
  424. AutoLoot = False
  425. # This option, when set to True, will enable automatically picking up items from Raid/GrandBosses with minions.
  426. # If set False it will force the player to pickup dropped items from bosses.
  427. # This excludes herbs mentioned above and items from mobs.
  428. # Default: False
  429. AutoLootRaids = False
  430. # Delay for raid drop items loot privilege
  431. # Require Command Channel , check next option
  432. # Value is in seconds
  433. # Default: 900 (15min)
  434. RaidLootRightsInterval = 900
  435. # Minimal size of Command Channel for apply raid loot privilege
  436. # Default: 45
  437. RaidLootRightsCCSize = 45
  438. # This is the time in seconds that it will take for the player command "/unstuck" to activate.
  439. # Default: 300
  440. UnstuckInterval = 300
  441. # Teleport Watchdog Timeout (seconds)
  442. # Player forced to appear if remain in teleported state longer than timeout
  443. # Does not set too low, recommended value 60s.
  444. # This time is in seconds, leave it at 0 if you want this feature disabled.
  445. # Default: 0
  446. TeleportWatchdogTimeout = 0
  447. # After a player teleports, this is the time the player is protected.
  448. # This time is in seconds, leave it at 0 if you want this feature disabled.
  449. # Default: 0
  450. PlayerSpawnProtection = 0
  451. # This will allow random re-spawning in towns if enabled based on a maximum random offset from the base re-spawn coordinates.
  452. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  453. # Default: True, 50
  454. RespawnRandomInTown = True
  455. RespawnRandomMaxOffset = 50
  456. # Restores the player to their previous instance (ie. an instanced area/dungeon) on EnterWorld.
  457. # Default: False
  458. RestorePlayerInstance = False
  459. # Set whether summon skills can be used to summon players inside an instance.
  460. # When enabled individual instances can have summoning disabled in instance xml's.
  461. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  462. # Default: ?
  463. AllowSummonToInstance = True
  464. # This option is to enable or disable the use of in game petitions.
  465. # The MaxPetitionsPerPlayer is the amount of petitions a player can make.
  466. # The MaximumPendingPetitions is the total amount of petitions in the server.
  467. # Note:
  468. # Logically, MaximumPendingPetitions must be higher then MaxPetitionsPerPlayer.
  469. # Default: True, 5, 25
  470. PetitioningAllowed = True
  471. MaxPetitionsPerPlayer = 5
  472. MaxPetitionsPending = 25
  473. # Free teleporting around the world.
  474. # Default: False
  475. AltFreeTeleporting = False
  476. # Allow character to recommend same person more then once per day.
  477. # Default: False
  478. AltRecommend = False
  479. # Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
  480. # Default: 7
  481. DeleteCharAfterDays = 7
  482. # Alternative Xp/Sp rewards, if not 0, then calculated as 2^((mob.level-player.level) / coef). Coef are the 2 numbers set below.
  483. # A few examples for "AltGameExponentXp = 5." and "AltGameExponentSp = 3.":
  484. # diff = 0 (player and mob has the same level), XP bonus rate = 1, SP bonus rate = 1
  485. # diff = 3 (mob is 3 levels above), XP bonus rate = 1.52, SP bonus rate = 2
  486. # diff = 5 (mob is 5 levels above), XP bonus rate = 2, SP bonus rate = 3.17
  487. # diff = -8 (mob is 8 levels below), XP bonus rate = 0.4, SP bonus rate = 0.16
  488. # Default: 0, 0
  489. AltGameExponentXp = 0
  490. AltGameExponentSp = 0
  491. # PARTY XP DISTRIBUTION
  492. # 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).
  493. # In that case he will not receive any Exp/SP from party and is not counted for party bonus.
  494. # If you don't want to have a cutoff point for party members' XP distribution, set the first option to "none".
  495. # Available Options: auto, level, none
  496. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  497. # Default: auto
  498. PartyXpCutoffMethod = auto
  499. # This option takes effect when "percentage" method is chosen. Don't use high values for this!
  500. # Default: 3.0
  501. PartyXpCutoffPercent = 3.0
  502. # This option takes effect when "level" method is chosen. Don't use low values for this!
  503. # Default: 30
  504. PartyXpCutoffLevel = 30
  505. # Disable tutorial on new player enter into Game
  506. # Please remember its sometimes important to novice players
  507. # Default: False
  508. DisableTutorial = False
  509. # Expertise penalty
  510. # If disabled, player will not recieve penalty for equip higher grade items
  511. # Default: True
  512. ExpertisePenalty = True