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
145 B
JavaScript
9 lines
145 B
JavaScript
/*
|
|
Yulete's Lab: Making the Reagent
|
|
*/
|
|
|
|
function hit(){
|
|
if(rm.getReactor().getState() == 4) {
|
|
rm.dropItems();
|
|
}
|
|
} |