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

@@ -63,11 +63,12 @@ function end(mode, type, selection) {
qm.sendNext("They were after the #bcrystal seal of Victoria#k. These seals are what repels the Black Mage to further taking the continents into his grasp at once. Each continent has one, Victoria's now is safe and sound.");
} else if(status == 2) {
qm.sendNext("For your bravery inputted on these series of missions, I will now reward you properly. Behold, the #rCombo Drain#k Skill: that let's you heal back a portion of damage dealt to the monsters.");
} else {
} else if(status == 3) {
qm.forceCompleteQuest();
qm.gainExp(12500);
qm.teachSkill(21100005, 0, 20, -1); // combo drain
qm.forceCompleteQuest();
qm.dispose();
}
}