Log in

View Full Version : max hp calculation


faethin
07-20-2004, 08:28 PM
hey all, ive never posted here, but i like the emu and everything :)

had a quick question, Does anyone know how EQ calculates the max base hp of a character and if anyone knows how much it goes up each level


or maybe link me to somewhere that has it already posted.. thats would be great.

Thanks and keep up the good work,
-Faethin

animepimp
07-21-2004, 01:03 AM
Know one knows exactly how the hp is calculated because the formula has not been released by SOny. The emu guesses at the formula and is usually off by a bit.

faethin
07-21-2004, 07:25 AM
ok, well after some searching i did i found something that must be close enough...

level x levelmult + ((lvl x lvlmul) x 300 \ baseSTA) + 5


Monk, Rogue, Beastlord and Bard:
Level 1-50: Levelmultiplier = 18
Level 51-57: Levelmultiplier = 19
Level 58-65: Levelmultiplier = 20

Cleric, Druid, Shaman:
Level 1-65: Levelmultiplier = 15

Magician, Necromancer, Enchanter and Wizard:
Level 1-65: Levelmultiplier = 12

Ranger:
Level 1-57: Levelmultiplier = 20
Level 58-65: Levelmultiplier = 21

Shadowknight and Paladin and most likely Berserkers:
Level 1-34: Levelmultiplier = 21
Level 35-44: Levelmultiplier = 22
Level 45-50: Levelmultiplier = 23
Level 51-55: Levelmultiplier = 24
Level 56-59: Levelmultiplier = 25
Level 60-65: Levelmultiplier = 26

Warrior:
Level 1-19: Levelmultiplier = 22
Level 20-29: Levelmultiplier = 23
Level 30-39: Levelmultiplier = 25
Level 40-52: Levelmultiplier = 27
Level 53-56: Levelmultiplier = 28
Level 57-59: Levelmultiplier = 29
Level 60-65: Levelmultiplier = 30

i never was real good at math, so pardon me if i wrote the equasion out wrong...

$1 = $lvl * $lvlmult
$2 = $lvl * $lvlmult / 300 * $sta + 5
$total = $1 + $2

ok ill shuddup

killspree
07-21-2004, 04:07 PM
That's the formula that is used last time I looked at it in the code.

animepimp
07-21-2004, 04:49 PM
Its close most of the time, but not exact. You can see huge differences with massive stats and with a lot of hp boosting items.