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

@@ -24,6 +24,11 @@ var selected = -1;
var party = 0;
function start() {
cm.sendOk("The PyramidPQ is currently unavailable.");
cm.dispose();
}
/*function start() {
status = -1;
var text = "You should NOT talk to this NPC in this map.";
if (cm.getMapId() == 926020001)
@@ -35,6 +40,7 @@ function start() {
cm.sendSimple(text);
}
*/
function action(mode, type, selection) {
if (mode == 0 && type == 0) {