Está usando uint16? no arquivo otclientrc.lua do seu cliente, substitue tudo por isso:
-- this file is loaded after all modules are loaded and initialized
-- you can place any custom user code here
print 'Startup done :]'
-- g_game.enableFeature(16)
connect(g_game, { onGameStart = function () g_game.enableFeature(GameExtendedClientPing) end })
connect(g_game, { onGameStart = function () g_game.enableFeature(16) end })
Creio que irá resolver, e sobre os erros de opcode no terminal, basta apenas adicionar o opcode na distro. Se preferir você pode baixar oque disponibilizei aqui no fórum, abraços! xD