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
  #14  
Old 02-08-2008, 02:08 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by ChaosSlayer View Post
I am also concerned with max posible value for weapon dmg (i read its capped at 250?) as well as default stat caps

What about skill cap?
A lot of the specifics can be inferred from the item & profile blob from the DB/source.

Weapon Damage is an 8-bit unsigned integer (uint8 in the source), which is 255 (convert 11111111 in binary to decimal).

Lots of base stats on items are 8-bit signed integers, which would mean the max would be 127 (I believe this is hard-coded into the client).

Other stats, like HP, Mana, Endurance, & Regens are mostly 32-bit signed or unsigned integers, so the max limits would either be 2147483647 or 4294967295 respectively.

However, none of this takes into consideration Augments or item stacking. Simply put, multiply the max by 5, and that's your actual max. And yes, a 1275 damage weapon hits VERY hard, usually between 10k & 60k per swing.

Skill caps are going to be the same. They are 32-bit unsigned integers, so a hard cap of 4294967295.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
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 04:03 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