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

@@ -52,7 +52,7 @@ function setEventRewards(eim) {
var itemSet, itemQty, evLevel, expStages;
evLevel = 1; //Rewards at clear PQ
itemSet = [4001129];
itemSet = [4001158];
itemQty = [1];
eim.setEventRewards(evLevel, itemSet, itemQty);
@@ -98,6 +98,8 @@ function setup(level, lobbyid) {
return eim;
}
function afterSetup(eim) {}
function respawnStages(eim) {
eim.getInstanceMap(910010000).instanceMapRespawn();
eim.getInstanceMap(910010200).instanceMapRespawn();