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

Bless config.lua

Etzi

New Member
Joined
May 19, 2014
Messages
28
Reaction score
1
Hello! How do i set this so the players will only lose 1,5 levels when they die?

[REV 3884]

Code:
    blessings = true
    blessingOnlyPremium = false
    blessingReductionBase = 30
    blessingReductionDecrement = 5
    eachBlessReduction = 8
 
Hello! How do i set this so the players will only lose 1,5 levels when they die?

[REV 3884]

Code:
    blessings = true
    blessingOnlyPremium = false
    blessingReductionBase = 30
    blessingReductionDecrement = 5
    eachBlessReduction = 8

Blessings dosen't work like that, they use a formula to determent how much the player should lose depending on the players level and amount of blessings.
With other words, you need to change the source code to do that or use a prepareDeath script but its alot better to change the source code.
 
Back
Top