View Single Post
  #16  
Old 08-14-2006, 12:31 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by Zengez
a bunch of them are 8 digit numbers, so you'd have to check those... most of them are 9 digit numbers however i believe, you can always use a 'where id > 100000000' clause to source in most of them then peel through the rest...

all mine end in 000 though since it was a straight *1000 so that should make looking through the id's easier for you.
You might want to check out nine digit numbers - I had problems to where my EQEMU wouldn't load the database when they were nine digit.
Reply With Quote