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

    [GUIDE] [OTCV8] [TIBIA 13 MINIMAP LOADER] Easy load minimap from tibiamaps.io or gunzodus

    This method is a bit slow, minimap load time ~5sec. 1. copy minimap directory to otcv8 directory example minimap path: "Ezodus 13.20/minimap" example minimap path: "minimap-with-markers/minimap" 2. Add LoadTibia13Minimap function to otcv8/modules/game_minimap/minimap.lua: function...
  2. mar173

    mehah otclient ezodus/gunzodus/ixodus problem "login error: only clients with protocol...", "error: unable to load dat"

    by default working on: GitHub - OTCv8/otclientv8: Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client (https://github.com/OTCv8/otclientv8) GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8)
  3. mar173

    [Portable][Local][Real][Server][13.21.13839] - No need to setup anything, just download and run portable xampp, canary, tibia client.

    Download SHA256: 0fd47d3c39735c2351a205a0e2d5851f20007a3f54278f7c199e6147b9a60224 Very important! -> All files must be in folder C:/PortableOTS/* or it won't work! Don't rename internal folders either! run "1. xampp", start apache and mysql run "2. canary" run "3. tibia" login with @god:god...
  4. mar173

    [13.21.13839][RLMAP] Fastest way to run Local Server

    1. Download latest canary server folder: 1.1 Rename config.lua.dist with config.lua (no need to edit file contents if you want only run server). https://github.com/opentibiabr/canary/archive/refs/heads/main.zip 2. Download compiled Canary: 2.1. Choose the most updated build of main branch in...
  5. mar173

    Edit tibia client 13.21.13839, disable BattleEye, change RSA key and IP

    hex editor: HxD - Freeware Hex Editor and Disk Editor | mh-nexus (https://mh-nexus.de/en/hxd/) 13.21.13839 disable anticheat (hex) 8D 8D 4C FF FF FF 75 0E -> 8D 8D 4C FF FF FF EB 0E rsa (string)...
  6. mar173

    setPosition of SinglelineTextEditWindow to mousePos

    modules/client_textedit/textedit.lua/function show added: activeWindow:setPosition(modules.game_interface.gameMapPanel.mousePos) It doesn't work:( BotTextEdit onClick always creates a window in the middle of the game window. mousePos is not nil, i tested {x=100,y=100} not working aswell...
  7. mar173

    otcv8, crash, pc restarted

    edit: can u explain, why it crashes windows? I'm just testing stuff. PC restarted after clicking on BotSwitch in game. How should this be done right? I don't want the kind of window that evolunia_bot or game_bot have. The window should be borderless and without minimise or close icons. There...
  8. mar173

    latest otcv8 - moving problem

    I press the arrow only once and the character moves two squares. When I hold down the arrow for two seconds, the character moves another 3-5 squares after releasing the key. Is it possible to fix this? No problems in older otclientv8, evolunia client. 1672927038 IDK what happened but now works...
  9. mar173

    [LIB] [FIXED] Grid Layout

    Why does not it stick together? All sides should be equal. Blue Green has more width than Blue Pink Orange Red. Where is problem? In my code or otclient? local cell_count = 0 local Row local Grid local Column Column = SDK_Class() function Column:__init(args, parent) self.rows = {}...
  10. mar173

    [script] level, level progressbar, experience percent(51.21%), exp/h (1.23kk = 1230000), time to next level

    local UIWidget local UIToolTip local UIGameLabel local UIProgressBar local Class = function(...) local cls = {}; cls.__index = cls cls.__call = function(_, ...) return cls:New(...) end function cls:New(...) local instance = setmetatable({}, cls)...
  11. mar173

    opentibiabr / otclient 12.64 -> support for 12.60,12.61,12.62,12.63

    I compiled opentibiabr/otclient (https://github.com/opentibiabr/otclient) Everything is ok, character list loaded but the problem is there is error on game login g_game.loginWorld for example on ballot ots: "Only clients with protocol 12.60 allowed!" How can i add support for other tibia 12...
  12. mar173

    Game window to left side - start X = 0

    otclientv8 I want my game looks like on second pic (i used Paint to move window).
  13. mar173

    OTClient Convert *.map to .otmm

    How can i convert tibia autominimap files .map into otclient minimap .otmm ?
  14. mar173

    TFS 1.X+ Nostalrius based on TFS 1.2 and Cipsoft 7.7 leak - doesn't work with the official tibia 7.7 client

    Thanks to this i have a local ots: https://docs.otland.net/ots-guide/running-your-first-ot-server/setting-up-your-first-server https://www.youtube.com/watch?v=AsyxPhDTOcI https://github.com/TwistedScorpio/Nostalrius I can login with latest otclient edubart/otclient...
  15. mar173

    Compiling OTClient compiling error, no files 'lua.h', 'lua.hpp'

    https://github.com/edubart/otclient/wiki/Compiling-on-Windows ... all ok here 1>luaobject.cpp 1>c:\users\mar\otclient\src\framework\luaengine\lbitlib.cpp(36): fatal error C1083: Cannot open include file: 'lua.h': No such file or directory...
Back
Top