Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] How to confige drop IGCN Season 9

Joined
Aug 29, 2011
Messages
512
Reaction score
33
1)How do I set the drop of Blood Bone and Scroll of Archangel? I have seen that IGCData \ Events \ BloodCastle has the file IGC_BloodCastle.xml and it has the options ScrollofArchangelDropRate and BloodBoneDropRate, which would be to configure their drop but I have already put it in 1% and even then it drops very frequently!

Here is my setup (100 / 10,000 = 1%)
Code:
<?xml version="1.0" encoding="utf-8"?>

<BloodCastle Enable="1" EarlyFinishRestriction="0" EarlyFinishMinTime="300" 
[B][COLOR="#FF0000"]ScrollofArchangelDropRate="100"[/COLOR] [COLOR="#FF0000"]BloodBoneDropRate="100">[/COLOR][/B]
<Time ToOpen="5" PlayDuration="15" ToClose="1" />
	
	<Schedule>
		<Start Hour="0" Minute="30" />
		<Start Hour="2" Minute="30" />
		<Start Hour="4" Minute="30" />
		<Start Hour="6" Minute="30" />
		<Start Hour="8" Minute="30" />
		<Start Hour="10" Minute="30" />
		<Start Hour="12" Minute="30" />
		<Start Hour="14" Minute="30" />
		<Start Hour="16" Minute="30" />
		<Start Hour="18" Minute="30" />
		<Start Hour="20" Minute="30" />
		<Start Hour="22" Minute="30" />
	</Schedule>
	
	<EventSettings>
		<Castle Level="0" StatueHP="65000"  GateHP="150000" /> <!-- Blood Castle 1 -->
		<Castle Level="1" StatueHP="105000" GateHP="205000" /> <!-- Blood Castle 2 -->
		<Castle Level="2" StatueHP="145000" GateHP="260000" /> <!-- Blood Castle 3 -->
		<Castle Level="3" StatueHP="185000" GateHP="325000" /> <!-- Blood Castle 4 -->
		<Castle Level="4" StatueHP="225000" GateHP="400000" /> <!-- Blood Castle 5 -->
		<Castle Level="5" StatueHP="265000" GateHP="480000" /> <!-- Blood Castle 6 -->
		<Castle Level="6" StatueHP="305000" GateHP="565000" /> <!-- Blood Castle 7 -->
		<Castle Level="7" StatueHP="345000" GateHP="665000" /> <!-- Blood Castle 8 -->
	</EventSettings>
	
	<RewardExpSettings>
		<Castle Level="0" Multiplier="1.0" /> <!-- Blood Castle 1 -->
		<Castle Level="1" Multiplier="1.0" /> <!-- Blood Castle 2 -->
		<Castle Level="2" Multiplier="1.0" /> <!-- Blood Castle 3 -->
		<Castle Level="3" Multiplier="1.0" /> <!-- Blood Castle 4 -->
		<Castle Level="4" Multiplier="1.0" /> <!-- Blood Castle 5 -->
		<Castle Level="5" Multiplier="1.0" /> <!-- Blood Castle 6 -->
		<Castle Level="6" Multiplier="1.0" /> <!-- Blood Castle 7 -->
		<Castle Level="7" Multiplier="1.0" /> <!-- Blood Castle 8 -->
	</RewardExpSettings>
</BloodCastle>




2)I know there are several ways to configure the drop of items in these files, and it can be configured by IGC_MonsterItemDropRate.xml, IGC_DropManager.xml and IGC_AppointItemDrop.xml. I want to know how best to set the drop of items in these files !!
 
Banned
Banned
Joined
Jan 1, 2014
Messages
793
Reaction score
81
1) Edit BloodCastle.xml for Drops.
Remember to refresh Event/Drops after u edit. Just go lower if you still find it too much.

2)DropManager.xml is the best but only if u know how to configure it.
 
Upvote 0
Back
Top