• 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. Varianek

    TFS 0.X Moveevents Teleport with exhaust

    Hi, I need help with this script. I plan to add to this script exhaust but I don't know how add. The script teleport players to pos xyz. If player come back too soon This player must wait xx minutes. function onStepIn(cid, item, pos) local pos = {x=148, y=379, z=7}...
  2. Varianek

    TFS 0.4 Work Quest Log

    Hi, I would like to give you a configured quest log in client from my evo OTS (work TFS 0.4) Script use storage 2253,1 and you can see this quest1 Done quest chest (use script questsystem search in otland or system.lua in yourtfs/data/action/quest/system.lua) have 50080,1 storage but you can use...
  3. Varianek

    TFS 0.X Spells bugs

    Hi, I'm using SpellCreator to new spells. Spells work nice in ots but I have logs in tfs 0.4 tibia 8.60. Why? Where is the problem? [12:34:32.632] [Error - Spell Interface] [12:34:32.642] data/spells/scripts/attack/test1.lua [12:34:32.642] Description: [12:34:32.642] (luaSetCombatCondition)...
  4. Varianek

    Lua effect x time to spawn boss

    Hi, I need this to spawn boss in the floor with acid 56321. Boss respawn 40 sec and When count down the time 11 I would like time effect in the floor: 10-9-8-7-6-5-4-3-2-1-0-Boom! This effect is good When player waiting in arena on monster. I was inspired by the command /y number.
  5. Varianek

    Create and remove npc lever to quest

    Hi, I don't know. Why this script no work? 8.6 local level = 365 local seconds = 30 local event = 0 local function reset(leverPos) local lever = getTileItemById(leverPos, 1946).uid doTransformItem(lever, 1945) doRemoveCreature(("Jack")...
Back
Top