Reworked Singapore/Malaysia + warp fix
Reworked many aspects of the Malaysia/Singapore region (added DB data, enabled Latanica & Scarga expedition, fixed maps). Fixed some issues related with player warping.
This commit is contained in:
@@ -11356,7 +11356,6 @@
|
||||
(9300080, 1082204, 1, 1, 0, 700),
|
||||
(9300241, 1082204, 1, 1, 0, 700),
|
||||
(9420512, 4000383, 1, 1, 0, 200000),
|
||||
(9420512, 4000381, 1, 1, 0, 200000),
|
||||
(9420512, 2070005, 1, 1, 0, 400),
|
||||
(9420512, 2041022, 1, 1, 0, 750),
|
||||
(9420512, 2043301, 1, 1, 0, 750),
|
||||
@@ -19129,10 +19128,51 @@
|
||||
(9400640, 1002281, 1, 1, 0, 1500),
|
||||
(9400640, 1082074, 1, 1, 0, 2000),
|
||||
(9400640, 1002285, 1, 1, 0, 1500),
|
||||
(9400640, 1002210, 1, 1, 0, 2000);
|
||||
(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);
|
||||
|
||||
# (dropperid, itemid, minqty, maxqty, questid, chance)
|
||||
|
||||
# delete item drops from other mobs named Freezer
|
||||
DELETE FROM temp_data WHERE dropperid=9300090;
|
||||
DELETE FROM temp_data WHERE dropperid=9420501;
|
||||
|
||||
# reinsert other Freezer's data
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(9420501, 0, 92, 138, 0, 400000),
|
||||
(9420501, 4000372, 1, 1, 0, 300000),
|
||||
(9420501, 400003, 1, 1, 0, 10000),
|
||||
(9420501, 400002, 1, 1, 0, 10000),
|
||||
(9420501, 404000, 1, 1, 0, 300),
|
||||
(9420501, 4010005, 1, 1, 0, 300),
|
||||
(9420501, 2043301, 1, 1, 0, 1000),
|
||||
(9420501, 1072103, 1, 1, 0, 2000),
|
||||
(9420501, 1032008, 1, 1, 0, 1800),
|
||||
(9420501, 1050011, 1, 1, 0, 1800),
|
||||
(9420501, 1040044, 1, 1, 0, 2000),
|
||||
(9420501, 1060033, 1, 1, 0, 2000),
|
||||
(9420501, 1302017, 1, 1, 0, 1800),
|
||||
(9420501, 2048005, 1, 1, 0, 1000),
|
||||
(9420501, 2020028, 1, 1, 0, 20000),
|
||||
(9420501, 1050051, 1, 1, 0, 1800),
|
||||
(9420501, 1040099, 1, 1, 0, 2000),
|
||||
(9420501, 1060088, 1, 1, 0, 2000),
|
||||
(9420501, 1050058, 1, 1, 0, 1800),
|
||||
(9420501, 1332020, 1, 1, 0, 1500),
|
||||
(9420501, 4006001, 1, 1, 0, 5000),
|
||||
(9420501, 4030012, 1, 1, 0, 300),
|
||||
(9420501, 1072297, 1, 1, 0, 2000),
|
||||
(9420501, 1482001, 1, 1, 0, 2000),
|
||||
(9420501, 1482005, 1, 1, 0, 2000),
|
||||
(9420501, 1492005, 1, 1, 0, 2000);
|
||||
|
||||
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
|
||||
(9300090, 0, 1500, 4000, 0, 400000),
|
||||
(9300090, 4001114, 1, 1, 0, 400000);
|
||||
|
||||
# delete item drops from Seruf in inactive form
|
||||
DELETE FROM temp_data WHERE dropperid=4220001;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user