source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
11
scripts/portal/rienCaveEnter.js
Normal file
11
scripts/portal/rienCaveEnter.js
Normal file
@@ -0,0 +1,11 @@
|
||||
function enter(pi) {
|
||||
if (pi.isQuestStarted(21201) || pi.isQuestStarted(21302)) { //aran first job
|
||||
pi.playPortalSound();
|
||||
pi.warp(140030000, 1);
|
||||
return true;
|
||||
} else {
|
||||
pi.playerMessage(5, "Something seems to be blocking this portal!");
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user