There was an error while loading. Please reload this page.
This table contains 6 - 10 fields (classic - wrath);
BaseHealthExp?
BaseMana
BaseDamageExp?
BaseMeleeAttackPower
BaseRangedAttackPower
BaseArmor
You access them in the core by using;
Classic: sObjectMgr.GetCreatureClassLvlStats(level, cInfo->UnitClass) TBC/Wrath: sObjectMgr.GetCreatureClassLvlStats(level, cInfo->UnitClass, cInfo->Expansion)
sObjectMgr.GetCreatureClassLvlStats(level, cInfo->UnitClass)
sObjectMgr.GetCreatureClassLvlStats(level, cInfo->UnitClass, cInfo->Expansion)
( cInfo = GetCreatureInfo())
GetCreatureInfo()
And are included in the following formulas:
(BaseDamage * cInfo->DamageVariance + (Base?AttackPower / 14) * (?BaseAttackTime/1000)) * Info->DamageMultiplier
( Max Melee/Ranged damage: minDmg * 1.5 )
minDmg * 1.5
Base? * ?Multiplier
General Links:
Subsystems:
Database Structure:
Additional Data:
Core Repositories:
DB Repositories: