GM Drama
Member
- Joined
- Mar 13, 2013
- Messages
- 127
- Reaction score
- 6
So players loose stamina but they don't regenerate stamina while being offline. What could be the problem here?
This is the stamina system that I'm using. I've increased rateStaminaGain alot but still no result of stamina regeneration.
This is the stamina system that I'm using. I've increased rateStaminaGain alot but still no result of stamina regeneration.
LUA:
-- Stamina System
rateStaminaLoss = 1
rateStaminaGain = 130
rateStaminaThresholdGain = 550
staminaRatingLimitTop = 40 * 60
staminaRatingLimitBottom = 14 * 60
staminaLootLimit = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = false