Advertisement
GOODPower

Untitled

Oct 14th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. # ================== #=====================#
  2. # L2Emu Project Pack # Grand Boss Settings #
  3. # ================== #=====================#
  4.  
  5. # =========================================================
  6. # WARNING WARNING
  7. # =========================================================
  8. # Those settings can modify the behaviour of your server.
  9. # Your server will NOT be as retail servers.
  10. #
  11. # Those settings are useful if you own some special server
  12. # or really small server.
  13. # NOTE : "true" to enable "false" to disable.
  14. # =========================================================
  15.  
  16. # for all GrangBoss
  17. # Max range for drift GRB on spawn, after TP to spawn point with minions
  18. GRBMaxDriftRange = 10000
  19.  
  20. # Regen HP/MP % on TP to spawn point
  21. GRBTeleSpawnRegenHPMP = 20
  22.  
  23. #================================================#
  24. # Antharas #
  25. #================================================#
  26. # Interval time of Antharas.
  27. # Value is minute. Range 5-20160
  28. FixIntervalOfAntharas = 2880
  29. RandomIntervalOfAntharas = 180
  30.  
  31. # Delay of appearance time of Antharas.
  32. # Value is minute. Range 5-60
  33. AppTimeOfAntharas = 10
  34.  
  35. # Activity time of Antharas.
  36. # Value is minute. Range 120-720
  37. ActivityTimeOfAntharas = 120
  38.  
  39. # Limitation value to change power of Antharas by number of players in Antharas's lair.
  40. # --Notes--
  41. # Weak: LimitOfWeak >= Players
  42. # Normal: LimitOfWeak < Players <= LimitOfNormal
  43. # Strong: Players > LimitOfNormal
  44. # if LimitOfWeak >= LimitOfNormal then LimitOfNormal = LimitOfWeak + 1
  45. # Weak
  46. LimitOfWeak = 18
  47.  
  48. # Normal
  49. LimitOfNormal = 54
  50.  
  51. # Interval time for spawn of Antharas's minions.
  52. # Value is minute. Range 1-10
  53. # Behemoth Dragon
  54. # Weak
  55. IntervalOfMobsWeak = 10
  56.  
  57. # Normal
  58. IntervalOfMobsNormal = 8
  59.  
  60. # Strong
  61. IntervalOfMobsStrong = 4
  62.  
  63. # Whether it moves at random after Antharas appears is decided.
  64. MoveAtRandom = true
  65.  
  66. MaxMinionAntharas = 20
  67.  
  68. #=============================================#
  69. # Baium #
  70. #=============================================#
  71. # Interval time of Baium.
  72. # Value is minute. Range 5-12960
  73. FixIntervalOfBaium = 2880
  74. RandomIntervalOfBaium = 180
  75.  
  76. # Activity time of Baium.
  77. # Value is minute. Range 120-720
  78. ActivityTimeOfBaium = 120
  79.  
  80. # Whether it moves at random after Baium appears is decided.
  81. MoveAtRandom = true
  82.  
  83. # Time limit until Baium sleeps.
  84. # Value is minute. Range 30-90
  85. LimitUntilSleep = 30
  86.  
  87. # ---------------------------------------------------------------------------
  88. # Beleth
  89. # ---------------------------------------------------------------------------
  90. # Interval time of Beleth. Value is minute. Range 1-2880
  91. # Default: 2880
  92. IntervalOfBelethSpawn = 2880
  93.  
  94. # Random interval. Range 1-1440
  95. # Default: 1440
  96. RandomOfBelethSpawn = 1440
  97.  
  98.  
  99. #===============================================#
  100. # Sailren #
  101. #===============================================#
  102. # Whether to enable the entry of a single player.
  103. EnableSinglePlayer = false
  104.  
  105. # Interval of spawn of next Sailren.
  106. # Value is minute. Range 5-2880
  107. FixIntervalOfSailrenSpawn = 1440
  108. RandomIntervalOfSailrenSpawn = 120
  109.  
  110. # Interval of spawn of next monster.
  111. # Value is minute. Range 1-10
  112. IntervalOfNextMonster = 1
  113.  
  114. # Activity time of monsters
  115. # Value is minute. Range 120-720
  116. ActivityTimeOfMobs = 120
  117.  
  118. #===============================================#
  119. # Valakas #
  120. #===============================================#
  121. # Interval time of Valakas.
  122. # Value is minute. Range 5-20160
  123. FixIntervalOfValakas = 2880
  124. RandomIntervalOfValakas = 180
  125.  
  126. # Delay of appearance time of Valakas.
  127. # Value is minute. Range 5-60
  128. AppTimeOfValakas = 20
  129.  
  130. # Activity time of Valakas.
  131. # Value is minute. Range 120-720
  132. ActivityTimeOfValakas = 120
  133.  
  134. # Limit of the number of the player that can enter into the lair of Valakas.
  135. # Range 9-360
  136. CapacityOfLairOfValakas = 200
  137.  
  138. # Whether it moves at random after Valakas appears is decided.
  139. MoveAtRandom = true
  140.  
  141. # Custom Limitation value to change power of Valakas by number of players in Valakas's lair.
  142. # --Notes--
  143. # Weak: LimitOfWeak >= Players
  144. # Normal: LimitOfWeak < Players <= LimitOfNormal
  145. # Strong: Players > LimitOfNormal
  146. # if LimitOfWeak >= LimitOfNormal then LimitOfNormal = LimitOfWeak + 1
  147. # Weak
  148. LimitOfWeakValakas = 0
  149.  
  150. # Normal
  151. LimitOfNormalValakas = 0
  152.  
  153.  
  154. #==================================================#
  155. # Van Halter #
  156. #==================================================#
  157. # Interval time of High Priest van Halter.
  158. # Value is second. Range 300-864000
  159. # Time of the interval is decided at random between FixIntervalOfVanHalter and FixIntervalOfVanHalter+RandomIntervalOfVanHalter.
  160. FixIntervalOfHalter = 86400
  161. RandomIntervalOfHalter = 7200
  162.  
  163. # Delay of appearance time of High Priest van Halter.
  164. # Value is second. Range 5-60
  165. AppTimeOfHalter = 20
  166.  
  167. # Activity time of High Priest van Halter.
  168. # Value is second. Range 7200-86400
  169. ActivityTimeOfHalter = 21600
  170.  
  171. # Time of fight against High Priest van Halter.
  172. # Value is second. Range 7200-21600
  173. FightTimeOfHalter = 7200
  174.  
  175. # Count and interval of Royal Guard Helper calling.
  176. # Count Range 1-6
  177. CallRoyalGuardHelperCount = 6
  178. # Value is second. Range 1-60
  179. CallRoyalGuardHelperInterval = 10
  180.  
  181. # Interval of opening and shutting of Door Of Altar.
  182. # Value is second. Range 60-5400
  183. IntervalOfDoorOfAlter = 5400
  184.  
  185. # Time of lock to Door Of Altar after intruder is detected.
  186. # Value is second. Range 60-600
  187. TimeOfLockUpDoorOfAltar = 180
  188.  
  189. #==================================================#
  190. # Frintezza #
  191. #==================================================#
  192. # Frintezza Allow
  193. # Default true
  194. FrintezzaAllow = true
  195.  
  196. FrintezzaMinPlayers = 36
  197. FrintezzaMaxPlayers = 45
  198.  
  199. #================================================#
  200. # Zaken #
  201. #================================================#
  202. # Zaken 60 Day minimum players
  203. # Default 9
  204. ZakenDay60MinPlayers = 9
  205.  
  206. # Zaken 83 Day minimum players
  207. # Default 9
  208. ZakenDay83MinPlayers = 9
  209.  
  210. # Zaken Night minimum players
  211. # Default 72
  212. ZakenNightMinPlayers = 18
  213.  
  214. #================================================#
  215. # CORE #
  216. #================================================#
  217. # Interval time of Core.
  218. # Value is minute. Range 5-20160
  219. # Default 60hour +/- 23hour
  220. FixIntervalOfCore = 1440
  221.  
  222. RandomIntervalOfCore = 120
  223.  
  224. #================================================#
  225. # Queen Ant #
  226. #================================================#
  227. # Interval time of Core.
  228. # Value is minute. Range 5-20160
  229. # Default 36hour +/- 17hour
  230. FixIntervalOfQueenAnt = 1440
  231.  
  232. RandomIntervalOfQueenAnt = 120
  233.  
  234.  
  235. #================================================#
  236. # Orfen #
  237. #================================================#
  238. # Interval time of Orfen.
  239. # Value is minute. Range 5-20160
  240. # Default 48hour +/- 20hour
  241. FixIntervalOfOrfen = 1440
  242.  
  243. RandomIntervalOfOrfen = 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement