• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Config

Lappen92

New Member
Joined
May 12, 2009
Messages
49
Reaction score
0
I hope this is the right forum for this post.
I have some simple question's about the config.

-- Stamina
-- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
-- rateStaminaHits multiplies every hit done a creature, which are later
-- multiplied by player attack speed.
-- rateStaminaGain is multiplying every second of logged out time, eg:
-- 60 * 1000 / 3 = 20 seconds, what gives 1 stamina minute for 3 being logged off.
-- rateStaminaThresholdGain is dividing in case the normal gain (that is
-- multiplied by rateStaminaGain, btw.) passed above threshold, eg:
-- 60 * 1000 / 3 = 20 / 4 = 5 seconds (3 * 4 = 12 minutes for 1 stamina minute).
-- staminaRatingLimit* is in minutes.
rateStaminaLoss = 1
rateStaminaGain = 1000 / 3
rateStaminaThresholdGain = 4
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = "yes"

I don't want to "receive 50% more expereince".
How to amek that the palyers don't recieve it.
Shall I make rateStaminaThresholdGain 0 ?

And in 8.42 you can't stairhop anymore...
stairhopDelay = 2 * 1000
What do I ahev to write there? 0 too?
 
Stamina: rateStaminaAboveNormal = 1.0
Stairhop: What do you mean you can't stairhop anymore? lol you can, but you get exhaused 2 seconds, to disable it do stairhopDelay = 0?
 
Thanks for the answer.

@Stairhop
I mean I don't want have this exhaustion.
I have to do it 0?
ok thanks ;)
 
If you want, it's 50% less under 14 hours of stamina left.
 
Back
Top Bottom