White scroll & PiratePQ fix + Party for starters + concurrency protection on event scripts
Fixed successful scrolled items not using up an upgrade slot when using white scroll. Fixed some issues with the PiratePQ and added a "clear all boxes to complete a stage"-mode. Added "Party for Starters" feature. Added concurrency protection on event script modules.
This commit is contained in:
@@ -32,4 +32,9 @@ function act() {
|
||||
var denyArea = new Rectangle(denyPos.getX() - denyWidth / 2, denyPos.getY() - denyHeight / 2, denyWidth, denyHeight);
|
||||
|
||||
rm.getReactor().getMap().setAllowSpawnPointInBox(false, denyArea);
|
||||
|
||||
var map = rm.getReactor().getMap();
|
||||
if(map.getReactorByName("sMob1").getState() >= 1 && map.getReactorByName("sMob2").getState() >= 1 && map.getReactorByName("sMob4").getState() >= 1 && map.countMonsters() == 0) {
|
||||
rm.getEventInstance().showClearEffect(map.getId());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user