• 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 for query: Argument # in unsafe

  1. jo31

    TFS 1.X+ Coverting 8.6 (0.4) Spell to 10.98 TFS 1.3 PROBLEM

    Lua Script Error: [Spell Interface] data/spells/scripts/attack/arcanestrike.lua:onCastSpell luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent' data/spells/scripts/attack/arcanestrike.lua:86: in function <data/spells/scripts/attack/arcanes...
  2. Codinablack

    Lua TFS 1.0 BAD ARGUEMENT SPELLS

    Greetings Otland! Here I come to you today in ask of help with the latest TFS 1.0 server. Seems everything was fine with my spells until I updated the source to include some of the latest commits. Anyways, never had this error in my screen before, now it's there, and also my script stopped...
  3. M

    TFS 1.X+ Coverting 8.6 (0.4) Spell to 10.98 TFS 1.3 PROBLEM

    Well spotted, this will fix your problem. It appears that passing userdata in addevent is a no no🥳 -- COMBAT [1] local combat1 = Combat() combat1:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat1:setParameter(COMBAT_PARAM_EFFECT, 12) combat1:setParameter(COMBAT_PARAM_DISTANCEEFFECT...
  4. J

    attempt to concatenate a nil value

    solution? tfs 1.3 Lua Script Error: [Action Interface] data/actions/scripts/cave_exc/cave_1.lua:onUse luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent' data/actions/scripts/cave_exc/cave_1.lua:126: in function...
  5. Mateus Robeerto

    TFS 1.X+ addevent error tfs 1.5

    I've tried to fix this problem several times without success... I'm not very good with addevent in LUA... Can anyone solve the problem? When I place the item on a statue so that it removes the wall, a few minutes later, the wall comes back again, and the item appears in the same place. This...
  6. B

    Proof of concept of a new game engine

    TL;DR I started creating a new game engine and now I’m sharing a proof of concept with you to get feedback. If my idea turns out to make sense I’ll continue working on it and hopefully after a few years we will finally eradicate that crap called TFS. Introduction First of all, I want to thank...
  7. Sarah Wesker

    TFS 1.X+ addevent error tfs 1.5

    local function Crystal2(cid) local player = Player(cid) if not player then return end -- Your code HERE end local function Crystal3(cid) local player = Player(cid) if not player then return end -- Your code HERE end local function Crystal4(cid) local player =...
Back
Top