• 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 Blessing configuration

richux

Tibera.org
Joined
Aug 18, 2008
Messages
3,666
Reaction score
26
Location
---------
HellO! I wonder if there is a way how to change death loss % for player that is blessed. Cuz when someone dies in my ot, hes looses 3x more than he shoul(with blessings). So basicly I want to change the blessing ex ploss %. I hope you understand me.


Thank you! :thumbup:
 
I think you dont understand what I want. I want to decrase blessed players exp loose %, not usualy players. There is probably a place where to change exploss % for blessings.
 
Last edited:
If you are using 0.3.3 you can set it all in the config.lua, just look for these lines:
Code:
	-- Blessings
	blessingsOnlyPremium = "yes"
	blessingReductionBase = 30
	blessingReductionDecreament = 5
 
You can edit your blessing script to make it give more death loss by only letting players get 3 blessings for example,
but to change how much each blessing gives for % loss you'll need to edit sources.

Your best bet is just to change the normal experience loss on death to a lower amount.
 
@up

na, Im using very popular server(most of ppl uses the same), so u wanna tell me they all have edited sources? :D I don't think so...

or maybe I got shitty exe, and if I would change it than everthing should be fine? :D
 
Back
Top