Event disposing patch + Papulatus rework + V. scroll exploit patch
Solved issues with PQs/events in progress not disposing properly party leavers (warping them out of the event maps). Solved issues with cleared PQs/events disposing players unproperly when leaving or disbanding the party. Reworked Papulatus battle now working as an event instance, similar to how Capt Latanica battle is dealt. Fixed a possible PE exploit with Vega's scroll.
This commit is contained in:
@@ -25,7 +25,9 @@ function enter(pi) {
|
||||
pi.giveCharacterExp(4400 * 1.5, pi.getPlayer());
|
||||
var pm = pi.getEventManager("MK_PrimeMinister");
|
||||
pm.setProperty("player", pi.getPlayer().getName());
|
||||
|
||||
pm.startInstance(pi.getPlayer());
|
||||
pi.playPortalSound();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@@ -37,7 +39,9 @@ function enter(pi) {
|
||||
else{
|
||||
var pm = pi.getEventManager("MK_PrimeMinister");
|
||||
pm.setProperty("player", pi.getPlayer().getName());
|
||||
|
||||
pm.startInstance(pi.getPlayer());
|
||||
pi.playPortalSound();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user