Henesys PQ

Implemented Henesys PQ.
This commit is contained in:
ronancpl
2017-05-17 00:36:30 -03:00
parent 42e9d260e7
commit 3fc338467b
26 changed files with 529 additions and 533 deletions

View File

@@ -1,3 +1,8 @@
/**
* @author: Ronan
* @event: Kerning PQ
*/
var isPq = true;
var minPlayers = 3, maxPlayers = 4;
var minLevel = 21, maxLevel = 30;
@@ -90,7 +95,7 @@ function setup(level, lobbyid) {
function respawnStages(eim) {
eim.getMapInstance(103000800).instanceMapRespawn();
eim.getMapInstance(103000805).instanceMapRespawn();
eim.schedule("respawnStages", 10 * 1000);
eim.schedule("respawnStages", 15 * 1000);
}
function playerEntry(eim, player) {