• 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

  1. M

    Solved Old Spawn System

    I need to change my script. I need monsters not spawn with players on screen. Exactly as it was in previous versions of Tibia. What do I need to change? spawn_monster.cpp: /** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2019 Mark Samman...
  2. M

    Lua Problem with getSlotItem

    OMG, thx man!! Love u!!
  3. M

    Lua Problem with getSlotItem

    Now. If I equip the weapon on left hand then works without errors, but if I desequip then:
  4. M

    Lua Problem with getSlotItem

    I've tested, but i've the same problem :(
  5. M

    Lua Problem with getSlotItem

    local removeBagWeapon = MoveEvent() function removeBagWeapon.onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer() if not player then return true end local weaponsId = { 3270, 3291, 3293, } if...
  6. M

    Lua rope

    Problem wuith my roipe
  7. M

    Lua Rope Script error

    Can u help-me? I've problems with my rope script: Compat.lua: function doTeleportThing(uid, dest, pushMovement) if type(uid) == "userdata" then if uid:isCreature() then return uid:teleportTo(dest, pushMovement or false) else return uid:moveTo(dest)...
Back
Top