Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-10-2004, 09:48 AM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default hp chart for high level npcs

here's a hp chart I use for high level common npcs that seems good : ( not for boss )

Code:
update npc_types set hp=50000 where level=74;
update npc_types set hp=48000 where level=73;
update npc_types set hp=46000 where level=72;
update npc_types set hp=44000 where level=71;
update npc_types set hp=42000 where level=70;
update npc_types set hp=40000 where level=69;
update npc_types set hp=38000 where level=68;
update npc_types set hp=36000 where level=67;
update npc_types set hp=34000 where level=66;
update npc_types set hp=32000 where level=65;
update npc_types set hp=30000 where level=64;
update npc_types set hp=29000 where level=63;
update npc_types set hp=28000 where level=62;
update npc_types set hp=27000 where level=61;
update npc_types set hp=26000 where level=60;
update npc_types set hp=25000 where level=59;
update npc_types set hp=24000 where level=58;
update npc_types set hp=23000 where level=57;
update npc_types set hp=22000 where level=56;
update npc_types set hp=20000 where level=55;
update npc_types set hp=18000 where level=54;
update npc_types set hp=16000 where level=53;
update npc_types set hp=14000 where level=52;
update npc_types set hp=12000 where level=51;
update npc_types set hp=10000 where level=50;
update npc_types set hp=9000 where level=49;
update npc_types set hp=8000 where level=48;
update npc_types set hp=7000 where level=47;
update npc_types set hp=6000 where level=46;
__________________
Sandy
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 02:23 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