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

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    Do you have teamviewer?
  2. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    It's accusing virus I can't download 1680818877 Whats version?
  3. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    the error is not the source, because in version 8.6 it is equal to 7 and it works
  4. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    you can send your objectbuilder, because none is opening here, too lazy to look for another version
  5. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    Send me yout tibia.dat spr and items.otb
  6. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    The problem is not in the source
  7. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    if (thing && thing->getItem()) { if (tile->hasProperty(CONST_PROP_ISVERTICAL)) { if (player->getPosition().x + 1 == tile->getPosition().x) { thing = nullptr; } } else { // horizontal...
  8. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    what item id?
  9. A

    Remove Condition

    Post your player.cpp
  10. A

    Windows Client Resolution 8.6

    Try putting it in fullscreen again with the resolution you want and see what happens
  11. A

    Remove Condition

    What engine?
  12. A

    TFS 1.X+ create tile on no ground tile 1.5

    Perfect bro THX!
  13. A

    TFS 1.X+ create tile on no ground tile 1.5

    How do I do?
  14. A

    TFS 1.X+ create tile on no ground tile 1.5

    local switchBridge = Action() local leverOn = 1946 local leverOff = 1945 local bridgeTile = 1284 local effect = CONST_ME_POFF local bridgePos1 = Position({ x = 32426, y = 32201, z = 14 }) local bridgePos2 = Position({ x = 32426, y = 32202, z = 14 }) local bridgePos3 =...
  15. A

    TFS 1.X+ create tile on no ground tile 1.5

    bad argument #1 to 'ipairs' (table expected, got nil)
  16. A

    TFS 1.X+ create tile on no ground tile 1.5

    The player on the bridge is not being teleported
  17. A

    TFS 1.X+ create tile on no ground tile 1.5

    Post script for me?
  18. A

    TFS 1.X+ create tile on no ground tile 1.5

    TFS 1x + local t = { Position(32426, 32201, 14), Position(32426, 32202, 14), Position(32427, 32201, 14), Position(32427, 32202, 14), } function onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 1945 then...
  19. A

    TFS 1.X+ create tile on no ground tile 1.5

    I've tried tapping here, but the script doesn't create objects in empty, null, or unfloored places. And way would be to use Game.loadMap and another problem would be some way to remove it when using lever again
  20. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    This error will not be in tibia.dat and spr?
Back
Top