OpenTibiaBR
GithubDiscordSponsor
  • Home
    • 📖Welcome!
    • 💵Donate
  • OpenTibiaBR
    • 🖥️Projects
      • 🐦Canary
        • About
        • Getting Started
          • Compiling
            • Linux
              • [Linux] Compiling Canary Sources
            • Windows
              • Visual Studio
                • [Windows][VC2022][CMake] Compiling Canary Sources
                • [Windows][VC2022][Solution] Compiling Canary Sources
              • WSL
                • [WSL] Compiling Canary Sources
          • Installing
            • aaPanel
              • [Linux] Canary + aaPanel + MyAAC
            • Docker
              • [Docker] Canary + MariaDB + MyAAC
            • Linux
              • Nginx + MariaDB + MyAAC
            • Windows
              • Uniform Server
                • [Windows][Basic] Canary + Uniform Server + MyAAC
              • XAMPP
                • [Windows][Advanced] Canary + XAMPP + MyAAC
        • Tutorials
          • Basic
            • Auto Backup Server Database
            • Auto Restart and Linux Logs
            • Custom Bestiary / Prey with Canary Monster Editor
            • Event Schedule Canary / OTServBR-Global
            • How to make a custom server with Canary
            • How to reset players in your database
            • How to secure a Linux server
            • SSL Certificates
            • Webhook Discord
            • [Outdated] Custom Bestiary / Prey
            • [Linux] Backup + Upload - Google Drive
            • [Linux] How to install Linux headers
            • VPS Linux
            • [Windows] SSL/HTTPS Certificate with XAMPP
          • Mapping
            • [Windows] Remere's Map Editor - Opening Canary / OTServBR-Global Map
            • [Windows] Remere's Map Editor - Converting map server id to client id
          • Programming & Scripting
            • How to add a new vocation
            • Revscriptsys
            • Guide Lua Objects
            • How to get raceId for monsters
          • Websites
            • [Canary][OTServBR-Global][GesiorAAC][MyAAC] Set up Initial Character
          • Miscellaneous
            • Useful Tutorials
            • Video Tutorials
      • 🗺️Remere's Map Editor
        • About
        • Getting Started
          • Linux
            • [Linux] Compiling Remere's Map Editor Sources
          • Windows
            • WSL
              • [WSL] Compiling Remere's Map Editor Sources
            • Visual Studio
              • [Windows][VC2022][CMake] Compiling Remere's Map Editor Sources
              • [Windows][VC2022][Solution] Compiling Remere's Map Editor Sources
      • 🎮OTClient Redemption
        • About
        • Getting Started
          • Android
            • [Android] Compiling OTClient Redemption Sources
          • Linux
            • [Linux] Compiling OTClient Redemption Sources
          • Windows
            • WSL
              • [WSL] Compiling OTClient Redemption Sources
            • Visual Studio
              • [Windows][VC2022][CMake] Compiling OTClient Redemption Sources
              • [Windows][VC2022][Solution] Compiling OTClient Redemption Sources
          • Web
            • [Web] OTClient Redemption
        • Tutorials
          • Basic
            • Client Updater
    • 🔗Downloads
      • 🎮Clients
        • Client 11
        • Client 14
          • Tutorials
            • Client with HexEditorXVI32
            • Client with Notepad++
            • Client with config.ini
            • [Windows] How to change client background
        • OTClientV8
          • About
          • Getting Started
            • Android
              • [Android] Compiling OTClientV8 Sources
            • Linux
              • [Linux] Compiling OTClientV8 Sources
            • Windows
              • WSL
                • [WSL] Compiling OTClientV8 Sources
              • Visual Studio
                • [Windows][VC2022][CMake] Compiling OTClientV8 Sources
                • [Windows][VC2022][Solution] Compiling OTClientV8 Sources
          • Features
            • Health and Mana bar backgrounds
            • HTTP support
            • OTML Improvement
            • Simple cam recorder and player
            • Updater, encryption and compression
            • WebSockets
        • Minimap
      • 📑Codes
        • C++
        • Events
        • Functions
        • Libs
        • Modules
        • Others
      • 🖼️Images
        • PSDs
        • Others
      • 🗺️Maps
        • Custom
        • Global
      • 📑Revscripts
        • Actions
        • CreatureEvents
        • GlobalEvents
        • MoveEvents
        • NPCs
        • Spells
        • Systems
        • TalkActions
      • ⚔️Sprites
      • ⚙️Tools
        • Editors
        • Launchers
          • Canary Launcher
            • About
            • Getting Started
              • Windows
                • [Windows][VC2022][Solution] Compiling Canary Launcher Sources
          • Slender Launcher
            • About
            • Getting Started
              • Windows
                • [Windows][Go] Compiling Slender Launcher Sources
        • Login Server
          • About
          • Getting Started
        • Map Generators
      • 🌐Web Packages
        • Linux
        • Windows
      • 🌐Website Applications
        • Websites
          • CanaryAAC
            • About
            • Informations
              • Features
              • Functions
              • API
              • Routes
              • Middleware
            • CanaryAAC Bot
          • Gesior2012
            • About
          • GesiorAAC Global
            • About
          • MyAAC
            • About
          • MyAAC Global
            • About
          • SlenderAAC
            • About
          • ZnoteAAC
            • About
        • Applications
        • Layouts
        • APIs and SDKs
