Na Amigo
The crazy girl
My server has a problem with level, the level is downgrade i don't know why? i am using gesior aac and my tfs is 0.3.7_svn
and i have edit players like druid sample,paladin sample,knight sample,sorcerer sample and changed all to
i've used at config
and this in login.lua
so it's not working :/ i want another way or why it's not working?
and i have edit players like druid sample,paladin sample,knight sample,sorcerer sample and changed all to
Code:
loss_experience to 0
i've used at config
Code:
deathLostPercent = 0
losspercent = 0
and this in login.lua
Code:
function onLogin(cid)
local loss = getConfigValue('deathLostPercent')
if(loss ~= nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 0)
end