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

    [Quick Showoff] Post your latest maps!

    I literally can hear this picture.
  2. x8ots

    [Quick Showoff] Post your latest maps!

    would be wise of us to create .otbm library for such things like buildings islands and so on? we could use github to actually create such library since it has pull/push and could collaborate via discord so to not overwrite it at same time.
  3. x8ots

    RME Map editor, how to make item unmovable? TFS 1.4.2

    function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder, toCylinder) local immovableAids = {10817, 10819, 2156, 2157, 10814, 10815, 10831, 10842} for _, aid in ipairs(immovableAids) do if item:getActionId() == aid then return...
  4. x8ots

    C++ Real Tibia BUG (Vocation on ROOKGAARD)

    can't you invoke the client through natural gameplay and then relog to another character while that window is still on? prevent the shutdown call it should work like magic then?
Back
Top