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

Recent content by tatibano

  1. T

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    i need a little help with the code. my target: target: { ["actionid"] = 0,["type"] = 0,["uid"] = 0,["itemid"] = 0,} but if i use any upgrade item: Lua Script Error: [Action Interface] data/actions/scripts/upgrade_system_actions.lua:onUse data/upgrade_system_core.lua:27: attempt to call...
  2. T

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    any chance to update to tfs 1.4 ?
  3. T

    OTClient 1.0 (Release)

    VERY VERY VERY nice work man :0
  4. T

    Feature [TFS 1.3] Monster Levels

    It work. yayyy :)))
  5. T

    Feature [TFS 1.3] Monster Levels

    yea. here is the look of an ordinary player: 15:07 You see a rotworm, it is level 79. 15:07 You see a rotworm, it is level 5. here is the look of gm: 15:09 You see a rotworm, it is level 21. Health: 747 / 747. Position: 32369, 32195, 8 and here the "error" on kill a monster...
  6. T

    Feature [TFS 1.3] Monster Levels

    wow. very good I'm trying to implement here but the "source: getLevel ()" returns nil attempt to call method 'getLevel' (a nil value) stack traceback:
  7. T

    GlobalEvent Summon Auto Attacking Monster [1.0]

    nothing again. I put the first part of the code on autoattack.lua and the second part inside the login.lua but without success in autoattack :x
  8. T

    Feature [TFS 1.3] Monster Levels

    i want to do it. but.... no idea :z
  9. T

    Spell Silence TFS 1.0

    I'm noob in scripts so I have to ask. how do I do ??
  10. T

    Spell Silence TFS 1.0

    change to var. but now i get this error: Lua Script Error: [Spell Interface] data/spells/scripts/silence.lua:onCastSpell data/spells/scripts/silence.lua:14: attempt to index local 'tar' (a nil value) stack traceback: [C]: in function '__index' data/spells/scripts/silence.lua:14...
  11. T

    GlobalEvent Summon Auto Attacking Monster [1.0]

    any chance to use it on tfs 1.3 ? get no errors but don't work :/
  12. T

    Spell Silence TFS 1.0

    Sorry for get it up now but i have a trouble here: local tarmonster = true -- Can we cast this spell on monsters. Default is true local ptime = 8000 -- This is how long the spell will last on a Player. Default is 8 seconds = 8000 local mtime = 10000 -- This is how long the spell will last on a...
  13. T

    GlobalEvent [Spell Upgrade System] for 1.2

    how i can add it in a npc. like the king tibianus. to pay a fee and upgrade the skill level ? i'm using it to upgrade damage of the spells. but i can't search a mode to upgrade the skill with one npc ps. srry the bad english
Back
Top Bottom