Client clean-up + PiratePQ Implementation
Major update on client packets, now properly making unseen killed monsters not appear as residual on a player's client. Many updates revolving the PiratePQ environment as well.
This commit is contained in:
@@ -18714,7 +18714,7 @@
|
||||
|
||||
#--------------------------------------------------------------------------------------------
|
||||
|
||||
#insert things that should have been present already.
|
||||
#insert things that should be present by now, but aren't yet.
|
||||
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(2386010, 8143000, 1, 1, 0, 10000),
|
||||
@@ -18722,10 +18722,8 @@
|
||||
(3000002, 4000068, 1, 1, 0, 40000),
|
||||
(3000003, 4000068, 1, 1, 0, 40000),
|
||||
(3000004, 4000068, 1, 1, 0, 40000),
|
||||
|
||||
(8141000, 2386002, 1, 1, 0, 10000),
|
||||
(8141100, 2386009, 1, 1, 0, 10000),
|
||||
|
||||
(4230116, 2382042, 1, 1, 0, 10000),
|
||||
(4230117, 2382055, 1, 1, 0, 10000),
|
||||
(4230118, 2382067, 1, 1, 0, 10000),
|
||||
@@ -18772,7 +18770,31 @@
|
||||
(9500320, 2388027, 1, 1, 0, 8000),
|
||||
(8220002, 2388032, 1, 1, 0, 8000),
|
||||
(9300182, 2388039, 1, 1, 0, 8000),
|
||||
(6130204, 0, 316, 478, 0, 400000);
|
||||
(6130204, 0, 316, 478, 0, 400000),
|
||||
(9300114, 4001120, 1, 1, 0, 200000),
|
||||
(9300115, 4001121, 1, 1, 0, 200000),
|
||||
(9300116, 4001122, 1, 1, 0, 200000),
|
||||
(9300120, 4001117, 1, 1, 0, 80000),
|
||||
(9300121, 4001117, 1, 1, 0, 80000),
|
||||
(9300122, 4001117, 1, 1, 0, 80000),
|
||||
(9300126, 4001117, 1, 1, 0, 80000),
|
||||
(9300124, 2022131, 1, 1, 0, 40000),
|
||||
(9300125, 2022131, 1, 1, 0, 40000),
|
||||
(9300124, 2022132, 1, 1, 0, 40000),
|
||||
(9300125, 2022132, 1, 1, 0, 40000),
|
||||
(9300105, 4031437, 1, 1, 0, 40000),
|
||||
(9300106, 4031437, 1, 1, 0, 40000),
|
||||
(9300107, 4031437, 1, 1, 0, 40000),
|
||||
(9300119, 4031437, 1, 1, 0, 40000),
|
||||
(9300105, 4031438, 1, 1, 3829, 40000),
|
||||
(9300106, 4031438, 1, 1, 3829, 40000),
|
||||
(9300107, 4031438, 1, 1, 3829, 40000),
|
||||
(9300119, 4031438, 1, 1, 3829, 40000),
|
||||
(9300105, 4031551, 1, 1, 3829, 40000),
|
||||
(9300106, 4031551, 1, 1, 3829, 40000),
|
||||
(9300107, 4031551, 1, 1, 3829, 40000),
|
||||
(9300119, 4031551, 1, 1, 3829, 40000);
|
||||
|
||||
|
||||
# (dropperid, itemid, minqty, maxqty, questid, chance)
|
||||
|
||||
@@ -18869,9 +18891,27 @@
|
||||
(9102001, 4031158, 1, 2074),
|
||||
(2502001, 2022116, 1, -1),
|
||||
(2612000, 4031695, 1, 3335),
|
||||
(2402000, 2022087, 3, -1);
|
||||
(2402000, 2022087, 3, -1),
|
||||
(2402001, 2022088, 1, -1),
|
||||
(2402001, 2022086, 1, -1);
|
||||
|
||||
(2402001, 2022086, 1, -1),
|
||||
(2512001, 4010004, 1, -1),
|
||||
(2512001, 4010005, 1, -1),
|
||||
(2512001, 4010006, 1, -1),
|
||||
(2512001, 4010007, 1, -1),
|
||||
(2512001, 4020007, 1, -1),
|
||||
(2512001, 4020008, 1, -1),
|
||||
(2512001, 4010004, 1, -1),
|
||||
(2512001, 4010005, 1, -1),
|
||||
(2512001, 4010006, 1, -1),
|
||||
(2512001, 4010007, 1, -1),
|
||||
(2512001, 4020007, 1, -1),
|
||||
(2512001, 4020008, 1, -1),
|
||||
(2512001, 2020000, 3, -1),
|
||||
(2512001, 2020001, 3, -1),
|
||||
(2512001, 2020003, 3, -1),
|
||||
(2512001, 2020004, 3, -1),
|
||||
(2512001, 2020009, 3, -1),
|
||||
(2512001, 2020010, 3, -1),
|
||||
(2512001, 2020028, 1, -1);
|
||||
|
||||
#global data already updated
|
||||
Reference in New Issue
Block a user