Correct AriantPQ drops
This commit is contained in:
@@ -3,14 +3,6 @@
|
||||
|
||||
USE `cosmic`;
|
||||
|
||||
# add AriantPQ items, AriantPQ specific items found thanks to Dragohe4rt
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(9300157, 2100067, 1, 1, 0, 100000),
|
||||
(9300157, 2022266, 1, 1, 0, 200000),
|
||||
(9300157, 2022267, 1, 1, 0, 200000),
|
||||
(9300157, 2022268, 1, 1, 0, 200000),
|
||||
(9300157, 2022269, 1, 1, 0, 200000);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `drop_data` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`dropperid` int(11) NOT NULL,
|
||||
@@ -81,7 +73,6 @@ USE `cosmic`;
|
||||
DELETE FROM drop_data WHERE dropperid >= 9300054 AND dropperid <= 9300056;
|
||||
DELETE FROM drop_data WHERE dropperid >= 9300143 AND dropperid <= 9300144;
|
||||
DELETE FROM drop_data WHERE dropperid >= 8810019 AND dropperid <= 8810023;
|
||||
DELETE FROM drop_data WHERE dropperid = 9300157;
|
||||
DELETE FROM drop_data WHERE dropperid = 9500100;
|
||||
DELETE FROM drop_data where dropperid >= 9300141 AND dropperid <= 9300154 AND (itemid < 4001130 OR itemid >= 4001136);
|
||||
|
||||
|
||||
@@ -12517,6 +12517,11 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000),
|
||||
(1210100, 1002610, 1, 1, 0, 700),
|
||||
(9300058, 1002610, 1, 1, 0, 700),
|
||||
(9300155, 1002610, 1, 1, 0, 700),
|
||||
(9300157, 2100067, 1, 1, 0, 100000),
|
||||
(9300157, 2022266, 1, 1, 0, 200000),
|
||||
(9300157, 2022267, 1, 1, 0, 200000),
|
||||
(9300157, 2022268, 1, 1, 0, 200000),
|
||||
(9300157, 2022269, 1, 1, 0, 200000),
|
||||
(9400241, 1002610, 1, 1, 0, 700),
|
||||
(9500101, 1002610, 1, 1, 0, 700),
|
||||
(100123, 4003004, 1, 1, 0, 7000),
|
||||
@@ -14336,39 +14341,22 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000),
|
||||
(2230200, 1060051, 1, 1, 0, 700),
|
||||
(2230200, 1072291, 1, 1, 0, 700),
|
||||
(2110301, 4000351, 1, 1, 0, 200000),
|
||||
(9300157, 4000351, 1, 1, 0, 200000),
|
||||
(2110301, 2000001, 1, 1, 0, 40000),
|
||||
(9300157, 2000001, 1, 1, 0, 40000),
|
||||
(2110301, 2000003, 1, 1, 0, 40000),
|
||||
(9300157, 2000003, 1, 1, 0, 40000),
|
||||
(2110301, 2330001, 1, 1, 0, 400),
|
||||
(9300157, 2330001, 1, 1, 0, 400),
|
||||
(2110301, 2043701, 1, 1, 0, 750),
|
||||
(9300157, 2043701, 1, 1, 0, 750),
|
||||
(2110301, 2043002, 1, 1, 0, 750),
|
||||
(9300157, 2043002, 1, 1, 0, 750),
|
||||
(2110301, 2381031, 1, 1, 0, 20000),
|
||||
(9300157, 2381031, 1, 1, 0, 20000),
|
||||
(2110301, 4004002, 1, 1, 0, 3000),
|
||||
(9300157, 4004002, 1, 1, 0, 3000),
|
||||
(2110301, 4010007, 1, 1, 0, 7000),
|
||||
(9300157, 4010007, 1, 1, 0, 7000),
|
||||
(2110301, 4010001, 1, 1, 0, 7000),
|
||||
(9300157, 4010001, 1, 1, 0, 7000),
|
||||
(2110301, 1332009, 1, 1, 0, 700),
|
||||
(9300157, 1332009, 1, 1, 0, 700),
|
||||
(2110301, 1082005, 1, 1, 0, 700),
|
||||
(9300157, 1082005, 1, 1, 0, 700),
|
||||
(2110301, 1050029, 1, 1, 0, 700),
|
||||
(9300157, 1050029, 1, 1, 0, 700),
|
||||
(2110301, 1002164, 1, 1, 0, 700),
|
||||
(9300157, 1002164, 1, 1, 0, 700),
|
||||
(2110301, 1332009, 1, 1, 0, 700),
|
||||
(9300157, 1332009, 1, 1, 0, 700),
|
||||
(2110301, 1040062, 1, 1, 0, 700),
|
||||
(9300157, 1040062, 1, 1, 0, 700),
|
||||
(2110301, 1492003, 1, 1, 0, 700),
|
||||
(9300157, 1492003, 1, 1, 0, 700),
|
||||
(9400010, 4000065, 1, 1, 0, 200000),
|
||||
(9400010, 4130013, 1, 1, 0, 3000),
|
||||
(9400010, 4130002, 1, 1, 0, 3000),
|
||||
|
||||
Reference in New Issue
Block a user