Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update
This commit is contained in:
@@ -48,14 +48,13 @@ function end(mode, type, selection) {
|
||||
qm.dispose();
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
} else if (status == 2) {
|
||||
qm.forceCompleteQuest();
|
||||
|
||||
qm.gainItem(4031980, -1);
|
||||
|
||||
var skillid = Math.floor(qm.getPlayer().getJob().getId() / 1000) * 10000000 + 1007;
|
||||
qm.teachSkill(skillid, 3, 3, -1);
|
||||
|
||||
qm.gainExp(300000);
|
||||
qm.forceCompleteQuest();
|
||||
|
||||
qm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user