Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-19-2007, 05:00 AM
moydock
Discordant
 
Join Date: Jun 2005
Posts: 286
Default damage reduction

Is there something besides AC that reduces weapon damage done? Aside from parry/block type skills. I'm trying to figure out why a 3 dmg weapon @ lvl 1 hits for 3 max instead of 4.755 as it comes out in the max dmg formula. I set the mobs ac to 1 and i still hit for 3. Here's the equation and the math:

max_hit = (weapon_damage * (((GetSTR()*20) + (GetSkill(OFFENSE)*15) + (mylevel*10)) / 1000));

max_hit = (3 * (((75*20) + (5*15) + (1*10)) / 1000));
max_hit = (3 * (((1500) + (75) + (10)) / 1000));
max_hit = (3 * (1585) / 1000));
max_hit = (3 * 1.585);
max_hit = (3 * 1.585);
max_hit = (4.755);
__________________
-Croup (the rogue)
Creator of Pandemic (PvP-Racewars)
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:19 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