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

Search results

  1. T

    Lua Create Item with ActionID

    Sir, you're the best, thanks again.
  2. T

    Lua Create Item with ActionID

    Oh thanks for the clarification. But I have this code that only works with uid. How I change this? local boss = { [3193] = "fury of the emperor", [3194] = "wrath of the emperor", [3195] = "scorn of the emperor", [3196] = "spite of the emperor", } local statuesPosition = {...
  3. T

    Lua Create Item with ActionID

    Sorry for bumping, but how'll would be this in TFS 1.X coz I got this: and my code: local function transformStatue() if Tile(statuesPosition[1]):getItemById(12383) then return false else local teleportItem = Tile(statuesPosition[1]):getItemById(11753)...
  4. T

    Lua Many errors of Storages in quests in TFS 1.3

    Oh, i'm so dumb for that simply error, thanks a lot dude.
  5. T

    Lua Many errors of Storages in quests in TFS 1.3

    Hi, I had many errors in quests that uses Storages, etc. Like getMonster (nil value), etc. But i solved those problems like using isMonster, etc. Now i'm having these errors in WotE quest, that i can't solve, idk if TFS 1.3 is using a different syntaxis than TFS 1.2, coz these script is from...
Back
Top