• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua The Stamina System Doesn't Work! Stamina doesn't regenerate...

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.

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
 
Back
Top