• 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!

luac

  1. Snavy

    TFS 1.X+ Reading 2D table from lua in sources

    I have been trying to read a 2D lua-table in sources and I am not sure how to debug this. The error msg that shows up is "attemp to index a boolean value". What is going on here? myLuaFunction({ { a = 0, b = 123, c = "string", d = true, e = true, f = true }, { a = 0, b = 123, c =...
  2. D

    (LuaInterface::luaGetThingPosition) Thing not found help-me

    please could someone help me with this script tou with this error use The OTX server version: (2.12) local t = { storage = 689678, -- storage, so mude se tiver usando pra outra coisa. tempo = 300 -- } local config = { pos = {x=getCreaturePos(cid), y=getCreaturePos(cid)...
  3. S

    OTClient with LUAC Files

    Hi guys, How can i make OTClient read files encrypted with LUAC with the extension (.lua)? Needs any source modification? I tried it here but it returns errors in the terminal, saying it can not read the binary extensions. Thanks!!
Back
Top