Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
ronancpl
2015-11-02 23:17:21 -02:00
parent 324982e94f
commit 972517e7b2
1675 changed files with 261831 additions and 0 deletions

10
scripts/quest/2152.js Normal file
View File

@@ -0,0 +1,10 @@
var status = -1;
function start(mode, type, selection) {
qm.sendNext("That tree... I've heard of it before, I even studied its behavior! If I recall correctly, the #bStumpy#k comes alive when the soil deems infertile by some sort of magic, and those stumps who evolves under these conditions starts to drain these suspicious magical sources instead of water and minerals for living, which makes them very threathening to people and villages nearby.");
qm.forceCompleteQuest();
qm.dispose();
}
function end(mode, type, selection) {
qm.dispose();
}