Files
sweetgum-server/scripts/portal/rnj_201_0.js
ronancpl e0a27e00ab 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.
2017-08-11 12:41:35 -03:00

9 lines
232 B
JavaScript

function enter(pi) {
if (pi.getMap().getReactorByName("rnj31_out").getState() == 1) {
pi.warp(926100200, 1);
return(true);
} else {
pi.playerMessage(5, "The door is not opened yet.");
return(false);
}
}