otclient
otclient copied to clipboard
An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
To make Docker image build to work again.
### Steps to reproduce (include any configuration/script required to reproduce) 1. Compile otclient 2. Compile a lua module such as /modules/corelib/math.lua to bytecode using LATEST LuaJIT version 3. Run otclient...
Pushing the same code present in TFS. Tired of seeing this being sold in plain sight :stuck_out_tongue_closed_eyes: "This patch enables auto-vectorization for XTEA encryption and decryption, exploring vector (SSE, AVX)...
Fix problem with positioning when "Move windows to panels". Fix indentations. Fix for issue #33
Add new attribute ItemTypeAttrPluralName with get/set methods. Get attribute plural in item type parser. Add possibility to find item type/types by plural name from item types. Add new added functionality...
System for binding predefined actions with hotkeys module. **Api for external mods/modules.** _Add action to action list:_ `modules.game_hotkeys.addAction(moduleName, actionName, function)` _Remove action from action list:_ `modules.game_hotkeys.removeAction(moduleName, actionName)` or for all...
**Videos** - Super slow motion troll going from up to down and comparing with real gif and sprites: https://streamable.com/2xek1 - Super slow motion troll going from right to left: https://streamable.com/wmv6e...
There is this error when compiling on ubuntu 20.04. I believe that this error occurs because of lib libvorbis, which in ubuntu 18.04 is in version 1.3.5 and in ubuntu...
**Describe the bug** You cannot use chests nor some items if they are near walls with borders on top. For some unknown reason entering the wall allow you to use...
Added .dat and .spr to clarify file paths in things.lua Corrected directory paths to lau headers.