Aran questline fix

Fixed Polearm Booster questline.
This commit is contained in:
ronancpl
2017-11-12 14:27:20 -02:00
parent fd03471ec0
commit 6fbd23f903
29 changed files with 17957 additions and 18252 deletions

View File

@@ -25,13 +25,13 @@ function enter(pi) {
if (pi.getPlayer().getJob().getId() == 2000) {
if (pi.isQuestStarted(21015)) {
pi.showInfoText("You must exit to the right in order to find Murupas.");
return;
return false;
} else if (pi.isQuestStarted(21016)) {
pi.showInfoText("You must exit to the right in order to find Murupias.");
return;
return false;
} else if (pi.isQuestStarted(21017)) {
pi.showInfoText("You must exit to the right in order to find MuruMurus.");
return;
return false;
}
}
pi.playPortalSound();