Files
sweetgum-server/scripts/quest/2149.js
ronancpl 972517e7b2 source
Source for my MapleSolaxiaV2 (v83 MapleStory).
2015-11-02 23:17:21 -02:00

10 lines
344 B
JavaScript

var status = -1;
function start(mode, type, selection) {
qm.sendNext("It is said that a old tree gets alive whenever something sinister disturbs this land... We need a hero that fends our village of that creature!");
qm.forceCompleteQuest();
qm.dispose();
}
function end(mode, type, selection) {
qm.dispose();
}