Kundun drop random items?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 31, 2010
Messages
16
Reaction score
0
Hello, I've got a problem with Kundun.

Kundun eventitem is

//#############################################################################################################
//Drop Settings: Kundun Boss Drops
//www.titanstech.com
//#############################################################################################################

//=============================================================================================================
//ItemDropRate - Drop rate of item VS Zen [x/100]
//ExRate - Drop rate of excellent item [x/1000]
//=============================================================================================================
// EventName DropZen NA NA NA NA ItemDropRate ExRate
//=============================================================================================================
1
"KundunBossDrop" 30000000 0 0 0 0 70 600
end

//=============================================================================================================
//Type - Item.TXT index (section) of the Box
//Index - Item.TXT id of the Item
//minLvl - Minimal Level of the Item (+1, +2 etc...)
//maxLvl - Maximum Level of the Item (+1, +2 etc...)
//Skill - Drop Item with Skill (0 - off,1 - on)
//Luck - Drop Item with Luck (0 - off,1 - on)
//maxZ28 - Maximum Z28 option (1 = +4, 2 = +8, 3 = +12, etc...)
//maxExOpt - Maximum number of Exc option in item
//=============================================================================================================
// Type Index minLvl maxLvl Skill Luck maxZ28 maxExOpt
//=============================================================================================================
2
0 22 7 9 1 1 2 4 //Bone Blade
0 24 7 9 1 1 2 4 //DayBreak
0 23 7 9 1 1 2 4 //Explosion Blade
0 25 7 9 1 1 2 4 //Sword Dancer
2 12 7 9 1 1 2 4 //Great Lord Scepter
2 14 7 9 1 1 2 4 //Solay Scepter
3 10 7 9 1 1 2 4 //Dragon Spear
4 19 7 9 1 1 2 4 //Great Reign Crossbow
4 22 7 9 1 1 2 4 //Albatross Bow
4 20 7 9 1 1 2 4 //Arrow Viper Bow
4 21 7 9 1 1 2 4 //Sylph Wind Bow
5 12 7 9 1 1 2 4 //Grand Viper Staff
5 13 7 9 1 1 2 4 //Platina Wing Staff
5 20 7 9 1 1 2 4 //Lilium Staff
5 11 7 9 1 1 2 4 //Kundun Staff
6 13 7 9 1 1 2 4 //Chaos Dragon Shield
6 16 7 9 1 1 2 4 //Elemental Shield
6 15 7 9 1 1 2 4 //Grand Soul Shield

end

But when I killed Kundun he gave me 3x ancient Items... ?
Can't find out this situation

Thanks
 
try using this
Code:
// Kundun

//============================
//Map Drop
//Map	Drop	MinDrop	MaxDrop
//============================
0
0	0	1	1000	//Lorencia
1	1	1	1000	//Dungeon
2	0	1	1000	//Devias
3	0	1	1000	//Noria
4	0	1	1000	//LostTower
5	0	1	1000	//Exile
6	0	1	1000	//Arena
7	0	1	1000	//Atlans
8	0	1	1000	//Tarkan
9	0	1	1000	//DevilSquare
10	0	1	1000	//Icarus
end

//=========================================================================
//Drop Options
//Name			ZenAmount	ItemType	Index	ItemLvl	DropRate NormDrop	ExcDrop
//=========================================================================
1
"kundun"		1000000		0	0	 0	 100	 50	  	50
end

//==================================================================
//Item Drops
//	Type	Item	MinLvl	MaxLvl	Skill	Luck	Option	Exc	Name
//==================================================================
2
0	22	7	9	1	1	2	4	//Bone Blade
0	24	7	9	1	1	2	4	//DayBreak
0	23	7	9	1	1	2	4	//Explosion Blade
0	25	7	9	1	1	2	4	//Sword Dancer
2	12	7	9	1	1	2	4	//Great Lord Scepter
2	14	7	9	1	1	2	4	//Solay Scepter
3	10	7	9	1	1	2	4	//Dragon Spear
4	19	7	9	1	1	2	4	//Great Reign Crossbow
4	22	7	9	1	1	2	4	//Albatross Bow
4	20	7	9	1	1	2	4	//Arrow Viper Bow
4	21	7	9	1	1	2	4	//Sylph Wind Bow
5	12	7	9	1	1	2	4	//Grand Viper Staff
5	13	7	9	1	1	2	4	//Platina Wing Staff
5	20	7	9	1	1	2	4	//Lilium Staff
5	11	7	9	1	1	2	4	//Kundun Staff
6	13	7	9	1	1	2	4	//Chaos Dragon Shield
6	16	7	9	1	1	2	4	//Elemental Shield
6	15	7	9	1	1	2	4	//Grand Soul Shield
end
 
Upvote 0
Status
Not open for further replies.
Back