Fixed slotMax function caching up dirtied player data. Fixed many portals not supposed to warp players to "random spawnpoints". Fixed Wind Walk not being cancellable by attacking.
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
if(pi.isQuestStarted(22005)){
|
|
pi.warp(900020100, 0);
|
|
} else{
|
|
pi.warp(100030301, 0);
|
|
}
|
|
return true;
|
|
}
|