• 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!

Solved [Config.lua] Stamina Gain

RaikND

facebook.xenoria.org
Joined
May 12, 2010
Messages
942
Reaction score
10
Location
Spain
Hello i want know how i up 1 minute from stamina for 3 minutes logout, simple who's know how working :3

There was in my config.lua
Code:
	-- Stamina
	rateStaminaLoss = 1
	rateStaminaGain = 3
	rateStaminaThresholdGain = 2
	staminaRatingLimitTop = 40 * 60
	staminaRatingLimitBottom = 14 * 60
	staminaLootLimit = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

What i need change for make what i want? thanks inadvance
 
Last edited:
rateStaminaLoss = 1
rateStaminaGain = 3

It's possible that. It's good choice. Stamina will probably renew 1 minutes in 3 minutes logout.
I think it's correct preference.
 
rateStaminaGain is what you get for each minute logged out.
Either that or otherway round: how long you have to logout for 1 minute.
 
Last edited:
Back
Top