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

@@ -61,10 +61,9 @@ function end(mode, type, selection) {
qm.sendNext("Oh, hi #h0#! You won't believe what I just uncovered. It's one of your lost skills... What, the seal of Orbis got stolen by the Black Wings? Oh my...");
} else if(status == 1) {
qm.sendNext("For now, let me teach you the #bCombo Smash#k, with it you will be able to deal massive amount of damage to many monsters at once. We will need to use it if we want to stand a chance against the Black Wings now, so don't forget it!");
} else {
qm.teachSkill(21100004, 0, 20, -1); // combo smash
} else if(status == 2) {
qm.forceCompleteQuest();
qm.teachSkill(21100004, 0, 20, -1); // combo smash
qm.dispose();
}
}