Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 01-13-2011, 07:14 AM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Code:
SELECT distinct race, size
FROM
npc_types
WHERE (race >= '1' AND race <= '12') AND (size >= '3' AND size <= '9')
ORDER BY race ASC;
Would just have to poke in race= for iksar, vah-shir and drakin if you needed that info.
On my test db this returned interesting values so I inserted id in the select line so I could go check out what each odd sized npc was doing.
I limited my search to sizes between 3 and 9 because I remember reading on the wiki or a post how short races should be around size 3 and I know there are some custom npc in the stock peq db with size values greater then 15 and did not think I would see any large race over size 9.

Interesting post, gave me a chance to google up sql stuff and figure out how to do this search. Might not be useful or the best way but at least I learned something, hope it helps you.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:39 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3