l2jmods.properties 8.3 KB

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