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
  #2  
Old 02-01-2004, 01:33 PM
Squiffy
Sarnak
 
Join Date: Oct 2002
Posts: 78
Default

Not sure on that damage fix...

I mean, I haven't tested the database fully, but I imagine at least some mobs are accurate, and to have all level 60 mobs hit for 200 is kinda iffy.

I went with a more selective fix. Namely, a ton of mobs had been set for maxdmg=400, regardless of level. These were the majority of off-balanced mobs. (PC recondites, some skeletons, etc)

So instead of:
Code:
UPDATE npc_types SET maxdmg=200 WHERE level=60;
use
Code:
UPDATE npc_types SET maxdmg=200 WHERE level=60 and maxdmg=400;
Check this thread: HERE (About halfway down on the first page)

Good compilation otherwise, though. Only thing I see is that it will unbalance any pre-PoP raid zone trash mobs (ie Temple of Veeshan, Sleeper's Tomb, Veeshan's Peak) which tend to hit harder than your average level 60ish mob.

Small steps though, I guess
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 05:42 PM.


 

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