Aran questline fix
Fixed Polearm Booster questline.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user