Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update

This commit is contained in:
ronancpl
2019-11-14 22:35:43 -03:00
864 changed files with 20650 additions and 11188 deletions

View File

@@ -25,9 +25,10 @@ function start(mode, type, selection) {
}
if (status == 0)
qm.sendAcceptDecline("Now you'll be able to penetrate the spiny vine barrier of Mushroom Forest, but before that, #bMinister of Home Affairs#k wants to have a word with you. Please go see him immediately.");
if (status == 1){
else if (status == 1){
qm.forceStartQuest();
qm.sendOk("Good luck.");
} else if (status == 2){
qm.dispose();
}
}
@@ -44,11 +45,12 @@ function end(mode, type, selection) {
}
if (status == 0)
qm.sendOk("I have been keeping up on your fabulour work. I am aware that you have successfully created the #bKiller Mushroom Spores#k, which penetrates through the unpenetrable barrier of the forest. Congratulations!");
if (status == 1){
else if (status == 1){
qm.forceCompleteQuest();
qm.gainExp(2500);
qm.sendOk("The problem now is to figure out how to enter the castle.");
qm.forceCompleteQuest();
qm.dispose();
}
} else if (status == 2) {
qm.dispose();
}
}