Tune global drops

Global drops are too common, and the ones we have here are not part of vanilla v83
This commit is contained in:
P0nk
2025-07-22 10:32:55 +02:00
parent 7054d37b58
commit 2aabeb378c

View File

@@ -1,7 +1,6 @@
INSERT INTO drop_data_global (continent, itemid, minimum_quantity, maximum_quantity, questid, chance, comments)
VALUES (-1, 4031865, 1, 1, 0, 35000, 'NX Card 100 PTS'),
(-1, 4031866, 1, 1, 0, 20000, 'NX Card 250 PTS'),
(-1, 4001126, 1, 2, 0, 8000, 'Maple Leaves'),
(-1, 2049100, 1, 1, 0, 1200, 'Chaos Scroll 60%'),
(-1, 2340000, 1, 1, 0, 1200, 'White Scroll'),
(-1, 4001006, 1, 1, 0, 10000, 'Flaming Feather');
VALUES (-1, 4031865, 1, 1, 0, 2000, 'NX Card 100 PTS'),
(-1, 4031866, 1, 1, 0, 500, 'NX Card 250 PTS'),
(-1, 4001126, 1, 2, 0, 500, 'Maple Leaf'),
(-1, 2049100, 1, 1, 0, 50, 'Chaos Scroll 60%'),
(-1, 2340000, 1, 1, 0, 50, 'White Scroll');