
Originally Posted by
hiphopclan
here are most of the drops:
Code:
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300005,4001022,1);
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300006,4001022,1);
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300007,4001022,1);
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300008,4001022,1);
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300014,4001022,1);
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300010,4001022,1);
INSERT monsterdrops (monsterid,itemid,chance) VALUES (9300012,4001023,1);
Code:
/* Monster Drops */
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300005, 4001022, 1);
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300006, 4001022, 1);
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300007, 4001022, 1);
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300008, 4001022, 1);
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300014, 4001022, 1);
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300010, 4001022, 1);
INSERT INTO `monsterdrops` (`monsterid`, `itemid`, `chance`) VALUES (9300012, 4001023, 1);
/* Reactor Drops */
INSERT INTO `reactordrops` (`reactorid`, `itemid`, `chance`) VALUES (2201000, 4001022, 1);
]
This is the full code. Now can anyone help me with lpq1-lpqboss. Where do I put those?