Help

11/01/2017 01:00 dissinho007#1
what kind to check how many mobs have on the map at NPC
11/01/2017 11:27 PraDevil[ELITE]#2
if you mean in your own private server and you want to see how many of monster type is on the map use below code under your navicat query or other application you use
Code:
SELECT mapid AS mapid,COUNT(npctype) AS total_monster FROM `cq_generator` GROUP BY mapid;
11/04/2017 20:43 dissinho007#3
I want to create an NPC Identifier help?