Character.properties 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  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. # Statistics
  10. # ---------------------------------------------------------------------------
  11. # 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.
  12. # Default: True
  13. Delevel = True
  14. # This option enable check for all player skills for skill level.
  15. # If player level is lower than skill learn level - 9, skill level is decreased to next possible level.
  16. # If there is no possible level, skill is removed from player.
  17. DecreaseSkillOnDelevel = True
  18. # Weight limit multiplier. Example: Setting this to 5 will give players 5x the normal weight limit.
  19. # Default: 1
  20. AltWeightLimit = 1
  21. # Run speed modifier. Example: Setting this to 5 will give players +5 to their running speed.
  22. # Default: 0
  23. RunSpeedBoost = 0
  24. # Chance of receiving the Death Penalty debuff when killed by a mob.
  25. # Default: 20
  26. DeathPenaltyChance = 20
  27. # Percent of HP, MP, and CP which is restored on character revival.
  28. # Use 0 to disable restore
  29. # Default: 0, 65, 0
  30. RespawnRestoreCP = 0
  31. RespawnRestoreHP = 65
  32. RespawnRestoreMP = 0
  33. # Percent of HP, MP, and CP regeneration for players.
  34. # Example: Setting HP to 10 will cause player HP to regenerate 90% slower than normal.
  35. # Default: 100, 100, 100
  36. HpRegenMultiplier = 100
  37. MpRegenMultiplier = 100
  38. CpRegenMultiplier = 100
  39. # Decrease CP by 10 every normal hit a player do
  40. # Default: False
  41. AltGameTiredness = False
  42. # ---------------------------------------------------------------------------
  43. # Skills & Effects
  44. # ---------------------------------------------------------------------------
  45. # When this is enabled it will read the "SkillDurationList" option.
  46. # 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.
  47. # Default: False
  48. EnableModifySkillDuration = False
  49. # Skill duration list
  50. # Format: skillid,newtime;skillid2,newtime2...
  51. # Example:
  52. # This enable 1h(3600) duration for songs, the "\"indicates new line,
  53. # and is only set for formating purposes.
  54. # SkillDurationList = 264,3600;265,3600;266,3600;267,3600;268,3600;\
  55. # 269,3600;270,3600;304,3600;305,1200;306,3600;308,3600;349,3600;\
  56. # 363,3600;364,3600
  57. SkillDurationList =
  58. # When this is enabled it will read the "SkillReuseList" option.
  59. EnableModifySkillReuse = False
  60. # Format: skillid,newDelayTime;skillid,newDelayTime2 (See skillDuration for examples)
  61. SkillReuseList =
  62. # If it's true all class skills will be delivered upon level up and login.
  63. # Default: False
  64. AutoLearnSkills = False
  65. # If it's true skills from forgotten scrolls will be delivered upon level up and login, require AutoLearnSkills.
  66. # Default: False
  67. AutoLearnForgottenScrollSkills = False
  68. # Default: False
  69. AutoLootHerbs = False
  70. # Maximum number of buffs and songs/dances.
  71. # Remember that Divine Inspiration will give players 4 additional buff slots on top of the number specified in "maxbuffamount".
  72. # Default: 20, 12, 12
  73. MaxBuffAmount = 20
  74. MaxTriggeredBuffAmount = 12
  75. MaxDanceAmount = 12
  76. # Allow players to cancel dances/songs via Alt+click on buff icon
  77. # Default: False
  78. DanceCancelBuff = False
  79. # This option enables/disables additional MP consume for dances and songs.
  80. # Default: True
  81. DanceConsumeAdditionalMP = True
  82. # Allow players to have all dances/songs stored when logout.
  83. # Default: False
  84. AltStoreDances = False
  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. # Default: 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. # ---------------------------------------------------------------------------
  122. # Class, Sub-class and skill learning options
  123. # ---------------------------------------------------------------------------
  124. # Allow use of Event Managers for changing occupation without any quests.
  125. # Default: False
  126. AllowClassMasters = False
  127. # ConfigClassMaster=1;[57(100000)];[];2;[57(1000000)];[];3;[57(10000000)],[5575(1000000)];[6622(1)]
  128. # 1st occupation change for 100.000 Adena (item id 57)
  129. # 2nd occupation change for 1.000.0000 Adena (item id 57)
  130. # 3rd occupation change for 10.000.0000 Adena (item id 57) and 1.000.000 Ancient Adena (item id 5575)
  131. # on 3rd occupation change player will be rewarded with 1 Book of Giants (item id 6622)
  132. # ConfigClassMaster=1;[];[];2;[];[];3;[];[]
  133. # 1st, 2nd, 3rd occupation change for free, without rewards.
  134. # ConfigClassMaster=1;[];[];2;[];[]
  135. # Allow only first and second change.
  136. ConfigClassMaster = 1;[];[];2;[];[];3;[];[]
  137. # Class Masters will allow changing to any occupation on any level inside class tree
  138. # For example, Dwarven Fighter will be able to advance to:
  139. # Artisan, Scavenger, Warsmith, Bounty Hunter, Maestro, Fortune Seeker.
  140. # But Warsmith will be able to change only to Maestro.
  141. # Default = False
  142. AllowEntireTree = False
  143. # When character reach levels 20,40,76 he will receive tutorial page
  144. # with list of the all possible variants, and can select and immediately
  145. # change to the new occupation, or decide to choose later (on next login).
  146. # Can be used with or without classic Class Masters.
  147. # Default = False
  148. AlternateClassMaster = False
  149. # Require life crystal needed to learn clan skills.
  150. # Default: True
  151. LifeCrystalNeeded = True
  152. # Require book needed to enchant skills.
  153. # Default: True
  154. EnchantSkillSpBookNeeded = True
  155. # Require spell book needed to learn Divine Inspiration.
  156. # Default: True
  157. DivineInspirationSpBookNeeded = True
  158. # When enabled, the following will be true:
  159. # All classes can learn all skills.
  160. # Skills of another class costs x2 SP to learn.
  161. # Skills of another race costs x2 SP to learn.
  162. # Skills of fighters/mages costs x3 SP to learn.
  163. # Default: False
  164. AltGameSkillLearn = False
  165. # Allow player to sub-class without checking for unique quest items.
  166. # Default: False
  167. AltSubClassWithoutQuests = False
  168. # Allow player to add/change subclass at all village master
  169. # Default: False
  170. AltSubclassEverywhere = False
  171. # Allow player to learn transformations without quest.
  172. # Default: False
  173. AltTransformationWithoutQuest = False
  174. # Fee to remove Transfer skills.
  175. # Default: 10000000
  176. FeeDeleteTransferSkills = 10000000
  177. # Fee to remove Sub-Class skills.
  178. # Default: 10000000
  179. FeeDeleteSubClassSkills = 10000000
  180. # ---------------------------------------------------------------------------
  181. # Summons configuration
  182. # ---------------------------------------------------------------------------
  183. # This option is to enable or disable the storage of buffs/debuffs among other effects on pets/invocations
  184. # Default: True
  185. SummonStoreSkillCooltime = True
  186. # Servitor summons on login if player had it summoned before logout
  187. # Default: True
  188. RestoreServitorOnReconnect = True
  189. # Pet summons on login if player had it summoned before logout
  190. # Default: True
  191. RestorePetOnReconnect = True
  192. # ---------------------------------------------------------------------------
  193. # Vitality configuration
  194. # ---------------------------------------------------------------------------
  195. # Enables vitality system
  196. # Default: True
  197. EnableVitality = True
  198. # Do you want players to recover their vitality when they reconnect?
  199. # This is calculated with the time they've been offline
  200. # Actual Time - Last Time Online / 1000 x rate recovery on reconnect
  201. # Notes:
  202. # Works only if EnableVitality = True
  203. # Default: True
  204. RecoverVitalityOnReconnect = True
  205. # Option to set a lower vitality at character creation.
  206. # Vitality needs to be enabled, and startingpoints needs to be lower
  207. # than max-vitality points.
  208. # Default: 20000
  209. StartingVitalityPoints = 20000
  210. # ---------------------------------------------------------------------------
  211. # Limits
  212. # ---------------------------------------------------------------------------
  213. # Maximum Exp Bonus.
  214. # from vitality + nevit's hunting bonus, and etc..
  215. # Default: 3.5
  216. MaxExpBonus = 3.5
  217. # Maximum Sp Bonus.
  218. # from vitality + nevit's hunting bonus, and etc..
  219. # Default: 3.5
  220. MaxSpBonus = 3.5
  221. # Maximum character running speed.
  222. # Default: 300
  223. MaxRunSpeed = 300
  224. # Maximum character Physical Critical Rate. (10 = 1%)
  225. # Default: 500
  226. MaxPCritRate = 500
  227. # Maximum character Magic Critical Rate. (10 = 1%)
  228. # Default: 200
  229. MaxMCritRate = 200
  230. # Maximum character Attack Speed.
  231. # Default: 1500
  232. MaxPAtkSpeed = 1500
  233. # Maximum character Cast Speed.
  234. # Default: 1999
  235. MaxMAtkSpeed = 1999
  236. # Maximum character Evasion.
  237. # Default: 250
  238. MaxEvasion = 250
  239. # Minimum and Maximum Abnormal State Success Rate.
  240. # This affect all skills/effects chances, except in skills where minChance or maxChance parameters are defined.
  241. # Default: H5 minimum of 10% and maximum of 90%.
  242. MinAbnormalStateSuccessRate = 10
  243. MaxAbnormalStateSuccessRate = 90
  244. # Maximum number of allowed subclasses for every player.
  245. # Default: 3
  246. MaxSubclass = 3
  247. # Starting level for subclasses.
  248. # Default: 40
  249. BaseSubclassLevel = 40
  250. # Maximum subclass level.
  251. # Default: 80
  252. MaxSubclassLevel = 80
  253. # Maximum number of allowed slots for Private Stores Sell.
  254. # Other means all the other races aside from Dwarf.
  255. # Default: 4, 3
  256. MaxPvtStoreSellSlotsDwarf = 4
  257. MaxPvtStoreSellSlotsOther = 3
  258. # Maximum number of allowed slots for Private Stores Buy.
  259. # Other means all the other races aside from Dwarf.
  260. # Default: 5, 4
  261. MaxPvtStoreBuySlotsDwarf = 5
  262. MaxPvtStoreBuySlotsOther = 4
  263. # This will control the inventory space limit (NOT WEIGHT LIMIT).
  264. # Default: 80, 100, 250
  265. MaximumSlotsForNoDwarf = 80
  266. MaximumSlotsForDwarf = 100
  267. MaximumSlotsForGMPlayer = 250
  268. MaximumSlotsForQuestItems = 100
  269. # This will control a character's warehouse capacity.
  270. # Notes:
  271. # This must be LESS then 300 or the client will crash.
  272. # Default: 120, 100, 200, 20
  273. MaximumWarehouseSlotsForDwarf = 120
  274. MaximumWarehouseSlotsForNoDwarf = 100
  275. MaximumWarehouseSlotsForClan = 200
  276. # Freight
  277. # Maximum items that can be placed in Freight
  278. # Default: 200
  279. MaximumFreightSlots = 200
  280. # The price for each item that's deposited
  281. # Default: 1000
  282. FreightPrice = 1000
  283. # Npc talk blockage. When a player talks to a NPC, he must wait some secs
  284. # before being able to walk again. In seconds
  285. # Default: 3
  286. # Set to 0 to disable it
  287. NpcTalkBlockingTime = 3
  288. # ---------------------------------------------------------------------------
  289. # Enchanting
  290. # ---------------------------------------------------------------------------
  291. # Default enchant rate for scrolls.
  292. # Be aware the data in enchantData.xml will override those values!
  293. # This is just default data (For enchants with not defined such variables)
  294. # Default: 66.66
  295. EnchantChance = 66.66
  296. # Default: 0 (Unlimited)
  297. MaxEnchantLevel = 0
  298. # This controls the chance an item has to break if it is enchanted.
  299. # This chance is in %, so if you set this to 100%, enchants will always succeed.
  300. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  301. EnchantChanceElementStone = 50
  302. EnchantChanceElementCrystal = 30
  303. EnchantChanceElementJewel = 20
  304. EnchantChanceElementEnergy = 10
  305. # This is the maximum safe enchant.
  306. # Notes:
  307. # If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
  308. # EnchantSafeMaxFull is for full body armor (upper and lower).
  309. # These values should always be greater than 0.
  310. # Default: 3, 4
  311. EnchantSafeMax = 3
  312. EnchantSafeMaxFull = 4
  313. # List of non-enchantable items.
  314. # Currently apprentice, travelers weapons and Pailaka items
  315. # Default: 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
  316. EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
  317. # ---------------------------------------------------------------------------
  318. # Augmenting
  319. # ---------------------------------------------------------------------------
  320. # These control the chance to get a skill in the augmentation process.
  321. # Default: 15, 30, 45, 60
  322. AugmentationNGSkillChance = 15
  323. AugmentationMidSkillChance = 30
  324. AugmentationHighSkillChance = 45
  325. AugmentationTopSkillChance = 60
  326. # Accessory augmentation skills currently disabled
  327. AugmentationAccSkillChance = 0
  328. # This controls the chance to get a base stat modifier in the augmentation process.
  329. # Notes:
  330. # This has no dependency on the grade of Life Stone.
  331. # Default: 1
  332. AugmentationBaseStatChance = 1
  333. # These control the chance to get a glow effect in the augmentation process.
  334. # Notes:
  335. # No/Mid Grade Life Stone can not have glow effect if you do not get a skill or base stat modifier.
  336. # Default: 0, 40, 70, 100
  337. AugmentationNGGlowChance = 0
  338. AugmentationMidGlowChance = 40
  339. AugmentationHighGlowChance = 70
  340. AugmentationTopGlowChance = 100
  341. # This will enable retail like weapon augmentation, but then you cant change
  342. # weapon glow, base stat chance, because it wouldnt be retail like again.
  343. RetailLikeAugmentation = True
  344. # This will have effect ONLY when RetailLikeAugmentation is True. The sum of 4 numbers must be 100!
  345. # You can change probability (in %) of augment color chances - in order yellow, blue, purple, red
  346. # Purple and Red always give skill. Default is 55%,35%,7%,3% for all lifestone grades (ie 7+3=10%
  347. # for skill, not counting blue ones, that are very rare and not useful anyway).
  348. RetailLikeAugmentationNoGradeChance = 55,35,7,3
  349. RetailLikeAugmentationMidGradeChance = 55,35,7,3
  350. RetailLikeAugmentationHighGradeChance = 55,35,7,3
  351. RetailLikeAugmentationTopGradeChance = 55,35,7,3
  352. # This will enable retail like accessory augmentation, but then you cant change skill chances for accessory augments
  353. RetailLikeAugmentationAccessory = True
  354. # List of non-augmentable items, currently contains only Grand Boss jewels
  355. # Shadow, common, time-limited, hero, pvp, wear items are hardcoded, as well as all etcitems.
  356. # Rods can't be augmented too.
  357. # Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314
  358. 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,21712,22173,22174,22175
  359. # Allows alternative augmentation of PvP items.
  360. # Default: False
  361. AltAllowAugmentPvPItems = false
  362. # ---------------------------------------------------------------------------
  363. # Karma
  364. # ---------------------------------------------------------------------------
  365. # Karma player can be killed in Peace zone.
  366. # Default: False
  367. AltKarmaPlayerCanBeKilledInPeaceZone = False
  368. # Karma player can use GateKeeper.
  369. # Default: False
  370. AltKarmaPlayerCanUseGK = False
  371. # Karma player can use escape and recall skills.
  372. # Default: True
  373. AltKarmaPlayerCanTeleport = True
  374. # Karma player can shop.
  375. # Default: True
  376. AltKarmaPlayerCanShop = True
  377. # Karma player can trade.
  378. # Default: True
  379. AltKarmaPlayerCanTrade = True
  380. # Karma player can use warehouse.
  381. # Default: True
  382. AltKarmaPlayerCanUseWareHouse = True
  383. # ---------------------------------------------------------------------------
  384. # Fame
  385. # ---------------------------------------------------------------------------
  386. # The maximum number of Fame points a player can have
  387. # Default: 100000
  388. MaxPersonalFamePoints = 100000
  389. # How frequently the player gets Fame points while in a Fortress Siege zone
  390. # Default: 300s (5 min)
  391. FortressZoneFameTaskFrequency = 300
  392. # How much Fame aquired while in a Fortress Siege Zone
  393. # Default: 31
  394. FortressZoneFameAquirePoints = 31
  395. # How frequently the player gets Fame points while in a Castle Siege zone
  396. # Default: 300s (5 min)
  397. CastleZoneFameTaskFrequency = 300
  398. # How much Fame acquired while in a Castle Siege Zone
  399. # Default: 125
  400. CastleZoneFameAquirePoints = 125
  401. # Dead players can receive fame.
  402. # Default: True
  403. FameForDeadPlayers = True
  404. # ---------------------------------------------------------------------------
  405. # Crafting
  406. # ---------------------------------------------------------------------------
  407. # Option to enable or disable crafting.
  408. # Default: True
  409. CraftingEnabled = True
  410. # Enable/Disable crafting of Masterwork items (If set to true, masterwork items can be created when crafting).
  411. # Default: True
  412. CraftMasterwork = True
  413. # Limits for recipes
  414. # Default: 50, 50
  415. DwarfRecipeLimit = 50
  416. CommonRecipeLimit = 50
  417. # Alternative crafting rules. If enabled, the following will be true:
  418. # Crafting takes time.
  419. # Players get EXP/SP for crafting.
  420. # Default: False
  421. AltGameCreation = False
  422. # Crafting Time multiplier.
  423. # The higher the number, the more time the crafting process takes. XP/SP reward increases with time.
  424. # Default: 1
  425. AltGameCreationSpeed = 1
  426. # Additional crafting XP/SP rate multiplier.
  427. # Default: 1, 1
  428. AltGameCreationXpRate = 1
  429. AltGameCreationSpRate = 1
  430. # Additional XP/SP rate multiplier when creating rare item.
  431. # Default: 2
  432. AltGameCreationRareXpSpRate = 2
  433. # If set to False, blacksmiths don't take recipes from players inventory when crafting.
  434. # Default: True
  435. AltBlacksmithUseRecipes = True
  436. # Store/Restore Dwarven Manufacture list
  437. # Keep manufacture shoplist after relog
  438. # Default: False
  439. StoreRecipeShopList = False
  440. # ---------------------------------------------------------------------------
  441. # Clan
  442. # ---------------------------------------------------------------------------
  443. # Day on which all pending clan leader requests will be applied:
  444. # Possible values:
  445. # 1 - Sunday
  446. # 2 - Monday
  447. # 3 - Tuesday
  448. # 4 - Wednesday
  449. # 5 - Thursday
  450. # 6 - Friday
  451. # 7 - Saturday
  452. # Default: 3
  453. AltClanLeaderDateChange = 3
  454. # Hour on which all pending data requests will be applied:
  455. # Format: Hour:Minute:Second
  456. # Default: 00:00:00
  457. AltClanLeaderHourChange = 00:00:00
  458. # When enabled all clan leader requests will be performed instantly.
  459. # Default: False
  460. AltClanLeaderInstantActivation = False
  461. # Number of days you have to wait before joining another clan.
  462. # Default: 1
  463. DaysBeforeJoinAClan = 1
  464. # Number of days you have to wait before creating a new clan.
  465. # Default: 10
  466. DaysBeforeCreateAClan = 10
  467. # Number of days it takes to dissolve a clan.
  468. # Default: 7
  469. DaysToPassToDissolveAClan = 7
  470. # Number of days before joining a new alliance when clan voluntarily leave an alliance.
  471. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  472. # Default: 1
  473. DaysBeforeJoinAllyWhenLeaved = 1
  474. # Number of days before joining a new alliance when clan was dismissed from an alliance.
  475. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  476. # Default: 1
  477. DaysBeforeJoinAllyWhenDismissed = 1
  478. # Number of days before accepting a new clan for alliance when clan was dismissed from an alliance.
  479. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  480. # Default: 1
  481. DaysBeforeAcceptNewClanWhenDismissed = 1
  482. # Number of days before creating a new alliance after dissolving an old alliance.
  483. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  484. # Default: 1
  485. DaysBeforeCreateNewAllyWhenDissolved = 1
  486. # Maximum number of clans in alliance.
  487. # Default: 3
  488. AltMaxNumOfClansInAlly = 3
  489. # Allow clan members to withdraw from the clan warehouse.
  490. # Default: False
  491. AltMembersCanWithdrawFromClanWH = False
  492. # Remove castle circlets after a clan loses their castle or a player leaves a clan.
  493. # Default: True
  494. RemoveCastleCirclets = True
  495. # Number of members needed to request a clan war.
  496. # Default: 15
  497. AltClanMembersForWar = 15
  498. # ---------------------------------------------------------------------------
  499. # Party
  500. # ---------------------------------------------------------------------------
  501. # CONFUSING(nothing todo with party) -> When you made damage to a mob
  502. # and are inside this range, you will be considered as player to reward.
  503. # Checks for party range to mob to calculate rewards(exp, items).
  504. # Default: 1600
  505. AltPartyRange = 1600
  506. # 1. Used for Adena distribution in party
  507. # 2. Used to handle random and by turn party loot
  508. # Default: 1400
  509. AltPartyRange2 = 1400
  510. # If true, when party leader leaves party, next member in party will be the leader.
  511. # If false the party be will dispersed.
  512. # Default: False
  513. AltLeavePartyLeader = False
  514. # ---------------------------------------------------------------------------
  515. # Initial Settings:
  516. # ---------------------------------------------------------------------------
  517. #Initial Equipment Events is to enable a special settings for the items that a new character starts with.
  518. #Default: False
  519. InitialEquipmentEvent = False
  520. # This is the amount of Adena that a new character starts their character with.
  521. # Default: 0
  522. StartingAdena = 0
  523. # This is the starting level of the new character.
  524. # Default: 1
  525. StartingLevel = 1
  526. # This is the amount of SP that a new character starts their character with.
  527. # Default: 0
  528. StartingSP = 0
  529. # ---------------------------------------------------------------------------
  530. # Other Settings:
  531. # ---------------------------------------------------------------------------
  532. # This is the maximum amount of Adena that character can have in his inventory or warehouse.
  533. # The maximum input amount is 9,223,372,036,854,775,807. (nine quintillion
  534. # two hundred twenty three quadrillion three hundred seventy two trillion thirty six billion
  535. # eight hundred fifty four million seven hundred seventy five thousand eight hundred seven)
  536. # Setting negative values (-1 or others) will result in maximum amount available.
  537. # Big values do not cause critical errors, although only 16 digits are visible in the inventory
  538. # (example: 3,372,036,854,775,807 is visible out of 9,223,372,036,854,775,807)
  539. # Default: 99900000000 (99 bilion and 900 milion)
  540. MaxAdena = 99900000000
  541. # This option, when set to True, will enable automatically picking up items.
  542. # If set False it will force the player to pickup dropped items from mobs.
  543. # This excludes herbs mentioned above and items from Raid/GrandBosses with minions.
  544. # Default: False
  545. AutoLoot = False
  546. # This option, when set to True, will enable automatically picking up items from Raid/GrandBosses with minions.
  547. # If set False it will force the player to pickup dropped items from bosses.
  548. # This excludes herbs mentioned above and items from mobs.
  549. # Default: False
  550. AutoLootRaids = False
  551. # Delay for raid drop items loot privilege
  552. # Require Command Channel , check next option
  553. # Value is in seconds
  554. # Default: 900 (15min)
  555. RaidLootRightsInterval = 900
  556. # Minimal size of Command Channel for apply raid loot privilege
  557. # Default: 45
  558. RaidLootRightsCCSize = 45
  559. # This is the time in seconds that it will take for the player command "/unstuck" to activate.
  560. # Default: 300
  561. UnstuckInterval = 300
  562. # Teleport Watchdog Timeout (seconds)
  563. # Player forced to appear if remain in teleported state longer than timeout
  564. # Does not set too low, recommended value 60s.
  565. # This time is in seconds, leave it at 0 if you want this feature disabled.
  566. # Default: 0
  567. TeleportWatchdogTimeout = 0
  568. # After a player teleports, this is the time the player is protected.
  569. # This time is in seconds, leave it at 0 if you want this feature disabled.
  570. # Retail (Since GE): 600 (10 minutes)
  571. # Default: 600
  572. PlayerSpawnProtection = 600
  573. # Spawn protection should disappear with any action with the exception
  574. # of the item usage from items in this list.
  575. # Format: itemId,itemId,itemId,....
  576. # Default: 0
  577. PlayerSpawnProtectionAllowedItems = 0
  578. # Teleport spawn protection time. It will protect the player in the
  579. # teleport spawn for the given time. 0 to disable feature
  580. PlayerTeleportProtection = 0
  581. # If enabled, players respawn in town on different locations defined in zone.xml for given town.
  582. # If disabled the first spawn location from zone.xml is used.
  583. # Default: True
  584. RandomRespawnInTownEnabled = True
  585. # This will allow a random offset from the base teleport location coordinates based on a maximum offset.
  586. # Default: True
  587. OffsetOnTeleportEnabled = True
  588. # Maximum offset for base teleport location when OffsetOnTeleportEnabled is enabled .
  589. # Default: 50
  590. MaxOffsetOnTeleport = 50
  591. # Restores the player to their previous instance (ie. an instanced area/dungeon) on EnterWorld.
  592. # Default: False
  593. RestorePlayerInstance = False
  594. # Set whether summon skills can be used to summon players inside an instance.
  595. # When enabled individual instances can have summoning disabled in instance xml's.
  596. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  597. # Default: ?
  598. AllowSummonToInstance = True
  599. # When a player dies, is removed from instance after a fixed period of time.
  600. # Time in seconds.
  601. # Default: 60
  602. EjectDeadPlayerTime = 60
  603. # This option is to enable or disable the use of in game petitions.
  604. # The MaxPetitionsPerPlayer is the amount of petitions a player can make.
  605. # The MaximumPendingPetitions is the total amount of petitions in the server.
  606. # Note:
  607. # Logically, MaximumPendingPetitions must be higher then MaxPetitionsPerPlayer.
  608. # Default: True, 5, 25
  609. PetitioningAllowed = True
  610. MaxPetitionsPerPlayer = 5
  611. MaxPetitionsPending = 25
  612. # Free teleporting around the world.
  613. # Default: False
  614. AltFreeTeleporting = False
  615. # Allow character deletion after days set below. To disallow character deletion, set this equal to 0.
  616. # Default: 7
  617. DeleteCharAfterDays = 7
  618. # Alternative Xp/Sp rewards, if not 0, then calculated as 2^((mob.level-player.level) / coef). Coef are the 2 numbers set below.
  619. # A few examples for "AltGameExponentXp = 5." and "AltGameExponentSp = 3.":
  620. # diff = 0 (player and mob has the same level), XP bonus rate = 1, SP bonus rate = 1
  621. # diff = 3 (mob is 3 levels above), XP bonus rate = 1.52, SP bonus rate = 2
  622. # diff = 5 (mob is 5 levels above), XP bonus rate = 2, SP bonus rate = 3.17
  623. # diff = -8 (mob is 8 levels below), XP bonus rate = 0.4, SP bonus rate = 0.16
  624. # Default: 0, 0
  625. AltGameExponentXp = 0
  626. AltGameExponentSp = 0
  627. # PARTY XP DISTRIBUTION
  628. # 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).
  629. # In that case he will not receive any Exp/SP from party and is not counted for party bonus.
  630. # If you don't want to have a cutoff point for party members' XP distribution, set the first option to "none".
  631. # Available Options: highfive, auto, level, percentage, none
  632. # Default: highfive
  633. PartyXpCutoffMethod = highfive
  634. # This option takes effect when "percentage" method is chosen. Don't use high values for this!
  635. # Default: 3.0
  636. PartyXpCutoffPercent = 3.0
  637. # This option takes effect when "level" method is chosen. Don't use low values for this!
  638. # Default: 20
  639. PartyXpCutoffLevel = 20
  640. # This option takes effect when "highfive" method is chosen.
  641. # Each pair of numbers represent a level range.
  642. # If the gap is between the first pair, there is no penalty.
  643. # If the gap is between the second pair, the lowest party member will gain only 30% of the XP that others receive.
  644. # If the gap is between the last pair, the lowest party member will not receive any XP.
  645. # Default: 0,9;10,14;15,99
  646. PartyXpCutoffGaps = 0,9;10,14;15,99
  647. # This option takes effect when "highfive" method is chosen.
  648. # Each number represent the XP percent gain at that level gap.
  649. # For the first gap, the lowest party member will gain 100% XP as there is no penalty.
  650. # For the second gap, the lowest party member will gain only 30% of the XP that others receive.
  651. # For the last gap, the lowest party member will not receive any XP.
  652. # Default: 100;30;0
  653. PartyXpCutoffGapPercent = 100;30;0
  654. # Disable tutorial on new player enter into Game
  655. # Please remember its sometimes important to novice players
  656. # Default: False
  657. DisableTutorial = False
  658. # Expertise penalty
  659. # If disabled, player will not receive penalty for equip higher grade items
  660. # Default: True
  661. ExpertisePenalty = True
  662. # Player can in client define his own key mapping and for save it must be stored server side.
  663. # Disabled until confirmed as working.
  664. # Default: False
  665. StoreCharUiSettings = False
  666. # Character name restriction
  667. # Disallow characters to have a name which contains the words.
  668. # Split them with ",". Example: announcements,announce...
  669. ForbiddenNames = annou,ammou,amnou,anmou,anou,amou
  670. # If enabled, when character in silence (block PMs) mode sends a PM to a character, silence mode no longer blocks this character,
  671. # allowing both characters send each other PMs even with enabled silence mode.
  672. # The exclude list is cleared each time the character goes into silence mode.
  673. SilenceModeExclude = False
  674. # Enables alternative validation of triggering skills.
  675. # When enabled pvp skills will not be casted on non flagged player.
  676. # Sadly its non-retail
  677. # Default: False
  678. AltValidateTriggerSkills = False