Ludibrium PQ + MapleIdRetriever
Implemented LPQ. New application tool that realizes fetches by names and returns respective ids, over all items depicted in the GM handbook.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/*
|
||||
Kerning PQ: 4th stage to final stage portal
|
||||
Kerning PQ: last stage to bonus stage portal
|
||||
*/
|
||||
|
||||
function enter(pi) {
|
||||
@@ -30,5 +30,8 @@ function enter(pi) {
|
||||
pi.getPlayer().changeMap(target, target.getPortal("st00"));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
else {
|
||||
pi.getPlayer().dropMessage(5, "The portal is not opened yet.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user