Thread
:
SQL Query help
View Single Post
#
2
04-28-2012, 08:47 PM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
SELECT AVG(`hp`) FROM `npc_types` WHERE `level` = 45;
You may want to add to the WHERE so you don't select guards, pets, etc. You'd just need to figure out how to select them so you can exclude them.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112