Thread
:
SQL Query help
View Single Post
#
3
04-28-2012, 09:00 PM
reddogut
Sarnak
Join Date: Jun 2007
Posts: 83
How about this?
Select AVG(hp) from npc_types where level = 45 AND merchant_id = 0 AND 'name' NOT LIKE '%Guard%' AND 'name' NOT LIKE '%pet%' AND 'name' NOT LIKE '%Sum%';
I get 4224 average hitpoints out of this query.
__________________
-Red Dog
My Windows Server install guide -
http://www.eqemulator.net/wiki/wikka.php?wakka=Windows
My guide for configuring a solo-able server -
http://www.eqemulator.net/wiki/wikka.php?wakka=How
reddogut
View Public Profile
Send a private message to reddogut
Find all posts by reddogut