Hi 
Could you help me with exp reduce per rebirth?
I've found this one, but i need it to be exp-x%exp
tfs 0.3.6
Could you help me with exp reduce per rebirth?
local rates = {
[0] = {rate = 1.0},
[1] = {rate = 0.8},
local v = rates[getPlayerStorageValue(cid,85987)]
if v then
doPlayerSetRate(cid, SKILL__LEVEL, v.rate)
end
I've found this one, but i need it to be exp-x%exp
tfs 0.3.6