haber, lee bien el texto que el mismo te esta diciendo todo.
//=============================================================================================================
//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 : la categoria del Item ejemplo 0 Sword!!!!
Index : el numero de item ejemplo 0 Kriss!!!
MinLvl : el nivel MINIMO EL cual el item se dropeara (Si lo pones en 0 el nivel minimo sera +0)
MaxLvl : el nivel maximo del item que dropeara (Si lo pones en 15 el maximo sera +15)
ENTRE ESOS EL ITEM PODRIA CAER DE +0 A +15 SI PONES LOS DOS EN +15 TANTO MINIMO COMO MAXIMO EL ITEM SI O SI CAERÁ +15
Skill : en caso de ser Sword lo pones en 1 para que de el skill correspondiente.
Luck : lo pones en 1 para que el item posea luck.
maxz28 : es la opcion add de los lifes. (si pones en 1 el item caera +4 si lo pones en 7 el item caera+28)
maxexelop : es el maximo de opciones exelen el cual el item se dropeara (seria un maximo de 6 opciones exelen si no me equivoco.)
IGUAL MENTE CREO QUE TE FALTA UINA OPCIÓN LA CUAL ES EL MINIMO DE OPCIÓN EXELEN.
PARA QUE UN ITEM TE QUEDE FULL SERIA :
======================
// Type Index minLvl maxLvl Skill Luck maxZ28 maxExOpt
//=============================================================================================================
2
0 28 15 15 1 1 7 6 //Imperial Sword LVL:139
end
PD: Lean los .txt no cuesta nada y casi siempre en el mismo se encuentra la solución y para el colo explicada.