|
i really can't recognize your problem exactly but try this small guide
INSERT INTO `cq_dropitemrule` VALUES ('406', '7110', '0001', '5000000', '1021266', '0', '0', '1021266', '0', '0', '1021266', '0', '0', '1021266', '0', '0', '1021266', '0', '0');
Dropitemrule ID (anything you want since it's not exist before)
Monsterype ID
Drop chance
Item IDs ( ***** or packs IDs )
add this action query to make the monster drop the items you want
INSERT INTO `cq_action` VALUES ('100000063','0','0','801','0','dropitem 1021266') ;
Item ID
Action ID
Type 801 : For Dropping
and go to in cq_monstertype and search for your monster id like 7110 and look for action field and write that action in it 100000063 and it will drop the items for sure
Regards
|