Agents with Location Service

From EVEDev

Jump to: navigation, search

List of agents with Location Service enabled.
Note: example is limited with agent names beginning with 'Ae'

 
SELECT nA.itemName AS Agent, nS.itemName AS Station FROM agtConfig c
INNER JOIN agtAgents a ON c.agentID=a.agentID
INNER JOIN eveNames nA ON c.agentID=nA.itemID
LEFT JOIN eveNames nS ON a.stationID=nS.itemID
WHERE c.k='agent.LocateCharacterService.enabled';
 

Error while connecting to host "" !
Personal tools