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:
@@ -144,11 +144,11 @@ public class AbstractPlayerInteraction {
|
||||
}
|
||||
|
||||
public int countAllMonstersOnMap(int map) {
|
||||
return getMap(map).countAllMonsters();
|
||||
return getMap(map).countMonsters();
|
||||
}
|
||||
|
||||
public int countMonster() {
|
||||
return getPlayer().getMap().countAllMonsters();
|
||||
return getPlayer().getMap().countMonsters();
|
||||
}
|
||||
|
||||
public void resetMapObjects(int mapid) {
|
||||
|
||||
Reference in New Issue
Block a user