Powered by GitBook
On this page
  • What is OTClientV8:
  • Github:
  • Nightly Packages:
  • Features:
  • Image:
  • How to connect on Canary with OTClientV8:
  1. OpenTibiaBR
  2. Downloads
  3. Clients
  4. OTClientV8

About

Last updated 2 months ago

What is OTClientV8:

  • OTClientV8 is an alternative client for usage with otserv. It aims to be complete and flexible, for that it uses LUA scripting for all game interface functionality and configurations files with a syntax similar to CSS for the client interface design. Otclient works with a modular system, this means that each functionality is a separated module, giving the possibility to users modify and customize anything easily. Users can also create new mods and extend game interface for their own purposes.

Github:

Nightly Packages:

  • Nightly packages are automatically built packages containing ready-to-run files of the current development version of OTClientV8.

  • You may want to use those development-stage packages to test new features since the last stable release. If you find a bug, make sure to report it .

Android
  • Download compiled OTClientV8;

  • Choose the most updated build of main branch in Github Actions. PS: You need a github account to download the artifact;

  • Go to Artifacts and download otclientv8-android-;

  • Extract compiled OTClientv8.apk executable in OTClientv8 folder.

How to edit OTClientv8.apk:

  • Use APK Editor Studio to add your dat/spr files to data/things/1100 in the otclientv8.apk.

Linux
  • Download compiled OTClientV8;

  • Choose the most updated build of main branch in Github Actions. PS: You need a github account to download the artifact;

  • Go to Artifacts and download otclient-linux-release-;

  • Extract compiled OTClientv8 executable in OTClientv8 folder.

Windows
  • Download compiled OTClientV8;

  • Choose the most updated build of main branch in Github Actions. PS: You need a github account to download the artifact;

  • Go to Artifacts and download otclient-windows-release-;

  • Extract compiled OTClientv8 executable in OTClientv8 folder.

Features:

Features
  • Rewritten and optimized rendering (60 fps on 11 years old computer)

  • Better DirectX9 and DirectX11 support

  • Adaptive rendering (automated graphics optimizations)

  • Rewritten and optimized light rendering

  • Rewritten path finding and auto walking

  • Rewritten walking system with animations

  • HTTP/HTTPS lua API with JSON support

  • WebSocket lua API

  • Auto updater with failsafe (recovery) mode

  • New filesystem

  • File encryption and compression

  • Automatic diagnostic system

  • Refreshed interface

  • New crash and error handler

  • New HTTP login protocol

  • Ingame shop

  • Updated hotkey manager

  • Updated and optimized battle list

  • Crosshair, floor fading, extra health/mana bars and panels

  • Much more client options

  • Removed a lot of useless and outdated things

  • Advanced bot

  • Linux version

  • Full tibia 11.00 support

  • Layouts

  • New login server (with ingame account and character creation)

  • Support for proxies to lower latency and protect against DDoS

  • And hundreds of smaller features, optimizations and bug fixes!

Image:

How to connect on Canary with OTClientV8:

  • Canary:

  • allowOldProtocol = true on config.lua.

  • Download Client 11 and extract the Tibia.dat and Tibia.spr in OTClientv8 /data/things/1100.

  • Login with account name god/god or your own account name and password;

  • Server: 127.0.0.1 or your domain/ip;

  • Client Version: 1100;

  • Port: 7171.

🔗
🎮
OTClientv8
here
https://github.com/opentibiabr/otcv8/actions/workflows/build-android.yml?query=branch%3Amain
Download
https://github.com/opentibiabr/otcv8/actions/workflows/build-ubuntu.yml?query=branch%3Amain
https://github.com/opentibiabr/otcv8/actions/workflows/build-windows.yml?query=branch%3Amain
Download