ja tive esse problema, demorei a achar a solução, tenta isso aqui https://github.com/edubart/otclient/pull/778/files, vai na pasta modules/gamelib/const.lua e faça essa mudança aqui em baixo
@@ -218,8 +218,8 @@ MessageModes = {
RVRAnswer = 47,
RVRContinue = 48,
GameHighlight = 49,
- NpcFromStartBlock = 50,
- Last = 51,
+ NpcFromStartBlock = 51,
+ Last = 52,
Invalid = 255,
}