About
Last updated
Last updated
Otclient is an alternative Tibia 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. Otclient is written in C++20 and heavily scripted in lua.
Beyond of it's flexibility with scripts, otclient comes with tons of other features that make possible the creation of new client side stuff in otserv that was not possible before. These include, sound system, graphics effects with shaders, modules/addons system, animated textures, styleable user interface, transparency, multi language, in game lua terminal, an OpenGL 1.1/2.0 ES engine that make possible to port to mobile platforms. Otclient is also flexible enough to create tibia tools like map editors just using scripts, because it wasn't designed to be just a client, instead otclient was designed to be a combination of a framework and tibia APIs.
Nightly packages are automatically built packages containing ready-to-run files of the current development version of OTClient Redemption.
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 .
Auto Reload Module ()
Attached Effects System (to create aura, wings...) (code sample: , , )
Module Controller System ()
Some bugs fixed contained in
Market has been rewritten to work only
Mobile Support &
Support Tibia 12.85/protobuf by
Support Discord RPC by (Doesn't work with CMAKE)
Action Bar by
Access to widget children via widget.childId by
Shader System Fix (CTRL + Y) by
Refactored Battle Module by
Health&Mana Circle by , , ()
Tibia Theme 1.2 by Zews ()
Add option ADJUST_CREATURE_INFORMATION_BASED_ON_CROP_SIZE in by
Encryption System by (Note: This implementation is unsafe)
To enable just go to , set 1 in ENABLE_ENCRYPTION and change password on ENCRYPTION_PASSWORD
To enable Encrypting by "--encrypt" change ENABLE_ENCRYPTION_BUILDER to 1 (by ). This allows to remove code of creating encrypted files off the production build
you can also skip adding password to --encrypt command it automatically will be taken from file (by )
Support HTTP/HTTPS/WS/WSS. by
Discord RPC by
To enable just go to , set 1 in ENABLE_DISCORD_RPC and configure the others definitions
You can see the step by step in
Client Updater by
Paste the API folder in your www folder ()
Uncomment and change this line ()
Colored text
Shader with Framebuffer | (, , , )
Bot V8 | (, , , , )
/
(Features)