Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.04 KB | None | 0 0
  1. //############################################################
  2. //# -- X6 MUONLINE SERVER EMULATOR
  3. //# -- www.igcn.mu
  4. //# -- www.muemu.tech
  5. //# -- (C) 2019 IGC-Network | MUEMU (R)
  6. //# ----------------------------------------------------------
  7. //# -- File is a part of MUEMU MuOnline Server files.
  8. //############################################################
  9.  
  10. [General]
  11. ;-------------------------------------------------------------------------------------------------------------
  12. ;-- Maximum Level character can reach
  13. ;-------------------------------------------------------------------------------------------------------------
  14. MaxNormalLevel = 400
  15.  
  16. ;-------------------------------------------------------------------------------------------------------------
  17. ;-- Maximum Mastering level character can reach, original values: S6E3 - 200
  18. ;-------------------------------------------------------------------------------------------------------------
  19. MaxMasterLevel = 200
  20.  
  21. ;-------------------------------------------------------------------------------------------------------------
  22. ;-- Mastering points per master level
  23. ;-------------------------------------------------------------------------------------------------------------
  24. MasterPointPerLevel = 1
  25.  
  26. ;-------------------------------------------------------------------------------------------------------------
  27. ;-- Minimum Monster level to gain experience for mastering
  28. ;-------------------------------------------------------------------------------------------------------------
  29. MonsterMinLevelForMLExp = 95
  30.  
  31. ;-------------------------------------------------------------------------------------------------------------
  32. ; -- Zen Drop Multiplier, formula Money = Money + exp/BaseMasterExperience * ZenDropMultipler
  33. ;-------------------------------------------------------------------------------------------------------------
  34. ZenDropMultipler = 100.0
  35.  
  36. ;-------------------------------------------------------------------------------------------------------------
  37. ;-- Enables Guard related options (GuardSpeakChance, GuardSpeakMsg) below, 0/1
  38. ;-------------------------------------------------------------------------------------------------------------
  39. GuardSpeak = 1
  40.  
  41. ;-------------------------------------------------------------------------------------------------------------
  42. ;-- Smaller the number bigger the chance he will say something
  43. ;-------------------------------------------------------------------------------------------------------------
  44. GuardSpeakChance = 30
  45.  
  46. ;-------------------------------------------------------------------------------------------------------------
  47. ;-- Guard Speak Sentence
  48. ;-------------------------------------------------------------------------------------------------------------
  49. GuardSpeakMsg = ¡Hola! Recuerda invitar a tus amigos
  50.  
  51. ;-------------------------------------------------------------------------------------------------------------
  52. ;-- Message that appears when you enter server
  53. ;-------------------------------------------------------------------------------------------------------------
  54. WelcomeMessage = ¡Bienvenido a RTX Mu!
  55.  
  56. ;-------------------------------------------------------------------------------------------------------------
  57. ;-- Enabled Gold notice to every player about Boss Monster kill (English.xml -> Msg ID: 581)
  58. ;-- Monster Indexes affected with the system: 43-44, 53-56, 78-83, 275, 295, 459, 493-502, 561
  59. ;-------------------------------------------------------------------------------------------------------------
  60. BossMonsterKillNotice = 1
  61.  
  62. ;-------------------------------------------------------------------------------------------------------------
  63. ;-- Little Message upon entering the Game saying -> CharacterNickname Entered the Game
  64. ;-------------------------------------------------------------------------------------------------------------
  65. EnterGameMessageEnable = 1
  66.  
  67. ;-------------------------------------------------------------------------------------------------------------
  68. ;-- Displaying message of killed mobs count for 3rd class quest :: VALUES 0/1
  69. ;-------------------------------------------------------------------------------------------------------------
  70. ThirdQuestMonsterCountMsg = 1
  71.  
  72. ;-------------------------------------------------------------------------------------------------------------
  73. ;-- Block Trading on Server :: VALUES 0/1
  74. ;-------------------------------------------------------------------------------------------------------------
  75. TradeBlock = 0
  76.  
  77. ;-------------------------------------------------------------------------------------------------------------
  78. ;-- Cool-down time for post and gpost command, seconds
  79. ;-------------------------------------------------------------------------------------------------------------
  80. PostCMDCooldown = 2
  81.  
  82. ;-------------------------------------------------------------------------------------------------------------
  83. ;-- Allow/Disallow Trading Items having Harmony Option :: VALUES 0/1
  84. ;-------------------------------------------------------------------------------------------------------------
  85. CanTradeHarmonyItem = 0
  86.  
  87. ;-------------------------------------------------------------------------------------------------------------
  88. ;-- Allow/Disallow Trading Full Exc Options Items :: VALUES 0/1
  89. ;-------------------------------------------------------------------------------------------------------------
  90. CanTradeFullExcItem = 0
  91.  
  92. ;-------------------------------------------------------------------------------------------------------------
  93. ;-- Allow/Disallow Use Exc Options with Socket Items :: VALUES
  94. ;-- 0: Disabled (setting this option will remove any Exc options from socket item upon login)
  95. ;-- 1: Enables Exc Options on Socket items but do not drop them from monsters
  96. ;-- 2: Enables Exc Options on Socket items and drops them from monsters
  97. ;-------------------------------------------------------------------------------------------------------------
  98. CanUseSocketExcItem = 1
  99.  
  100. ;-------------------------------------------------------------------------------------------------------------
  101. ;-- Allow Disallow using Harmony Options with Ancient Items :: VALUES 0/1 :: Works on S6E3 only
  102. ;-------------------------------------------------------------------------------------------------------------
  103. CanUseAncHarmonyItem = 1
  104.  
  105. ;-------------------------------------------------------------------------------------------------------------
  106. ;-- Allow to trade 0 serial items :: VALUES 0/1
  107. ;-------------------------------------------------------------------------------------------------------------
  108. CanTradeFFFFFFFFSerialItem = 1
  109.  
  110. ;-------------------------------------------------------------------------------------------------------------
  111. ;-- Apply item options: 1 ~ if item requirements are met, 0 ~ regardless item requirements
  112. ;-------------------------------------------------------------------------------------------------------------
  113. CheckValidItem = 1
  114.  
  115. ;-------------------------------------------------------------------------------------------------------------
  116. ;-- Allow/Disallow Selling Quest & Cash Shop Items to NPC :: VALUES 0/1 - May not work for all items
  117. ;-- x6 only, option temporary disabled for x9 Series Game Servers
  118. ;-------------------------------------------------------------------------------------------------------------
  119. EnableSellAllItems = 0
  120.  
  121. ;-------------------------------------------------------------------------------------------------------------
  122. ;-- Allows to Trade/Store in Warehouse Cash Shop Items, Lucky Items, etc - x9 Server Only
  123. ;-------------------------------------------------------------------------------------------------------------
  124. AllowMoveCashItems = 0
  125.  
  126. ;-------------------------------------------------------------------------------------------------------------
  127. ;-- Allow/Disallow selling Exc Full Option Items in Personal Store :: VALUES 0/1
  128. ;-------------------------------------------------------------------------------------------------------------
  129. CanSellInStoreFullExcItem = 0
  130.  
  131. ;-------------------------------------------------------------------------------------------------------------
  132. ;-- Allow/Disallow selling Exc Full Option Items to Shop :: VALUES 0/1
  133. ;-------------------------------------------------------------------------------------------------------------
  134. CanSellToShopFullExcItem = 0
  135.  
  136. ;-------------------------------------------------------------------------------------------------------------
  137. ;-- Allow/Disallow Enchant Lucky Items by Jewels :: VALUES 0/1
  138. ;-------------------------------------------------------------------------------------------------------------
  139. AllowEnchantLuckyItemByJewels = 0
  140.  
  141. ;-------------------------------------------------------------------------------------------------------------
  142. ;-- Time of 1 durability decrease of Lucky Items, Expressed in seconds
  143. ;-------------------------------------------------------------------------------------------------------------
  144. LuckyItemDurabilityTime = 2400
  145.  
  146. ;-------------------------------------------------------------------------------------------------------------
  147. ;-- Allow to enter events by Player Killers :: VALUES 0/1
  148. ;-------------------------------------------------------------------------------------------------------------
  149. CanEnterEventWithPK = 0
  150.  
  151. ;-------------------------------------------------------------------------------------------------------------
  152. ;-- Jewel of Soul Success rate on items with no Luck :: MAX VALUE 100, Expressed in %
  153. ;-------------------------------------------------------------------------------------------------------------
  154. UseSoulRate = 50
  155.  
  156. ;-------------------------------------------------------------------------------------------------------------
  157. ;-- Jewel Of Soul Success rate on items with Luck :: MAX VALUE 100, Expressed in %
  158. ;-------------------------------------------------------------------------------------------------------------
  159. UseSoulWithLuckRate = 75
  160.  
  161. ;-------------------------------------------------------------------------------------------------------------
  162. ;-- Jewel of Life Success rate on items with no Luck :: MAX VALUE 100, Expressed in %
  163. ;-------------------------------------------------------------------------------------------------------------
  164. UseLifeRate = 50
  165.  
  166. ;-------------------------------------------------------------------------------------------------------------
  167. ;-- Switch 16/28 Max Options can be added using Jewel of Life :: VALUES 0/1
  168. ;-------------------------------------------------------------------------------------------------------------
  169. Is28Option = 1
  170.  
  171. ;-------------------------------------------------------------------------------------------------------------
  172. ;-- Save Private chat messages to file :: VALUES 0/1
  173. ;-------------------------------------------------------------------------------------------------------------
  174. SavePrivateChat = 0
  175.  
  176. ;-------------------------------------------------------------------------------------------------------------
  177. ;-- Enables or disabled Auto Party system, 0/1. If Player A is online and e.g. playing AFK on MuHelper
  178. ;-- may set password to join his party if expecting somebody to come. Player B by whispering the
  179. ;-- password to Player A will join his party automatically
  180. ;-------------------------------------------------------------------------------------------------------------
  181. AutoParty = 1
  182.  
  183. ;-------------------------------------------------------------------------------------------------------------
  184. ;-- Disables or Enables Reconnect System :: VALUES 0/1
  185. ;-------------------------------------------------------------------------------------------------------------
  186. ReconnectSystem = 1
  187.  
  188. ;-------------------------------------------------------------------------------------------------------------
  189. ;-- Map Number to drop 380 Items, -1 for all maps
  190. ;-------------------------------------------------------------------------------------------------------------
  191. DropMap380Items = -1
  192.  
  193. [DuelSystem]
  194. ;-------------------------------------------------------------------------------------------------------------
  195. ;-- Activates or deactivates duel system, 0/1
  196. ;-------------------------------------------------------------------------------------------------------------
  197. Enable = 1
  198.  
  199. ;-------------------------------------------------------------------------------------------------------------
  200. ;-- Damage reduction during duels, applies to all types of damage, expressed in percentage
  201. ;-------------------------------------------------------------------------------------------------------------
  202. DamageReduction = 60
  203.  
  204. [AntiHack]
  205. ;--###########################################################################################################
  206. ;-- IMPORTANT NOTE - Main.exe and GS have additional - independent from config below Anti-Hack System built-in
  207. ;-- which does not requires additional configuration - below options are optional to set - disable if causes
  208. ;-- any sort of issues for you
  209. ;--###########################################################################################################
  210.  
  211. ;-------------------------------------------------------------------------------------------------------------
  212. ;-- Enable/Disable Agility Check :: VALUES 0/1
  213. ;-- Requires to use latest IGC.dll within Game Client - set to 0 if having issues
  214. ;-------------------------------------------------------------------------------------------------------------
  215. EnableAgilityCheck = 0
  216.  
  217. ;-------------------------------------------------------------------------------------------------------------
  218. ;-- Agility Check delay time (milliseconds). Time after Agility modification to check against hack usage
  219. ;-- Recommended value range, 7000-10000, going below 5000 and above 10000 may result in false detections
  220. ;-- or lack of efficacy. Go for higher value if players getting often "AntiHack breach -> No response"
  221. ;-------------------------------------------------------------------------------------------------------------
  222. AgilityDelayCheckTime = 7500
  223.  
  224. ;-------------------------------------------------------------------------------------------------------------
  225. ;-- Enable/Disable Anti-Ref Hack Check :: VALUES 0/1 - set to 0 if having issues
  226. ;-------------------------------------------------------------------------------------------------------------
  227. EnableAntiRefCheckTime = 0
  228.  
  229. ;-------------------------------------------------------------------------------------------------------------
  230. ; -- If EnableAntiRefCheckTime set to 1 then disables attack possibility for a player
  231. ; -- who given damage along with deflection effect more than once within configured time
  232. ; -- Deflection effect last ~500ms, this time should not be increased unless you know what you do
  233. ; -- Expressed in milliseconds - 1s = 1000ms
  234. ;-------------------------------------------------------------------------------------------------------------
  235. AntiRefCheckTimeMSEC = 500
  236.  
  237. ;-------------------------------------------------------------------------------------------------------------
  238. ;-- To disable set to 0, to configure use ToolKit Free Version available from
  239. ;-- [Updates & Downloads] section of the forum and compute CRC for files, example value: 0xB920430D
  240. ;-- If MainExeCRC = 0 then no other CRC is being checked too
  241. ;-------------------------------------------------------------------------------------------------------------
  242. MainExeCRC = 0x73809F6C ; main.exe
  243. DLLCRC = 0x9F609137 ; IGC.dll
  244. PlayerBmdCRC = 0x87605AF7 ; Player.bmnd
  245. SkillCRC = 0x7C0D386 ; \Data\Local\Eng\Skill_eng.bmd (only)
  246.  
  247. ;-------------------------------------------------------------------------------------------------------------
  248. ;-- Auto Logout player logging with IGC.dll version not compatible with actual Server version, 0/1
  249. ;-- if 0 then log only will be displayed in GameServer window
  250. ;-------------------------------------------------------------------------------------------------------------
  251. DisconnectOnInvalidDLLVersion = 1
  252.  
  253. ;-------------------------------------------------------------------------------------------------------------
  254. ;-- Disconnects player on exceeded no response time (60 seconds), 0/1
  255. ;-------------------------------------------------------------------------------------------------------------
  256. AntiHackBreachDisconnectUser = 0
  257.  
  258. ;-------------------------------------------------------------------------------------------------------------
  259. ;-- Allows to disable a hook of 3rd party stuff on Recv, recommended to keep it enabled, 0/1
  260. ;-- It may require to be disabled only in case of a need to hook some 3rd party Anti-Hack software
  261. ;-------------------------------------------------------------------------------------------------------------
  262. RecvHookProtection = 0
  263.  
  264. ;-------------------------------------------------------------------------------------------------------------
  265. ;-- Delay time between use of each potion in Game, expressed in ms, 1s equal to 1000ms
  266. ;-------------------------------------------------------------------------------------------------------------
  267. PotionDelayTime = 100
  268.  
  269. ;-------------------------------------------------------------------------------------------------------------
  270. ;-- Changing may cause issues :: Max VALUE 255
  271. ;-------------------------------------------------------------------------------------------------------------
  272. PacketLimit = 255
  273.  
  274. ;-------------------------------------------------------------------------------------------------------------
  275. ;-- Enable/Disable Anti-Speed Hack System :: VALUES 0/1
  276. ;-------------------------------------------------------------------------------------------------------------
  277. EnablePacketTimeCheck = 0
  278.  
  279. ;-------------------------------------------------------------------------------------------------------------
  280. ;-- Changing may cause issues, :: MAX VALUE 20000, Changing to lower than than 18500 will decrease
  281. ;-- Speed Hacks detection power. False detections: may occur by using computer or internet speed boosters
  282. ;-------------------------------------------------------------------------------------------------------------
  283. PacketTimeMinTimeMsec = 18500
  284.  
  285. ;-------------------------------------------------------------------------------------------------------------
  286. ;-- Enable/Disable Hack Detect Message for caught player :: VALUES 0/1
  287. ;-------------------------------------------------------------------------------------------------------------
  288. EnableHackDetectMessage = 0
  289.  
  290. ;-------------------------------------------------------------------------------------------------------------
  291. ;-- Hack Detect Message for caught player, sent if above set to 1
  292. ;-------------------------------------------------------------------------------------------------------------
  293. HackDetectMessage = Hack detectado. Estás desconectado
  294.  
  295. ;-------------------------------------------------------------------------------------------------------------
  296. ;-- Enable/Disable auto-banning caught player, must be caught 3 times to auto-issue the ban
  297. ;-------------------------------------------------------------------------------------------------------------
  298. EnableAutoBanAccountForHackUser = 0
  299.  
  300. ;-------------------------------------------------------------------------------------------------------------
  301. ;-- Enables attack block in Safe Zone (server side - preventing Attacking in Safe Zone by Client Check)
  302. ;-------------------------------------------------------------------------------------------------------------
  303. EnableAttackBlockInSafeZone = 1
  304.  
  305. [ResetCMD]
  306. ;-------------------------------------------------------------------------------------------------------------
  307. ;-- Enable Reset Command :: VALUES 0/1
  308. ;-------------------------------------------------------------------------------------------------------------
  309. Enable = 0
  310.  
  311. ;-------------------------------------------------------------------------------------------------------------
  312. ;-- Minimum level required for the reset
  313. ;-------------------------------------------------------------------------------------------------------------
  314. MinLevel = 400
  315.  
  316. ;-------------------------------------------------------------------------------------------------------------
  317. ;-- Cost of reset in Zen
  318. ;-------------------------------------------------------------------------------------------------------------
  319. Cost = 10000000
  320.  
  321. ;-------------------------------------------------------------------------------------------------------------
  322. ;-- Reset Cost Multipler OFF/ON :: VALUES 0/1
  323. ;-- Formula: Cost * Resets
  324. ;-------------------------------------------------------------------------------------------------------------
  325. CostMultipler = 1
  326.  
  327. ;-------------------------------------------------------------------------------------------------------------
  328. ;-- Maximum possible resets
  329. ;-------------------------------------------------------------------------------------------------------------
  330. MaxReset = 100
  331.  
  332. ;-------------------------------------------------------------------------------------------------------------
  333. ;-- Reset Statistics within regular reset :: VALUES 0/1
  334. ;-------------------------------------------------------------------------------------------------------------
  335. IsResetStats = 1
  336.  
  337. ;-------------------------------------------------------------------------------------------------------------
  338. ;-- Reset Master level within regular reset :: VALUES 0/1
  339. ;-------------------------------------------------------------------------------------------------------------
  340. IsResetMasterLevel = 0
  341.  
  342. ;-------------------------------------------------------------------------------------------------------------
  343. ;-- Moves to character selection screen after doing reset (applies for scenario when IsResetMasterLevel
  344. ;-- or IsResetStats are set to 0, if statistics reset is enabled it will switch char anyway, 0/1
  345. ;-------------------------------------------------------------------------------------------------------------
  346. MoveToCharSelectWindow = 0
  347.  
  348. ;-------------------------------------------------------------------------------------------------------------
  349. ;-- Clear/Keep Free Stat Points after Reset ::VALUES 0/1
  350. ;-------------------------------------------------------------------------------------------------------------
  351. SaveOldStatPoint = 0
  352.  
  353. ;-------------------------------------------------------------------------------------------------------------
  354. ;-- Determines if required to take off equipment before reset :: VALUES 0/1
  355. ;-------------------------------------------------------------------------------------------------------------
  356. RemoveEquipment = 0
  357.  
  358. ;-------------------------------------------------------------------------------------------------------------
  359. ;-- Amount of point to award per reset, Formula: LevelUpPoint = (LevelUpPoint + Resets+1) * PointPerReset
  360. ;-- Setting dedicated for Non-VIP Character, for VIP settings look into IGC_VIPSettings.xml
  361. ;-------------------------------------------------------------------------------------------------------------
  362. PointPerReset = 400
  363.  
  364. ;-------------------------------------------------------------------------------------------------------------
  365. ;-- Deactivates ability of obtaining point per level after reaching configured resets count, -1 to disable
  366. ;-------------------------------------------------------------------------------------------------------------
  367. BlockLevelUpPointAfterResetCount = -1
  368.  
  369. ;-------------------------------------------------------------------------------------------------------------
  370. ;-- Deactivates ability of of gaining Skill Tree points after reaching configured resets count, -1 to disable
  371. ;-------------------------------------------------------------------------------------------------------------
  372. BlockMLPointAfterResetCount = -1
  373.  
  374. ;-------------------------------------------------------------------------------------------------------------
  375. ;-- Determines whether to clear existing buffs after reset, 0/1
  376. ;-------------------------------------------------------------------------------------------------------------
  377. ClearBuffs = 1
  378.  
  379. ;-------------------------------------------------------------------------------------------------------------
  380. ;-- Allows to determine whether to remove character from party after reset, 0/1
  381. ;-------------------------------------------------------------------------------------------------------------
  382. RemoveFromParty = 1
  383.  
  384. ;-------------------------------------------------------------------------------------------------------------
  385. ;-- Determines whether to disable or enable the Mu Helper after reset or not, 0/1
  386. ;-------------------------------------------------------------------------------------------------------------
  387. DisableMuHelper = 1
  388.  
  389. ;-------------------------------------------------------------------------------------------------------------
  390. ;-- WCoinC Reward for Reset
  391. ;-- WCoinCRewardEnable :: VALUES 0/1
  392. ;-- WCoinCRewardValue - Amount of WCoinC
  393. ;-------------------------------------------------------------------------------------------------------------
  394. WCoinCRewardEnable = 1
  395. WCoinCRewardValue = 100
  396.  
  397. ;-------------------------------------------------------------------------------------------------------------
  398. ;-- WCoinP Reward for Reset
  399. ;-- WCoinPRewardEnable :: VALUES 0/1
  400. ;-- WCoinPRewardValue - Amount of WCoinP
  401. ;-------------------------------------------------------------------------------------------------------------
  402. WCoinPRewardEnable = 0
  403. WCoinPRewardValue = 100
  404.  
  405. ;-------------------------------------------------------------------------------------------------------------
  406. ;-- Goblin Points Reward for Reset
  407. ;-- GoblinPointRewardEnable :: VALUES 0/1
  408. ;-- GoblinPointRewardValue - Amount of Goblin Points
  409. ;-------------------------------------------------------------------------------------------------------------
  410. GoblinPointRewardEnable = 0
  411. GoblinPointRewardValue = 100
  412.  
  413. [MuBot]
  414. ;-------------------------------------------------------------------------------------------------------------
  415. ;-- Enable/Disable Integrated Bot system in Game :: VALUES 0/1
  416. ;-------------------------------------------------------------------------------------------------------------
  417. Enable = 1
  418.  
  419. ;-------------------------------------------------------------------------------------------------------------
  420. ;-- Minimum level required to use the Bot
  421. ;-------------------------------------------------------------------------------------------------------------
  422. MinLevel = 10
  423.  
  424. ;-------------------------------------------------------------------------------------------------------------
  425. ;-- Cost of using the Bot expressed in Zen :: FORMULA: LEVEL * COST
  426. ;-------------------------------------------------------------------------------------------------------------
  427. Cost = 10
  428.  
  429. ;-------------------------------------------------------------------------------------------------------------
  430. ;-- Min VIP Level Type to use Mu Bot
  431. ;-- 0: Everybody
  432. ;-- 1: Bronze VIP
  433. ;-- 2: Silver VIP
  434. ;-- 3: Gold VIP
  435. ;-- 4: Platinum VIP
  436. ;-- Or other defined VIP Type according to IGC_VipSettings.xml
  437. ;-------------------------------------------------------------------------------------------------------------
  438. NeedVIPLevel = 0
  439.  
  440. ;-------------------------------------------------------------------------------------------------------------
  441. ; -- Time to deactivate MuHelper Bot, expressed in minutes, 0 to do not deactivate
  442. ;-------------------------------------------------------------------------------------------------------------
  443. AutoDisableTime = 0
  444.  
  445. [Guilds]
  446. ;-------------------------------------------------------------------------------------------------------------
  447. ;-- Allow to create new Guilds, 0/1
  448. ;-------------------------------------------------------------------------------------------------------------
  449. GuildCreate = 1
  450.  
  451. ;-------------------------------------------------------------------------------------------------------------
  452. ;-- Allow to destroy Guilds, 0/1
  453. ;-------------------------------------------------------------------------------------------------------------
  454. GuildDestroy = 1
  455.  
  456. ;-------------------------------------------------------------------------------------------------------------
  457. ;-- Minimum Level required to create new Guild
  458. ;-------------------------------------------------------------------------------------------------------------
  459. GuildCreateLevel = 150
  460.  
  461. ;-------------------------------------------------------------------------------------------------------------
  462. ;-- Maximum Guild Members per Guild
  463. ;-------------------------------------------------------------------------------------------------------------
  464. MaxGuildMember = 80
  465.  
  466. ;-------------------------------------------------------------------------------------------------------------
  467. ;-- Disallow to disband Guild while owning a Castle or during Castle Siege event
  468. ;-------------------------------------------------------------------------------------------------------------
  469. CastleOwnerGuildDestroyLimit = 1
  470.  
  471. ;-------------------------------------------------------------------------------------------------------------
  472. ;-- Minimum count of guild members per guild to join alliance
  473. ;-------------------------------------------------------------------------------------------------------------
  474. AllianceMinGuildMember = 10
  475.  
  476. ;-------------------------------------------------------------------------------------------------------------
  477. ;-- Maximum count of guilds can join alliance
  478. ;-------------------------------------------------------------------------------------------------------------
  479. AllianceMaxGuilds = 3
  480.  
  481. [GoldenMonster]
  482. ;-------------------------------------------------------------------------------------------------------------
  483. ;-- Golden Dragon (79) Monster - Item Drop Count, minimum 1
  484. ;-------------------------------------------------------------------------------------------------------------
  485. GoldenDragonBoxDropCount = 5
  486.  
  487. ;-------------------------------------------------------------------------------------------------------------
  488. ;-- Great Golden Dragon (501) Monster - Item Drop Count, minimum 1
  489. ;-------------------------------------------------------------------------------------------------------------
  490. GreatGoldenDragonBoxCount = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement