source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
10
scripts/quest/2149.js
Normal file
10
scripts/quest/2149.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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();
|
||||
}
|
||||
Reference in New Issue
Block a user