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

Stamina ... huge problem

kluku

New Member
Joined
Feb 26, 2010
Messages
52
Reaction score
0
Code:
	rateStaminaLoss = 1
	rateStaminaGain = 10000 / 1
	rateStaminaThresholdGain = 5
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

Why stamina doesnt gain? :/
 
Use this

Code:
	rateStaminaLoss = 1
	rateStaminaGain = 3
	rateStaminaThresholdGain = 12
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

Repp If helps
 
Code:
	rateStaminaLoss = 1
	rateStaminaGain = 10000[COLOR="Red"] / 1[/COLOR]
	rateStaminaThresholdGain = 5
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

Why stamina doesnt gain? :/

why do u need to divide by one? its the same thing without it delete the red
 
Use this

Code:
	rateStaminaLoss = 1
	rateStaminaGain = 3
	rateStaminaThresholdGain = 12
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

Repp If helps

Yeah thanks now it loads stamina :) But slow :( How can I change it to load faster?
 
Shouldn't it be a lower number?
rate of gain .. [?]

edit:
Code:
	-- rateStaminaGain is divider of every logged out second, eg:
	-- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off.
my bad
 
And it still doesnt work :/
Code:
	rateStaminaLoss = 1
	rateStaminaGain = 1
	rateStaminaThresholdGain = 12
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = true

Stamina loads very slow... whats wrong? :/
 
Yea and everyone will have rate exp 1,5 the whole time :/
It doesn't solve my problem...

rateStaminaGain = 1
Can someone tell me why it doesnt work?! :(
 
Back
Top