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:
@@ -20,10 +20,10 @@
|
||||
*/
|
||||
function enter(pi) {
|
||||
if(pi.isQuestStarted(20718)){
|
||||
pi.playPortalSound();
|
||||
var cml = pi.getEventManager("Cygnus_Magic_Library");
|
||||
cml.setProperty("player", pi.getPlayer().getName());
|
||||
cml.startInstance(pi.getPlayer());
|
||||
pi.playPortalSound();
|
||||
}
|
||||
else{
|
||||
pi.playPortalSound();
|
||||
|
||||
Reference in New Issue
Block a user