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

Lua Blessings

agel

New Member
Joined
Jul 21, 2009
Messages
49
Reaction score
0
I'm using TFS 0.3.4PL2.
This is my current blessings reduction:
blessingsOnlyPremium = "yes"
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8
I've tried reading the readme, and etc. But I can't seem to understand what everything means. Currently, a level 300~ lose one level, when they die on my server. I'd like them to lose at least two levels. What am I supposed to change in my config?

Also, it's important that a full bless works like an AOL. Which it currently does.
 
Ehm.. try with this

Code:
  blessingsOnlyPremium = "yes"
  blessingReductionBase = 1
  blessingReductionDecreament = 5
  eachBlessReduction = 1
 
Back
Top