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
  #8  
Old 05-07-2003, 12:24 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

Code:
                if (mylevel >= 28 && mylevel <= 39) {
                    if (min_dmg==0)
                        min_dmg = mylevel / 2; // 14-17
                    if (max_dmg==0)
                        max_dmg = (mylevel*2)+2;
                    // 28 = 58, 39 = 80
                }
If you do not set mindmg and maxdmg in the database this is the formula used. So level a level 37 npc hits for a minimum of 18 (note should be 19 we don't round everything up like live) and a maximum of 76

Now you may be thinking this is abit low but keep in mind that attack and str aren't factored.

So..
Code:
max_dmg = max_dmg + ( (str/10) * 2)
min_dmg = min_dmg + ( (str/10) * 2)
which gives your HG
str 105
min 40
max 97

Buffed with: Strength of the Diaku (lvl 63 shm) str buff 75
str 180
min 55
max 112

Buffed with: Yaulp II (clr 19/pal 39) close enough str buff 20
str 125
min 44
max 101

The default is 75 for stats so after the code addition
str 75
min 34
max 91
Reply With Quote
 

Thread Tools
Display Modes

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:51 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