Implemented Orbis PQ.
This commit is contained in:
ronancpl
2017-06-11 00:12:11 -03:00
parent dbac58e871
commit 1afbac2429
142 changed files with 2600 additions and 539 deletions

View File

@@ -0,0 +1,9 @@
function enter(pi) {
if (pi.getPlayer().getParty() != null && pi.isLeader() && pi.haveItem(4001055,1)) {
pi.getEventInstance().warpEventTeam(920010100);
return true;
} else {
pi.playerMessage(5,"Please get the leader in this portal, make sure you have the Root of Life.");
return false;
}
}