you need first to create an custom item, then add items you want to give in the item_package.txt. You can find an offical egg or box as an example. You also need to give your custom box an id in the const.txt file.
1. create custom item.
eg: 22953,Enchant_Stone_Box7,Enchant_Stone_Box7,18,10,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_Enchant_Stone_Box7); },{},{}
2. add your egg or box id in const.txt
eg: IG_Enchant_Stone_Box7 1028
3. add your items in the item_package.txt ( you need to read the doc at the very top to configure the database structure)
eg: IG_Enchant_Stone_Box7,6963,2,1
IG_Enchant_Stone_Box7,6964,1,1
IG_Enchant_Stone_Box7,6999,2,1
IG_Enchant_Stone_Box7,25000,2,1
IG_Enchant_Stone_Box7,6943,3,1
IG_Enchant_Stone_Box7,6642,3,1
IG_Enchant_Stone_Box7,25016,3,1
IG_Enchant_Stone_Box7,6944,3,1