MagatiaPQ + several minor fixes
Added MagatiaPQ. Fixed a bug on Dojo where parties quitting the boss fight without completing until rest point couldn't not start Dojo again w/o reforming the party. Fixed issues with 2nd job NPC scripts. Reverted command layout to use "!" and "@" again.
This commit is contained in:
@@ -216,7 +216,7 @@ function monsterKilled(mob, eim) {
|
||||
if(isPinkBean(mob)) {
|
||||
eim.setIntProperty("defeatedBoss", 1);
|
||||
eim.showClearEffect(mob.getMap().getId());
|
||||
mob.getMap().killAllMonstersNotFriendly();
|
||||
mob.getMap().killAllMonsters();
|
||||
eim.clearPQ();
|
||||
|
||||
var ch = eim.getIntProperty("channel");
|
||||
|
||||
Reference in New Issue
Block a user