Sobre o terminal me refiro o terminal do Otclient mesmo(CTRL + T). Provavelmente lá gera algum erro. Bom, como você alterou para uint16 tente adicionar no final do arquivo otclientrc.lua isto:
-- g_game.enableFeature(16)
connect(g_game, { onGameStart = function () g_game.enableFeature(GameExtendedClientPing) end })
connect(g_game, { onGameStart = function () g_game.enableFeature(16) end })
Ou verifique seu .spr e dat e tente utilizar estendido ou não estendido.