ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
118 stars 54 forks source link

HP Regen doubled #181

Open ajgration opened 1 year ago

ajgration commented 1 year ago

I remember you mentioning this before in a previous discussion we had as potentially being an Azerothcore issue, but I thought I'd check either way. So far I've only tested this on a warrior from level 1-30, but HP regen is currently exactly double stat sheet/retail values. This is definitely more apparent at lower levels, and it makes food pretty trivial and unnecessary, which makes gameplay far easier than intended.

ZhengPeiRu21 commented 1 year ago

Thanks for the reminder of this issue. I'd be happy to take another look at this. Last time, I added the EnableLowLevelRegenBoost to the AzerothCore worldserver config, which should help somewhat - just to double check, are you still seeing exactly double even with that disabled?

ajgration commented 1 year ago

I hadn't noticed you'd added that setting! However, I just turned it off and re-tested (lvl 26 character) and unfortunately I'm getting the same results. Exactly double.

ajgration commented 1 year ago

After making a new warlock I noticed that regen at low levels wasn't exactly doubled, but still kinda off, so I created a test character to see how exactly things were affected as you level. This is with the EnableLowLevelRegenBoost setting off.

Orc warrior level 1, no gear/buffs: Stat sheet regen = 9hps Actual regen = 6hps

Level 5: Stat sheet regen = 12hps Actual regen = 11hps

Level 10: Stat sheet regen = 12hps Actual regen = 16hps

Level 15: Stat sheet regen = 12hps Actual regen = 24hps

Level 20: Stat sheet regen = 14hps Actual regen = 29hps

Level 30: Stat sheet regen = 18hps Actual regen = 36hps

Level 40: Stat sheet regen = 20hps Actual regen = 41hps

Level 50: Stat sheet regen = 26hps Actual regen = 52hps

Level 60: Stat sheet regen = 30hps Actual regen = 61hps

It would seem things start going wrong between level 5-10 and reach the doubled amount at 15 and stay there from then on. I hope this helps in some way. I wish I could help more.