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:
9
scripts/portal/jnr3_in1.js
Normal file
9
scripts/portal/jnr3_in1.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function enter(pi) {
|
||||
if (pi.getMap().getReactorByName("jnr3_out2").getState() == 1) {
|
||||
pi.warp(926110202, 0);
|
||||
return(true);
|
||||
} else {
|
||||
pi.playerMessage(5, "The door is not opened yet.");
|
||||
return(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user