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:
ronancpl
2017-05-13 15:24:02 -03:00
parent ed6121dd5f
commit b26469301d
94 changed files with 36729 additions and 1186 deletions

View File

@@ -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;
}
}