New PQ: Boss Rush PQ + Ellin/PiratePQ bug fixes

Introducing Boss Rush PQ. Corrected a few issues regarding rewardings in
PiratePQ and EllinPQ and implemented a standardized way to script PQs.
This commit is contained in:
ronancpl
2017-04-25 11:55:44 -03:00
parent 828a8a02a2
commit 939b214fb5
66 changed files with 16104 additions and 44622 deletions

View File

@@ -1,3 +1,16 @@
function act() {
rm.givePartyExp(52000, rm.getPlayer().getPartyMembers());
}
/**
* @author: Ronan
* @reactor: Water Fountain
* @map: 930000800 - Forest of Poison Haze - Outer Forest Exit
* @func: Water Fountain
*/
function hit() {
var players = rm.getMap().getAllPlayers().toArray();
for(var i = 0; i < players.length; i++) {
rm.giveCharacterExp(52000, players[i]);
}
}
function act() {} //do nothing