Log in

View Full Version : starting hps... where is this and is it live-like?


EvoZak
08-23-2008, 02:50 AM
Hopefully it's an easy question. "hp" and "hps" are evidently too small of words for the forum to include in a search.

I was looking through the code and I can't seem to find where this is done other than in world\client.cpp. It gets set to 1000 in the created char's profile struct with a comment that this is for dev only (but it's not commented out).

I never see it get set to any calculated value based on race, class, etc. Am I just not seeing it? If it's that way by design, no problem, just want to make sure I'm not missing something.

AndMetal
08-23-2008, 03:12 AM
Most stats are calculated in zone/client_mods.cpp (http://eqemulator.cvs.sourceforge.net/eqemulator/EQEmuCVS/Source/zone/client_mods.cpp?view=markup).

EvoZak
08-23-2008, 03:07 PM
Thank you. I was having trouble finding that.