• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. M

    TFS 1.X+ Skill Loss

    Is there any tutorial that explains how to add the functions you mentioned?
  2. M

    TFS 1.X+ Skill Loss

    The problem with usign query is that the player must be offline and for some reason the playerdeath.lua runs before the player really DIES (he's online). But thanks!!
  3. M

    TFS 1.X+ Skill Loss

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/playerdeath.lua:onDeath data/creaturescripts/scripts/playerdeath.lua:7: attempt to call method 'addSkill' (a nil value) stack traceback: [C]: in function 'addSkill'...
  4. M

    TFS 1.X+ Skill Loss

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/playerdeath.lua:onDeath data/creaturescripts/scripts/playerdeath.lua:7: attempt to call method 'setSkillLevel' (a nil value) stack traceback: [C]: in function 'setSkillLevel'...
  5. M

    TFS 1.X+ Skill Loss

    Hello guys! I'm here to ask you guys if there's a way to always "remove" 1 players skill by db.query (or another way that I don't know) when they die. I'm using TFS 1.3 (10.98) and I need to remove exact numbers and not only skill tries, so thats why I'm using db.query: didn't found any function...
Back
Top