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:
@@ -23,12 +23,18 @@
|
||||
-- Odin JavaScript --------------------------------------------------------------------------------
|
||||
Parwen - Magatia (GMS Like)
|
||||
-- Version Info -----------------------------------------------------------------------------------
|
||||
1.2 - Improved by Ronan
|
||||
1.1 - Shortened by Moogra
|
||||
1.0 - First Version by Maple4U
|
||||
---------------------------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
function start() {
|
||||
cm.sendOk("uuuuhuk...Why only Ghost are around here?...");
|
||||
if(cm.isQuestStarted(3320) || cm.isQuestCompleted(3320)) {
|
||||
cm.warp(926120200, 1);
|
||||
} else {
|
||||
cm.sendOk("uuuuhuk...Why only Ghost are around here?...");
|
||||
}
|
||||
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user