Consistent Nependeath Seed drop chance

This commit is contained in:
P0nk
2025-07-01 21:39:51 +02:00
parent 325f3b54a6
commit d6d8560d23
2 changed files with 3 additions and 5 deletions

View File

@@ -3,8 +3,6 @@
USE `cosmic`;
UPDATE IGNORE temp_data SET chance=600000 WHERE itemid=4000058;
# update USE drops that were supposed to be ETC
INSERT IGNORE INTO temp_data (dropperid, itemid, minimum_quantity, maximum_quantity, questid, chance)
SELECT dropperid, 4001006, 1, 1, 0, 10000

View File

@@ -10898,7 +10898,7 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000),
(8200001, 4007004, 1, 1, 0, 10000),
(9420003, 4007004, 1, 1, 0, 10000),
(4130104, 4000062, 1, 1, 0, 10000),
(4230122, 4000058, 1, 1, 0, 10000),
(4230122, 4000058, 1, 1, 0, 600000),
(9001000, 4031059, 1, 1, 0, 999999),
(9001001, 4031059, 1, 1, 0, 999999),
(9001002, 4031059, 1, 1, 0, 999999),
@@ -17567,8 +17567,8 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000),
(9300133, 1472018, 1, 1, 0, 700),
(4230111, 1002628, 1, 1, 0, 700),
(9300133, 1002628, 1, 1, 0, 700),
(4230105, 4000058, 1, 1, 0, 200000),
(4230122, 4000058, 1, 1, 0, 200000),
(4230105, 4000058, 1, 1, 0, 600000),
(4230122, 4000058, 1, 1, 0, 600000),
(4230105, 2000002, 1, 1, 0, 40000),
(4230122, 2000002, 1, 1, 0, 40000),
(4230105, 2000003, 1, 1, 0, 40000),