use this query
PHP Code:
select codename128,a.* from Tab_RefNest a
INNER JOIN Tab_RefTactics b ON a.dwTacticsID = b.dwTacticsID
JOIN Tab_RefHive c ON a.dwHiveID = c.dwHiveID
JOIN _RefObjCommon d ON b.dwObjID = d.ID
where codename128 LIKE 'NPC_ NPC NAME HERE'
you will get all the info about this npc
replace the locations only and remove the spawn for the unwanted npc by deleting his nest line if needed !
Cheers !