altsettings.properties 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. #=============================================================
  2. # WARNING WARNING
  3. #=============================================================
  4. # Those settings can modify the behaviour of your server.
  5. # Your server will NOT be as retail servers.
  6. #
  7. # Those settings are usefull if you own some special server
  8. # or really small server.
  9. #=============================================================
  10. #-------------------------------------------------------------
  11. # Server config
  12. #-------------------------------------------------------------
  13. # AutoLoot enable... True to enable, False to disable
  14. AutoLoot = False
  15. # If False herbs will drop on ground even if AutoLoot is enabled
  16. AutoLootHerbs = False
  17. # AutoLearnSkills... True to enable, False to disable
  18. AutoLearnSkills = False
  19. # Party range for l2attackable (default 1600)
  20. AltPartyRange = 1600
  21. # Party range for l2party (default 1400)
  22. AltPartyRange2 = 1400
  23. # Weight Limit multiplier - default 1
  24. AltWeightLimit = 1
  25. # If XP loss (and deleveling) is enabled, default is 'true'
  26. Delevel = True
  27. # If disabled, magic dmg has always 100% chance of success, default is 'true'
  28. MagicFailures = True
  29. # Alternative cancel of attack (bow, cast, all)
  30. AltGameCancelByHit = cast
  31. # Alternative rules for shields - if they block, the damage is powerAtk-shieldDef,
  32. # otherwice it's powerAttak / (shieldDef + powerDef)
  33. AltShieldBlocks = False
  34. # Alternative Rate Value for Perfect Shield Block Rate.
  35. AltPerfectShieldBlockRate = 5
  36. # Alternative AltGameMobAttackAI, like C1
  37. AltGameMobAttackAI = False
  38. # Alternative mob behavior in peace zones
  39. # Default = True; Set to False to prevent mobs from auto-agro against players in peace zones
  40. AltMobAgroInPeaceZone = True
  41. # Alternative Freight mode. If true, freights can be withdrawed from any place.
  42. # Also, possibility to change Freight price (in adena) for each item slot in freight.
  43. # NOTE: AltGameFreightPrice WILL NOT change the value shown to the player, but the
  44. # player will actually get charged for the value set in here.
  45. AltGameFreights = True
  46. AltGameFreightPrice = 1000
  47. # Alternative Xp/Sp rewards, if not 0, then calculated as 2^((mob.level-player.level) / coef),
  48. # A few examples for "AltGameExponentXp = 5." and "AltGameExponentSp = 3."
  49. # diff = 0 (player and mob has the same level), XP bonus rate = 1, SP bonus rate = 1
  50. # diff = 3 (mob is 3 levels above), XP bonus rate = 1.52, SP bonus rate = 2
  51. # diff = 5 (mob is 5 levels above), XP bonus rate = 2, SP bonus rate = 3.17
  52. # diff = -8 (mob is 8 levels below), XP bonus rate = 0.4, SP bonus rate = 0.16
  53. AltGameExponentXp = 0
  54. AltGameExponentSp = 0
  55. # Use tiredness (instead of combat points)
  56. AltGameTiredness = False
  57. #-------------------------------------------------------------
  58. # Alternative settings against player with karma
  59. #-------------------------------------------------------------
  60. AltKarmaPlayerCanBeKilledInPeaceZone = False
  61. AltKarmaPlayerCanShop = True
  62. # Can the player use Scroll of Escape or Return skill?
  63. AltKarmaPlayerCanTeleport = True
  64. # Can the player use gatekeepers (GK)?
  65. AltKarmaPlayerCanUseGK = False
  66. AltKarmaPlayerCanTrade = True
  67. AltKarmaPlayerCanUseWareHouse = True
  68. # Allow free teleportation around the world.
  69. AltFreeTeleporting = False
  70. #Set true for disallow recommend character twice or more a day
  71. AltRecommend = False
  72. #-------------------------------------------------------------
  73. # Crafting config
  74. #-------------------------------------------------------------
  75. # Crafting enabled/disabled. On by default
  76. CraftingEnabled = True
  77. #Limits for recipes (defal: 50 - for dwarf , 50 - for common)
  78. DwarfRecipeLimit = 50
  79. CommonRecipeLimit = 50
  80. # Alternative crafting rules:
  81. # - crafting takes time
  82. # - players get EXP/SP for crafting
  83. AltGameCreation = False
  84. # time multiplier - bigger number ===> slower crafting but more XP/SP
  85. AltGameCreationSpeed = 1
  86. # Additional XP/SP rate multiplier (for increased XP/SP) default = 1
  87. AltGameCreationRateXp = 1
  88. AltGameCreationRateSp = 1
  89. # If set to False, blacksmiths don't take recipes from players inventory when crafting.
  90. # Default = True (on retail it's confirmed that blacksmith use recipes for each crafted item)
  91. AltBlacksmithUseRecipes = True
  92. #-------------------------------------------------------------
  93. # Skills config
  94. #-------------------------------------------------------------
  95. # Allow use Event Managers for change occupation
  96. # If you need change occupation only use quest then set this to False
  97. # Default = False
  98. AllowClassMasters = False
  99. # Life crystal needed to learn clan skills
  100. LifeCrystalNeeded = True
  101. # Spell Book needed to learn skills
  102. SpBookNeeded = True
  103. # Book needed to enchant skills
  104. EnchantSkillSpBookNeeded = True
  105. # Alternative skill learn rules:
  106. # - all classes can learn all skills
  107. # - skills of another class costs x2 SP
  108. # - skills of another race costs x2 SP
  109. # - skills of fighters/mages costs x3 SP
  110. AltGameSkillLearn = False
  111. # Allow player sub-class addition without checking for unique quest items.
  112. AltSubClassWithoutQuests = False
  113. #-------------------------------------------------------------
  114. # Buffs config
  115. #-------------------------------------------------------------
  116. # Maximum number of buffs (default = 20 + 4 with divine inspiration skill)
  117. maxbuffamount = 20
  118. # In auto learn skills, learn also Divine Inspiration?
  119. AutoLearnDivineInspiration = False
  120. #-------------------------------------------------------------
  121. # Equipment Restriction config
  122. #-------------------------------------------------------------
  123. # Alternate Gaming
  124. # Usage: True - Restriction enabled
  125. # False - Restriction disabled
  126. # Castle Shield can be equiped by all clan members if they own a castle. - default True
  127. CastleShieldRestriction = True
  128. # ClanHall Shield can be equiped by all clan members if they own a clan hall. - default True
  129. ClanHallShieldRestriction = True
  130. # Apella armors can be equiped only by clan members if their class is Baron or higher - default True
  131. ApellaArmorsRestriction = True
  132. # Clan Oath Armors can be equiped only by clan members - default True
  133. OathArmorsRestriction = True
  134. # Castle Crown can be equiped only by castle lord - default True
  135. CastleLordsCrownRestriction = True
  136. #Castle Circlets can be equiped only by clan members if they own a castle - default True
  137. CastleCircletsRestriction = True
  138. #-------------------------------------------------------------
  139. # Clans config
  140. #-------------------------------------------------------------
  141. # Number of days you have to wait before :
  142. # - joining another clan
  143. DaysBeforeJoinAClan = 1
  144. # - creating a new clan
  145. DaysBeforeCreateAClan = 1
  146. # Number of days it takes to dissolve a clan
  147. DaysToPassToDissolveAClan = 7
  148. # Number of days before joining a new alliance when clan voluntarily leave an alliance
  149. DaysBeforeJoinAllyWhenLeaved = 1
  150. # Number of days before joining a new alliance when clan was dismissed from an alliance
  151. DaysBeforeJoinAllyWhenDismissed = 1
  152. # Number of days before accepting a new clan for alliance when clan was dismissed from an alliance
  153. DaysBeforeAcceptNewClanWhenDismissed = 1
  154. # Number of days before creating a new alliance when dissolved an alliance
  155. DaysBeforeCreateNewAllyWhenDissolved = 10
  156. # Maximum number of clans in ally
  157. AltMaxNumOfClansInAlly = 3
  158. # Number of members needed to request a clan war
  159. AltClanMembersForWar = 15
  160. # All new characters of the same account are newbies, not only first one
  161. AltNewCharAlwaysIsNewbie = True
  162. # Privilege browse warehouse enables at the same time also withdraw from warehouse!
  163. AltMembersCanWithdrawFromClanWH = False
  164. #Remove Castle circlets after a clan lose its castle or a player leaves a clan? - default true
  165. RemoveCastleCirclets = True
  166. #-------------------------------------------------------------
  167. # Olympiad config
  168. #-------------------------------------------------------------
  169. # Olympiad Start Time in Military hours Default 6pm (18)
  170. AltOlyStartTime = 18
  171. # Olympiad Start Time for Min's, Default 00 so at the start of the hour.
  172. AltOlyMin = 00
  173. # Olympiad Compeition Period, Default 6 hours.
  174. # (If set different, should be increment by 10mins)
  175. AltOlyCPeriod = 21600000
  176. # Olympiad Battle Period, Default 6 minutes. (If set different, should be < AltOlyBWait)
  177. AltOlyBattle = 360000
  178. # Olympiad Battle Wait, Default 10 Minutes
  179. AltOlyBWait = 600000
  180. # Olympiad Inital Wait Period, Default 5 minutes
  181. AltOlyIWait = 300000
  182. # Olympiad Weekly Period, Default 1 week
  183. AltOlyWPeriod = 604800000
  184. # Olympiad Validation Period, Default 24 Hours.
  185. AltOlyVPeriod = 86400000
  186. #-----------------------------------------------------------------
  187. # Manor Config
  188. #-----------------------------------------------------------------
  189. # Manor Refresh Time in Military hours Default 8pm (20)
  190. AltManorRefreshTime = 20
  191. # Manor Refresh Time for Min's, Default 00 so at the start of the hour.
  192. AltManorRefreshMin = 00
  193. # Manor Next Period Approve Time in Military hours Default 6am
  194. AltManorApproveTime = 6
  195. # Manor Next Period Approve Time for Min's, Default 00 so at the start of the hour.
  196. AltManorApproveMin = 00
  197. # Manor Maintenance time, Default 6 minutes.
  198. AltManorMaintenancePeriod = 360000
  199. # Manor Save Type. 1-Save data into db after every action; Default false
  200. AltManorSaveAllActions = True
  201. # Manor Save Period (used only if AltManorSaveAllActions=false) Default very 2 hours
  202. AltManorSavePeriodRate = 2
  203. #-------------------------------------------------------------
  204. # Lottery config
  205. #-------------------------------------------------------------
  206. # Initial Lottery prize
  207. AltLotteryPrize = 50000
  208. # Lottery Ticket Price
  209. AltLotteryTicketPrice = 2000
  210. # What part of jackpot amount should receive characters who pick 5 wining numbers
  211. AltLottery5NumberRate = 0.6
  212. # What part of jackpot amount should receive characters who pick 4 wining numbers
  213. AltLottery4NumberRate = 0.2
  214. # What part of jackpot amount should receive characters who pick 3 wining numbers
  215. AltLottery3NumberRate = 0.2
  216. # How much adena receive characters who pick two or less of the winning number
  217. AltLottery2and1NumberPrize = 200
  218. #-------------------------------------------------------------
  219. # Debug & Dev config
  220. #-------------------------------------------------------------
  221. # Don't load quests
  222. AltDevNoQuests = False
  223. # Don't load spawntable
  224. AltDevNoSpawns = False
  225. #-----------------------------------
  226. # Dimension Rift Config
  227. #-----------------------------------
  228. # Minimal party size to enter rift. Min = 2, Max = 9.
  229. # If in rift party will become smaller all members will be teleported back
  230. RiftMinPartySize = 5
  231. # Number of maximum jumps between rooms allowed, after this time party will be teleported back
  232. MaxRiftJumps = 4
  233. # Time in ms the party has to wait until the mobs spawn when entering a room. C4 retail: 10s
  234. RiftSpawnDelay = 10000
  235. # Time between automatic jumps in seconds
  236. AutoJumpsDelayMin = 480
  237. AutoJumpsDelayMax = 600
  238. # Time Multiplier for stay in the boss room
  239. BossRoomTimeMultiply = 1.5
  240. # Cost in dimension fragments to enter the rift, each party member must own this amount
  241. RecruitCost = 18
  242. SoldierCost = 21
  243. OfficerCost = 24
  244. CaptainCost = 27
  245. CommanderCost = 30
  246. HeroCost = 33