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.
9 lines
266 B
JavaScript
9 lines
266 B
JavaScript
function enter(pi) {
|
|
if(pi.isQuestCompleted(20730) || pi.isQuestCompleted(21734)) { // puppeteer defeated, newfound secret path
|
|
pi.warp(105040201,2);
|
|
return true;
|
|
}
|
|
|
|
pi.openNpc(1063011, "ThiefPassword");
|
|
return false;
|
|
} |