The chest in instance 1 pops just fine after mob dies, but neither chest in 2 or 3 pop. I'm using the NPC id's found on the wiki since they all seem to match up with the entries in bcnm_treasure_chests. I've made sure not to add any chest id's being used by other zones/bcnm's.
This is my entry for Balga's Dais right now: (commented section is the bcnm in question)
Code: Select all
-- Balga's Dais
INSERT INTO `bcnm_treasure_chests` VALUES ('100', '1', '17375293');
INSERT INTO `bcnm_treasure_chests` VALUES ('100', '2', '17375300');
INSERT INTO `bcnm_treasure_chests` VALUES ('100', '3', '17375307');
INSERT INTO `bcnm_treasure_chests` VALUES ('105', '1', '17375272');
INSERT INTO `bcnm_treasure_chests` VALUES ('105', '2', '17375276');
INSERT INTO `bcnm_treasure_chests` VALUES ('105', '3', '17375280');
INSERT INTO `bcnm_treasure_chests` VALUES ('107', '1', '17375282');
INSERT INTO `bcnm_treasure_chests` VALUES ('107', '2', '17375284');
INSERT INTO `bcnm_treasure_chests` VALUES ('107', '3', '17375286');
-- INSERT INTO `bcnm_treasure_chests` VALUES ('110', '1', '17375316'); -- pops and works fine.
-- INSERT INTO `bcnm_treasure_chests` VALUES ('110', '2', '17375325');
-- INSERT INTO `bcnm_treasure_chests` VALUES ('110', '3', '17375406');
EDIT: I was FINALLY able to get it them all to pop by using the same id's from bcnm 105 (Charming Trio) . Are there potential conflicts by doing this? After trying 20 or so different id's they are the only ones that popped the chests.