Nihal quests + Reactor's mapitem detection + MapleQuestMesoFetcher

Improved quests and game progression in the Nihal Desert region.
Reactors that uses map items now automatically detects those already on the ground after changing states.
New tool: MapleQuestMesoFetcher. This tool parses the Quest.wz XML files, detecting and reporting quest ids from quests that does not properly checks for mesos to take from the player before completing the quest.
This commit is contained in:
ronancpl
2017-12-07 19:08:38 -02:00
parent 8dba6957df
commit f698c41f00
118 changed files with 5819 additions and 1160 deletions

View File

@@ -12883,7 +12883,7 @@ USE `heavenms`;
(9400585, 4020000, 1, 1, 0, 7000),
(9400586, 4020000, 1, 1, 0, 7000),
(7110300, 4000362, 1, 1, 0, 200000),
(7110300, 4031741, 1, 1, 0, 7000),
(7110300, 4031741, 1, 1, 0, 40000),
(7110300, 2000006, 1, 1, 0, 40000),
(7110300, 4006000, 1, 1, 0, 7000),
(7110300, 2040320, 1, 1, 0, 750),
@@ -13883,7 +13883,7 @@ USE `heavenms`;
(9400581, 1402012, 1, 1, 0, 700),
(9400581, 1442008, 1, 1, 0, 700),
(9400581, 1002252, 1, 1, 0, 700),
(8110300, 4031740, 1, 1, 0, 7000),
(8110300, 4031740, 1, 1, 0, 40000),
(8110300, 2000005, 1, 1, 0, 40000),
(8110300, 2000002, 1, 1, 0, 40000),
(8110300, 2000006, 1, 1, 0, 40000),
@@ -19943,7 +19943,22 @@ USE `heavenms`;
(8220015, 1372016, 1, 1, 0, 22000),
(8220015, 1452015, 1, 1, 0, 22000),
(8220015, 1472031, 1, 1, 0, 22000),
(8220015, 1482010, 1, 1, 0, 22000);
(8220015, 1482010, 1, 1, 0, 22000),
(2110301, 4031568, 1, 1, 3911, 80000),
(9300141, 4031698, 1, 1, 0, 100000),
(9300150, 4031774, 1, 1, 3361, 100000),
(9300150, 4031796, 1, 1, 3362, 100000),
(9300105, 4001118, 1, 1, 3814, 200000),
(9300106, 4001118, 1, 1, 3814, 200000),
(9300107, 4001118, 1, 1, 3814, 200000),
(9300119, 4001118, 1, 1, 3814, 200000),
(6110301, 4031745, 1, 1, 3358, 80000),
(8110300, 4031737, 1, 1, 3343, 400000),
(9300154, 4031780, 1, 1, 0, 400000),
(9300154, 4031781, 1, 1, 0, 400000),
(9300154, 4031782, 1, 1, 0, 400000),
(9300154, 4031783, 1, 1, 0, 400000),
(9300154, 4031784, 1, 1, 0, 400000);
# (dropperid, itemid, minqty, maxqty, questid, chance)
@@ -19960,6 +19975,11 @@ USE `heavenms`;
FROM temp_data
WHERE temp_data.dropperid = 8820001;
INSERT INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`)
SELECT 9300153, temp_data.itemid, temp_data.minimum_quantity, temp_data.maximum_quantity, temp_data.questid, temp_data.chance
FROM temp_data
WHERE temp_data.dropperid = 5110300;
# 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),
@@ -21273,17 +21293,6 @@ USE `heavenms`;
(6102003, 2022277, 5, -1),
(6102004, 2022277, 5, -1),
(6102005, 2022277, 5, -1),
(2612000, 2020000, 2, -1),
(2612000, 2020001, 2, -1),
(2612000, 2020002, 2, -1),
(2612000, 2020003, 2, -1),
(2612000, 2020004, 2, -1),
(2612000, 2020005, 2, -1),
(2612000, 2020006, 2, -1),
(2612000, 2020007, 3, -1),
(2612000, 2020008, 3, -1),
(2612000, 2020009, 3, -1),
(2612000, 2020010, 3, -1),
(2612001, 2020000, 2, -1),
(2612001, 2020001, 2, -1),
(2612001, 2020002, 2, -1),
@@ -21347,7 +21356,10 @@ USE `heavenms`;
(2002018, 4161014, 1, 3099),
(1012000, 4032143, 6, 20717),
(1202000, 4001366, 1, 28194),
(2402008, 4032512, 5, 3720);
(2402008, 4032512, 5, 3720),
(2602000, 4031574, 1, 3935),
(2619000, 4031709, 1, 3310),
(2612005, 4031798, 1, 3366);
# adding wish tickets on APQ boxes
INSERT INTO `reactordrops` (`reactorid`, `itemid`, `chance`, `questid`) VALUES