Joriku
Working in the mines, need something?
Hi,
keep getting this error on some reboots or some random time messing up the whole experience system..
Things i think or thoughts of why:
global.lua: this is changed due to the death system i use: [TFS 1.4] Level loss system/store level by .txt document (https://otland.net/threads/tfs-1-4-level-loss-system-store-level-by-txt-document.278676/#post-2679476)
then.. the player.lua is attached
Why does this happen?
keep getting this error on some reboots or some random time messing up the whole experience system..
Things i think or thoughts of why:
global.lua: this is changed due to the death system i use: [TFS 1.4] Level loss system/store level by .txt document (https://otland.net/threads/tfs-1-4-level-loss-system-store-level-by-txt-document.278676/#post-2679476)
LUA:
function getExperienceForLevel(level)
level = level - 1
return ((50 * level * level * level) - (150 * level * level) + (400 * level)) / 3
end
then.. the player.lua is attached
Why does this happen?
Attachments
-
player.lua24.6 KB · Views: 2 · VirusTotal