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

@@ -25,12 +25,18 @@
-- By ---------------------------------------------------------------------------------------------
Maple4U
-- Version Info -----------------------------------------------------------------------------------
1.2 - With quest feature by Ronan
1.1 - Shortened 3x by Moogra
1.0 - First Version by Maple4U
---------------------------------------------------------------------------------------------------
*/
function start() {
cm.sendOk("Emotion that I feel is real? Or just illusion coming from mechanical error?");
cm.dispose();
if(cm.isQuestStarted(3335) && !cm.haveItem(4031695, 1)) {
cm.warp(926120300);
cm.dispose();
} else {
cm.sendOk("Emotion that I feel is real? Or just illusion coming from mechanical error?");
cm.dispose();
}
}