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

@@ -43,15 +43,15 @@ function start(mode, type, selection) {
qm.sendAcceptDecline("To truly see your strength, I'll have to face you myself. Don't worry, I'll summon my other self to face off against you. Are you ready?");
} else if (status == 2) {
qm.sendNext("Good, I like your confidence.");
} else {
} else if (status == 3) {
if(qm.getWarpMap(926000000).getCharacters().size() > 0) {
qm.sendOk("There is someone currently in this map, come back later.");
qm.dispose();
} else {
qm.warp(926000000);
qm.warp(926000000, "st00");
qm.forceStartQuest();
qm.dispose();
}
qm.dispose();
}
}
}