2
0

l2jmods.properties 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. # ---------------------------------------------------------------------------
  2. # L2JMODS
  3. # ---------------------------------------------------------------------------
  4. # Below are non-retail-like systems that have been integrated into the L2J project. Be warned that there may be no support for these mods beyond the original author's assistance.
  5. # ---------------------------------------------------------------------------
  6. # Champion mobs
  7. # Turns random mobs into Champions
  8. # ---------------------------------------------------------------------------
  9. # Enable/Disable Champion Mob System.
  10. ChampionEnable = False
  11. # Force Champion mobs to be passive?
  12. # To leave champion mobs to default/Agressive, set to False.
  13. # To set all champion mobs to Passive, set True.
  14. ChampionPassive = False
  15. # % chance for a mob to became champion (0 to disable).
  16. ChampionFrequency = 5
  17. # Title of all Champion Mobs.
  18. ChampionTitle = Champion
  19. # Min and max levels allowed for a mob to be a Champion mob.
  20. ChampionMinLevel = 20
  21. ChampionMaxLevel = 70
  22. # Hp multiplier for Champion mobs.
  23. ChampionHp = 8
  24. # Hp Regen Multiplier for Champion mobs.
  25. ChampionHpRegen = 1.0
  26. # Standard rewards multiplier for Champion mobs.
  27. ChampionRewards = 8
  28. # Adena & Seal Stone rewards multiplier for Champion mobs.
  29. ChampionAdenasRewards = 1.0
  30. # P. Attack and M. Attack bonus for Champion mobs.
  31. ChampionAtk = 1.0
  32. # Physical/Magical Attack Speed bonus for Champion mobs.
  33. ChampionSpdAtk = 1.0
  34. # Specified reward item ID
  35. ChampionRewardItemID = 6393
  36. # The amount of the specified reward a player will receive if they are awarded the item.
  37. ChampionRewardItemQty = 1
  38. # % Chance to obtain a specified reward item from a HIGHER lvl Champion mob.
  39. ChampionRewardLowerLvlItemChance = 0
  40. # % Chance to obtain a specified reward item from a LOWER lvl Champion mob.
  41. ChampionRewardHigherLvlItemChance = 0
  42. # Do you want to enable the vitality calculation when killing champion mobs?
  43. # Be aware that it can lead to huge unbalance on your server, your rate for that mob would
  44. # then be "mobXP x serverRate x vitalityRate x championXpRate
  45. # Notes:
  46. # Works only if EnableVitality = True
  47. # Default: False
  48. ChampionEnableVitality = False
  49. # ---------------------------------------------------------------------------
  50. # Wedding System (by evill33t)
  51. # ---------------------------------------------------------------------------
  52. # Wedding Manager ID: 50007
  53. # First part - "Engagement"
  54. # 1) Target the player that you want to make a couple with.
  55. # 2) Use the voice command ".engage nameofyourpartner" then press enter.
  56. # 3) If the target player has you on listed as a friend (ie. you are in each other's friends list) a popup will appear with an engagement request along with a system message that you want to be engaged with him/her.
  57. # 4) If the target player accepts the engagement invitation, you will be
  58. # engaged.
  59. # CONGRATULATIONS!
  60. # Second part - "Marriage"
  61. # 1) Once two players are engaged, they can speak to Andromeda, the Wedding Priest in the Hot Springs Guild House (Goddard Area).
  62. # (You may need Formal Wear and Adena to pay wedding fees!)
  63. # 2) Each player needs to speak to the NPC and make the request to be married.
  64. # 3) Once done, fireworks will display and the two players will be married.
  65. # Afterwards you can use the voice command ".gotolove nameofyourpartner" to teleport to your partner if you're married (there may also be a fee which can be specified below)
  66. # If you want to cancel your Engagement/Marriage, use the voice command ".divorce nameofyourpartner".
  67. # If you're married you have to pay a specified % of your adena to your partner.
  68. # If a player attempts to become engaged to another player while married they may suffer a penalty if it's enabled below.
  69. # Enable/Disable Wedding System
  70. AllowWedding = False
  71. # Amount of Adena required to get married
  72. WeddingPrice = 250000000
  73. # Enable/Disable punishing of players who attempt to be engaged to other players while married.
  74. WeddingPunishInfidelity = True
  75. # Enable/Disable teleport function for married couples.
  76. WeddingTeleport = True
  77. # Amount of Adena required to teleport to spouse.
  78. WeddingTeleportPrice = 50000
  79. # Time before character is teleported after using the skill.
  80. WeddingTeleportDuration = 60
  81. # Enable/Disable same sex marriages.
  82. WeddingAllowSameSex = False
  83. # Require players to wear formal wear to be married?
  84. WeddingFormalWear = True
  85. # Amount of Adena (%) a player must pay to the other to get divorced.
  86. WeddingDivorceCosts = 20
  87. # ---------------------------------------------------------------------------
  88. # Team vs. Team Event Engine (by FBIagent)
  89. # ---------------------------------------------------------------------------
  90. # Enable/Disable TvTEvent System
  91. TvTEventEnabled = False
  92. # TvT in instance
  93. TvTEventInInstance = False
  94. # Name of the instance file for TvT
  95. TvTEventInstanceFile = coliseum.xml
  96. # Times TvT will occur (24h format).
  97. TvTEventInterval = 9:00,15:00,21:00,3:00
  98. # Registration timer from start of event (in minutes).
  99. TvTEventParticipationTime = 60
  100. # Event running time (in minutes).
  101. TvTEventRunningTime = 20
  102. # TvT Event NPC (create a custom npc of type L2TvTEventNpc).
  103. TvTEventParticipationNpcId = 70010
  104. # TvT Event Participation Fee (itemId, number). Fee is not returned.
  105. # Example: 57,100000
  106. # Default = none
  107. TvTEventParticipationFee = 0,0
  108. # Location for TvTEvent NPC to spawn.
  109. TvTEventParticipationNpcCoordinates = 83425,148585,-3406
  110. # Min/Max amount of players allowed in each team.
  111. TvTEventMinPlayersInTeams = 1
  112. TvTEventMaxPlayersInTeams = 20
  113. # Min/Max level of players that may join the event.
  114. TvTEventMinPlayerLevel = 1
  115. TvTEventMaxPlayerLevel = 85
  116. # Repsawn and exit delay timers (in seconds).
  117. TvTEventRespawnTeleportDelay = 10
  118. TvTEventStartLeaveTeleportDelay = 10
  119. # First Team - Name, Start/Death x,y,z location.
  120. TvTEventTeam1Name = Team1
  121. TvTEventTeam1Coordinates = 148695,46725,-3414
  122. # Second Team - Name, Start/Death x,y,z location.
  123. TvTEventTeam2Name = Team2
  124. TvTEventTeam2Coordinates = 149999,46728,-3414
  125. # Reward for winning team.
  126. # Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amount
  127. TvTEventReward = 57,100000
  128. # TvTEvent Rules
  129. TvTEventTargetTeamMembersAllowed = True
  130. TvTEventScrollsAllowed = False
  131. TvTEventPotionsAllowed = False
  132. TvTEventSummonByItemAllowed = False
  133. # Door ID's to open/close on start/end.
  134. # Not supported in instance, use xml template for defining doors.
  135. # Example: TvTDoorsToOpen = 1;2;3;4;5;6
  136. TvTDoorsToOpen =
  137. TvTDoorsToClose =
  138. # Should both teams get reward if there's a tie?
  139. TvTRewardTeamTie = False
  140. # Participant's effects handling on teleport/death.
  141. # Effects lasting through death never removed.
  142. # 0 - always remove all effects.
  143. # 1 - remove all effects only during port to event (noblesse blessing can be used)
  144. # 2 - never remove any effect
  145. # Default: 0
  146. TvTEventEffectsRemoval = 0
  147. # Fighter-class participants will be buffed with those buffs each respawn
  148. # Format: skill1Id,skill1Level;skill2Id,skill2Level...
  149. # Example: 1504,1;1501,1;1502,1;1499,1
  150. TvTEventFighterBuffs =
  151. # Mage-class participants will be buffed with those buffs each respawn
  152. # Format: skill1Id,skill1Level;skill2Id,skill2Level...
  153. # Example: 1504,1;1500,1;1501,1;1085,3
  154. TvTEventMageBuffs =
  155. # Voiced command (.tvt) working during TVT event to get information about event status
  156. TvTAllowVoicedInfoCommand = false
  157. # ---------------------------------------------------------------------------
  158. # L2J Banking System
  159. # ---------------------------------------------------------------------------
  160. # Enable/Disable Banking System
  161. BankingEnabled = False
  162. # Amount of Goldbars a player gets when they use the ".deposit" command. Also the same amount they will lose with ".withdraw".
  163. BankingGoldbarCount = 1
  164. # Amount of Adena a player gets when they use the ".withdraw" command. Also the same amount they will lose with ".deposit".
  165. BankingAdenaCount = 500000000
  166. # ---------------------------------------------------------------------------
  167. # Warehouse Sorting
  168. # Shows Withdraw Window sorted by ItemType (Armor/Weapon/Spellbook....)
  169. # ---------------------------------------------------------------------------
  170. EnableWarehouseSortingClan = False
  171. EnableWarehouseSortingPrivate = False
  172. EnableWarehouseSortingFreight = False
  173. # ---------------------------------------------------------------------------
  174. # Offline trade/craft
  175. # ---------------------------------------------------------------------------
  176. # Option to enable or disable offline trade feature.
  177. # Enable -> true, Disable -> false
  178. OfflineTradeEnable = False
  179. # Option to enable or disable offline craft feature.
  180. # Enable -> true, Disable -> false
  181. OfflineCraftEnable = False
  182. # If set to True, name color will be changed then entering offline mode
  183. OfflineSetNameColor = False
  184. # Color of the name in offline mode (if OfflineSetNameColor = True)
  185. OfflineNameColor = 808080
  186. # ---------------------------------------------------------------------------
  187. # Mana Drugs/Potions
  188. # ---------------------------------------------------------------------------
  189. # This option will enable core support for:
  190. # Mana Drug (item ID 726), using skill ID 9007.
  191. # Mana Potion (item ID 728), using skill ID 9008.
  192. EnableManaPotionSupport = False