• 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!

Recent content by mar173

  1. mar173

    [8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

    dwarfen set quest no chest with reward another quest im stuck cant go back too much walking in quests someone worked hard, but poeple will not like this ot.
  2. mar173

    TFS 1.6 OtClient 13.10

    https://otland.net/threads/tfs-1-6-malformed-session-key.289873/#post-2759200
  3. mar173

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

    https://mega.nz/file/4rMHUKwD#FdaYaL2UGbXOYq5EO1VMa3EjT-NXt7Jc2SUaBVGnZmQ latest canary, tibia 14.12, default = no changes no /mi etc. - infinite potions canary/config.lua -> removeChargesFromPotions = false - disabled creating flask after use potion...
  4. 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...
  5. 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)
  6. mar173

    Monsters on OT Canary are much weaker than on RL Tibia...

    I think there is problem with melee calculations, 8 Cursed Books around me can't hit me once, only rare ice damage from spells. I think we can change that in canary c++ source. Something is wrong and idk what:) Maybe armor is increasing for no reason idk Or maybe best eq on 2k lvl ek works like...
  7. 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...
  8. mar173

    Monsters on OT Canary are much weaker than on RL Tibia...

    canary-main\data-otservbr-global\monster\demons\true_dawnfire_asura.lua monster.attacks = { { name = "melee", interval = 2000, chance = 100, minDamage = 0, maxDamage = -700, condition = { type = CONDITION_FIRE, totalDamage = 500, interval = 4000 } }, { name = "combat", interval = 2000...
  9. 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...
  10. 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)...
  11. mar173

    What "killed" RL Tibia for YOU?

    for me anticheat, imbuing
  12. mar173

    setPosition of SinglelineTextEditWindow to mousePos

    better solution: activeWindow:breakAnchors() activeWindow:setPosition(g_window.getMousePosition()) or activeWindow:breakAnchors() activeWindow:addAnchor(AnchorLeft, 'parent', AnchorLeft) activeWindow:addAnchor(AnchorTop, 'parent', AnchorTop)...
  13. mar173

    Code generation failed

    https://otland.net/threads/cannot-include-file-boost-hpp-no-such-file-or-directory.184366/#post-1784194
  14. mar173

    setPosition of SinglelineTextEditWindow to mousePos

    ok working -.- a lot depends on anchors activeWindow = window activeWindow:raise() activeWindow:focus() if g_app.isMobile() then window.text:focus() local flags = 0 if options.multiline then flags = 1 end g_window.showTextEditor(window:getText()...
  15. 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...
Back
Top