l2jmods.properties 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. #---------------------------------------------------------------
  2. #--L2JMODS------------------------------------------------------
  3. #---------------------------------------------------------------
  4. # All modifications can be enabled and disabled without effect -
  5. # effecting the server, designed specifically to add non -
  6. # retail types of gameplay into the L2J server. -
  7. #---------------------------------------------------------------
  8. #---------------------------------------------------------------
  9. # Champion mobs -
  10. # Turns random mobs into Champions -
  11. #---------------------------------------------------------------
  12. # Enable Champions L2JMod
  13. ChampionEnable = false
  14. # Chance for a mob to became champion (in percents) - 0 to disable
  15. ChampionFrequency = 5
  16. # Min and max lvl allowed for a mob to be champion.
  17. ChampionMinLevel = 20
  18. ChampionMaxLevel = 70
  19. # Hp multiplier
  20. ChampionHp = 8
  21. # Hp Regen Multiplier
  22. ChampionRegenHp = 1.
  23. # Rewards multiplier
  24. ChampionRewards = 8
  25. # Adenas & seal stones rewards multiplier
  26. ChampionAdenasRewards = 1
  27. # Atk bonus for champion (changes apply on patk & matk)
  28. ChampionAtk = 1.
  29. # Spd Atk bonus for champion (changes apply on patkspd & matkspd)
  30. ChampionSpdAtk = 1.
  31. # Chance to obtain a specified reward item from a higher lvl champion (in percents) default is off using glittering medal as reward
  32. ChampionRewardItem = 0
  33. # Specified reward item ID
  34. ChampionRewardItemID = 6393
  35. # Specified reward item rnd qty
  36. ChampionRewardItemQty = 1
  37. #---------------------------------------------------------------
  38. # Wedding System (by evill33t)
  39. #---------------------------------------------------------------
  40. # description by unical3:
  41. # It's 2 parted.
  42. # First part "engage"
  43. # 1) Target the player that you want to make a couple with
  44. # 2) Write in chatwindow .engage nameofyourpartner then enter
  45. # 3) if player has you on friendlist popup will apppear with engage request
  46. # ============
  47. # ok cancel
  48. # ============
  49. # and a systemsg that you wanna engage with him/her
  50. # if not in your friendlist nothing will happen. (/friendinvite nameplayer)
  51. # 4) if player accepts you are engaged. Congratulations!
  52. #
  53. # Second part "marriage"
  54. # 1) if you are engaged go to a Wedding Priest named Andromeda
  55. # in Hot Springs Guild House (Goddard) and ask for marriage
  56. # [ you need Formal Wear (C4Items) and it costs 11k ]
  57. # 2) your partner goes to the npc and confirms after you make the request
  58. # 3) fireworks,wedding marchs and your are married
  59. #
  60. # You can use .gotolove nameofyourpartner to teleport to your partner if
  61. # you're married (costs 500 adena)
  62. #
  63. # if you want to cancel your engagement / marriage enter .divorce nameofyourpartner
  64. # if you're married you have to pay 20 % of adena to your partner
  65. #
  66. # When you try to engage with someone and you have already a partner you get
  67. # a bighead + debuff
  68. #
  69. # You find a priest NPC in Hot Springs Guild House (Goddard).
  70. # Wedding Manager Id: //spawn 50007
  71. #---------------------------------------------------------------
  72. #True Allows Wedding, False disables Wedding.
  73. AllowWedding=False
  74. #Cost of Wedding, set the price in Adena, remember not to exceed the max!
  75. WeddingPrice=250000000
  76. #Would you like to punish the player for for disloyalty to their spouses? If you want them punished set to True, if you would like NO punishment then set to False
  77. WeddingPunishInfidelity=True
  78. #Have the players teleported for marriage? If so True, if not False
  79. WeddingTeleport=True
  80. #The Price for Teleport is configurable below in Adena
  81. WeddingTeleportPrice=50000
  82. #Time before character is teleported can be set below (in seconds)
  83. WeddingTeleportDuration=60
  84. #Homosexuality- Allowed = True, Not Allowed = False
  85. WeddingAllowSameSex=False
  86. #Require Players to wear formal wear, True is yes require formal wear, False is not require formal wear.
  87. WeddingFormalWear=True
  88. #Cost of Divorce, % of Adena
  89. WeddingDivorceCosts=20
  90. #---------------------------------------------------------------
  91. # Team vs. Team Event Engine (by FBIagent) -
  92. #---------------------------------------------------------------
  93. # enable TvTEvent
  94. TvTEventEnabled = false
  95. # Time Between TvT events (in minutes, 300 = 5 hours)
  96. TvTEventInterval = 300
  97. # Registration timer (in minutes) from start of event.
  98. TvTEventParticipationTime = 60
  99. # Event running time, in minutes
  100. TvTEventRunningTime = 20
  101. # TvT Event NPC Details (create a custom npc of type L2TvTEventNpc)
  102. TvTEventParticipationNpcId = 70010
  103. TvTEventParticipationNpcCoordinates = 83425,148585,-3406
  104. # Minimum amount of players allowed in each team
  105. TvTEventMinPlayersInTeams = 1
  106. TvTEventMaxPlayersInTeams = 20
  107. # Level rules
  108. TvTEventMinPlayerLevel = 1
  109. TvTEventMaxPlayerLevel = 80
  110. # Teleport delay Timers (in seconds)
  111. TvTEventRespawnTeleportDelay = 10
  112. TvTEventStartLeaveTeleportDelay = 10
  113. # First Team Details (name, start and death x,y,z tp point)
  114. TvTEventTeam1Name = Team1
  115. TvTEventTeam1Coordinates = 148695,46725,-3414
  116. # Second Team Details (name, start and death x,y,z tp point)
  117. TvTEventTeam2Name = Team2
  118. TvTEventTeam2Coordinates = 149999,46728,-3414
  119. # Reward for winning team
  120. # itemId,amount;itemId,amount;itemId,amount;...
  121. # no ";" at the start or end
  122. TvTEventReward = 57,100000;5575,1000
  123. # TvTEvent Rules
  124. TvTEventTargetTeamMembersAllowed = true
  125. TvTEventPotionsAllowed = false
  126. TvTEventSummonByItemAllowed = false# Door id's to close/open on start/end
  127. # ex.: 1;2;3;4;5;6
  128. # no ";" at the start or end
  129. TvTEventDoorsCloseOpenOnStartEnd =