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,11 +23,17 @@
|
||||
-- Odin JavaScript --------------------------------------------------------------------------------
|
||||
Carson - Magatia (GMS Like)
|
||||
-- Version Info -----------------------------------------------------------------------------------
|
||||
1.2 - Improved by Ronan
|
||||
1.1 - Shortened by Moogra
|
||||
1.0 - First Version by Maple4U
|
||||
---------------------------------------------------------------------------------------------------
|
||||
*/
|
||||
function start() {
|
||||
cm.sendNext("Alchemy....and Alchemist.....both of them are important. But more importantly, it is the Magatia that tolerate everything. The honor of Magatia should be protected by me.");
|
||||
if(cm.isQuestStarted(3310) && !cm.haveItem(4031709, 1)) {
|
||||
cm.warp(926120100);
|
||||
} else {
|
||||
cm.sendNext("Alchemy....and Alchemist.....both of them are important. But more importantly, it is the Magatia that tolerate everything. The honor of Magatia should be protected by me.");
|
||||
}
|
||||
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user