jakub742
Active Member
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
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
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