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

@@ -24,9 +24,10 @@
function enter(pi) {
if (pi.getPlayer().getJob().getId() == 2000 && !pi.isQuestCompleted(21014)) {
pi.showInfoText("The town of Rien is to the right. Take the portal on the right and go into town to meet Lilin.");
return false;
} else {
pi.playPortalSound();
pi.warp(140010100, 2);
return true;
}
return true;
}