Apply unusual accessory scroll drops

This commit is contained in:
P0nk
2025-07-01 20:38:47 +02:00
parent 0e7c5358e2
commit e9598d407b
2 changed files with 30 additions and 33 deletions

View File

@@ -3,38 +3,6 @@
USE `cosmic`;
# make some mobs drop unusual accessory scrolls
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
(6090003, 2040103, 1, 1, 0, 3000),
(6090003, 2040209, 1, 1, 0, 3000),
(6090002, 2040106, 1, 1, 0, 3000),
(6090002, 2040200, 1, 1, 0, 3000),
(6090004, 2040101, 1, 1, 0, 3000),
(6090004, 2040204, 1, 1, 0, 3000),
(6090001, 2040100, 1, 1, 0, 3000),
(6090001, 2040201, 1, 1, 0, 3000),
(6090000, 2040105, 1, 1, 0, 3000),
(6090000, 2040208, 1, 1, 0, 3000),
(5090000, 2040206, 1, 1, 0, 3000),
(5090000, 2040108, 1, 1, 0, 3000),
(8140600, 2040102, 1, 1, 0, 750),
(8140103, 2040107, 1, 1, 0, 750),
(7130102, 2040202, 1, 1, 0, 750),
(8140500, 2040207, 1, 1, 0, 750),
(7130101, 2040104, 1, 1, 0, 750),
(8143000, 2040109, 1, 1, 0, 750),
(8200009, 2040203, 1, 1, 0, 750),
(8142100, 2040205, 1, 1, 0, 750),
(9400580, 2048010, 1, 1, 0, 750),
(5110302, 2048010, 1, 1, 0, 750),
(4230118, 2048011, 1, 1, 0, 750),
(4240000, 2048011, 1, 1, 0, 750),
(6400100, 2048011, 1, 1, 0, 750),
(5130107, 2048012, 1, 1, 0, 750),
(6230601, 2048012, 1, 1, 0, 750),
(6230500, 2048013, 1, 1, 0, 750),
(7130601, 2048013, 1, 1, 0, 750);
# delete item drops from other mobs named Freezer
DELETE FROM temp_data WHERE dropperid=9300090;
DELETE FROM temp_data WHERE dropperid=9420501;