Poison/slow update + Map-persistent diseases + Selling zero-qty rechs.
Rebalanced CafePQ rewards. Rebalanced drop chance of some equipments and HT drops with high rates. Fixed an weird issue where a "Targa hat" would appear as a debuff effect. Added visual effect to be displayed to other players when the custom "Chair Mastery" skill is being used. Slow disease is now visible to other players. Poison damage now displays the correct damage amount to other players. Disease status are now visible for other players when changing maps. Fixed recharging price being accounted incorrectly. Fixed zero-quantity rechargeables not being able to sell at NPC shops.
This commit is contained in:
@@ -19202,6 +19202,82 @@ USE `heavenms`;
|
||||
(4300016,0,120,140,0,400000),
|
||||
(4300017,0,540,800,0,400000);
|
||||
|
||||
# delete/normalize item drops from Horntail
|
||||
DELETE FROM temp_data WHERE dropperid=8810018;
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(8810018,0,40000,50000,0,400000),
|
||||
(8810018,1122000,1,1,0,151200),
|
||||
(8810018,1302056,1,1,0,151200),
|
||||
(8810018,1302059,1,1,0,151200),
|
||||
(8810018,1312030,1,1,0,151200),
|
||||
(8810018,1312031,1,1,0,151200),
|
||||
(8810018,1322045,1,1,0,151200),
|
||||
(8810018,1322052,1,1,0,151200),
|
||||
(8810018,1332049,1,1,0,108000),
|
||||
(8810018,1332050,1,1,0,108000),
|
||||
(8810018,1332051,1,1,0,108000),
|
||||
(8810018,1332052,1,1,0,108000),
|
||||
(8810018,1372010,1,1,0,151200),
|
||||
(8810018,1372032,1,1,0,151200),
|
||||
(8810018,1382035,1,1,0,151200),
|
||||
(8810018,1382036,1,1,0,151200),
|
||||
(8810018,1402035,1,1,0,151200),
|
||||
(8810018,1402036,1,1,0,151200),
|
||||
(8810018,1412021,1,1,0,151200),
|
||||
(8810018,1412026,1,1,0,151200),
|
||||
(8810018,1422027,1,1,0,151200),
|
||||
(8810018,1422028,1,1,0,151200),
|
||||
(8810018,1432030,1,1,0,108000),
|
||||
(8810018,1432038,1,1,0,108000),
|
||||
(8810018,1442044,1,1,0,151200),
|
||||
(8810018,1442045,1,1,0,151200),
|
||||
(8810018,1452019,1,1,0,108000),
|
||||
(8810018,1452020,1,1,0,108000),
|
||||
(8810018,1452021,1,1,0,108000),
|
||||
(8810018,1452044,1,1,0,108000),
|
||||
(8810018,1462015,1,1,0,108000),
|
||||
(8810018,1462016,1,1,0,108000),
|
||||
(8810018,1462017,1,1,0,108000),
|
||||
(8810018,1462039,1,1,0,108000),
|
||||
(8810018,1472051,1,1,0,108000),
|
||||
(8810018,1472052,1,1,0,108000),
|
||||
(8810018,1472053,1,1,0,108000),
|
||||
(8810018,1482012,1,1,0,108000),
|
||||
(8810018,1482013,1,1,0,108000),
|
||||
(8810018,1492012,1,1,0,108000),
|
||||
(8810018,1492013,1,1,0,108000),
|
||||
(8810018,2000004,1,1,0,800000),
|
||||
(8810018,2000005,1,1,0,800000),
|
||||
(8810018,2000006,1,1,0,800000),
|
||||
(8810018,2020013,1,1,0,800000),
|
||||
(8810018,2020015,1,1,0,800000),
|
||||
(8810018,2040317,1,1,0,64800),
|
||||
(8810018,2040418,1,1,0,64800),
|
||||
(8810018,2040421,1,1,0,64800),
|
||||
(8810018,2040512,1,1,0,64800),
|
||||
(8810018,2040515,1,1,0,64800),
|
||||
(8810018,2040625,1,1,0,64800),
|
||||
(8810018,2049000,1,1,0,32400),
|
||||
(8810018,2049100,1,1,0,64800),
|
||||
(8810018,2290017,1,1,0,108000),
|
||||
(8810018,2290021,1,1,0,108000),
|
||||
(8810018,2290023,1,1,0,108000),
|
||||
(8810018,2290041,1,1,0,108000),
|
||||
(8810018,2290047,1,1,0,108000),
|
||||
(8810018,2290049,1,1,0,108000),
|
||||
(8810018,2290065,1,1,0,108000),
|
||||
(8810018,2290075,1,1,0,108000),
|
||||
(8810018,2290085,1,1,0,108000),
|
||||
(8810018,2290095,1,1,0,108000),
|
||||
(8810018,2290096,1,1,0,80000),
|
||||
(8810018,2290111,1,1,0,108000),
|
||||
(8810018,2290116,1,1,0,108000),
|
||||
(8810018,2290125,1,1,0,100000),
|
||||
(8810018,2290133,1,1,0,45000),
|
||||
(8810018,2290137,1,1,0,45000),
|
||||
(8810018,2290139,1,1,0,45000),
|
||||
(8810018,4001094,1,1,0,999999);
|
||||
|
||||
#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
|
||||
@@ -19619,10 +19695,10 @@ USE `heavenms`;
|
||||
(9400640, 1082074, 1, 1, 0, 2000),
|
||||
(9400640, 1002285, 1, 1, 0, 1500),
|
||||
(9400640, 1002210, 1, 1, 0, 2000),
|
||||
(9420544, 1003023, 1, 1, 0, 50000),
|
||||
(9420544, 1003024, 1, 1, 0, 50000),
|
||||
(9420549, 1003025, 1, 1, 0, 50000),
|
||||
(9420549, 1003026, 1, 1, 0, 50000),
|
||||
(9420544, 1003023, 3, 5, 0, 50000),
|
||||
(9420544, 1003024, 3, 5, 0, 50000),
|
||||
(9420549, 1003025, 3, 5, 0, 50000),
|
||||
(9420549, 1003026, 3, 5, 0, 50000),
|
||||
(9300066, 4001087, 1, 1, 0, 999999),
|
||||
(9300067, 4001088, 1, 1, 0, 999999),
|
||||
(9300069, 4001089, 1, 1, 0, 999999),
|
||||
@@ -20475,11 +20551,11 @@ USE `heavenms`;
|
||||
# zhelms, pink bean customs
|
||||
DELETE FROM temp_data WHERE itemid=1002357;
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(8800002, 1002357, 1, 1, 0, 300000),
|
||||
(8800002, 1002390, 1, 1, 0, 80000),
|
||||
(8800002, 1002430, 1, 1, 0, 40000),
|
||||
(8820001, 1002971, 1, 1, 0, 80000),
|
||||
(8820001, 1052202, 1, 1, 0, 80000);
|
||||
(8800002, 1002357, 1, 2, 0, 300000),
|
||||
(8800002, 1002390, 3, 5, 0, 80000),
|
||||
(8800002, 1002430, 3, 5, 0, 40000),
|
||||
(8820001, 1002971, 3, 5, 0, 80000),
|
||||
(8820001, 1052202, 3, 5, 0, 80000);
|
||||
|
||||
# delete item drops from bosses in inactive form
|
||||
DELETE FROM temp_data WHERE dropperid=4220001;
|
||||
|
||||
Reference in New Issue
Block a user