• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient ERROR: Unable to send extended opcode 201, extended opcodes are not enabled on this server. otv8 tfs 1.5

bpm91

Intermediate OT User
Joined
May 23, 2019
Messages
928
Solutions
7
Reaction score
127
Location
Brazil
YouTube
caruniawikibr
hello I'm trying to fix this error that appears in my terminal, I have no idea how to fix it, I use otv8 - silva classic otui and nekiro 1.5
7.72
I also activated in game features
g_game.enableFeature(GameExtendedOpcode)

but the error continues

the error happens when logging in


WhatsApp Image 2022-12-01 at 17.50.22.jpeg
 
i solved it in protocolgame.cpp
features[GameExtendedOpcodes] = true
to
features[GameExtendedOpcodes] = false

and remove
g_game.enableFeature(GameExtendedOpcode)
from otc
 
Back
Top