View Single Post
  #10  
Old 04-15-2010, 06:45 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,724
Default

Np, you guys decide on some queries and let me know.

[You must be logged in to view images. Log in or Register.]

http://www.eqemulator.net/wiki/wikka...chemacharacter

Code:
SELECT COUNT(*) FROM
character_
WHERE
character_.level BETWEEN  '46' AND '49' AND
character_.class =  '1'
etc. I don't have time to do this now, so if someone wants to prepare some good queries, that'd be great. comprehensive and as few total queries as possible please.
Last edited by nilbog; 04-15-2010 at 06:53 PM..