• 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!

TFS 1.X+ TFS 1.5 772 downgrade + OTclientV8 unhandled opcode 128

jakub742

Member
Joined
May 1, 2010
Messages
144
Solutions
2
Reaction score
20
Location
Slovakia
Hi im using TFS 1.5 Nekiro's downgrade 772. I uncommented source code for the addons, replaced outfits in ObjectBuilder in 772 from 854.
Edited features.lua in Otcv8
Lua:
    if(version >= 770) then
        g_game.enableFeature(GamePlayerAddons)
        g_game.enableFeature(GameLooktypeU16)
        g_game.enableFeature(GameMessageStatements)
        g_game.enableFeature(GameLoginPacketEncryption)
        g_game.enableFeature(GameExtendedOpcode)
        g_game.enableFeature(GameNewOutfitProtocol)
    end

Everything is working fine but everytime i open Outfit window through "Set Outfit" i get this error in client:
ERROR: ProtocolGame parse message exception (207 bytes, 3 unread, last opcode is 0x80 (128), prev opcode is 0xc8 (200)): unhandled opcode 128.
Tried to find the 128 opcode in client sources i found in protocolcodes.h :
ClientRejectTrade = 128,

Can someone help me with fixing this ? Thanks
 
Back
Top