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

Custom version (8.40) - problems items?

Dunos

New Member
Joined
Oct 28, 2012
Messages
22
Reaction score
0
added to the client their own version (8.40), I can log in, but there is a problem with items

I click on an item such as money exchange and object disappears instead of change (gold > plate)

log:
Code:
ERROR: ProtocolGame parse message exception (581 bytes unread, last opcode is 216, prev opcode is 160): unhandled opcode 216

another problem when the monster appears on the map:

log:
Code:
ERROR: ProtocolGame parse message exception (135 bytes unread, last opcode is 216, prev opcode is 160): unhandled opcode 216
ERROR: no thing at pos:1079 1011 7, stackpos:1
at:	[C++]: ProtocolGame::getMappedThing
ERROR: no creature found to move
at:	[C++]: ProtocolGame::parseCreatureMove
ERROR: no thing at pos:1078 1011 7, stackpos:1
at:	[C++]: ProtocolGame::getMappedThing
ERROR: invalid creature
at:	[C++]: ProtocolGame::getCreature
ERROR: no thing
at:	[C++]: ProtocolGame::parseTileTransformThing
ERROR: no thing at pos:1079 1012 7, stackpos:1
at:	[C++]: ProtocolGame::getMappedThing
ERROR: no creature found to move
at:	[C++]: ProtocolGame::parseCreatureMove
ERROR: ProtocolGame parse message exception (135 bytes unread, last opcode is 216, prev opcode is 160): unhandled opcode 216
ERROR: ProtocolGame parse message exception (42 bytes unread, last opcode is 106, prev opcode is -1): unable to create item with invalid id 24833
ERROR: no thing at pos:1079 1013 7, stackpos:1
at:	[C++]: ProtocolGame::getMappedThing
ERROR: no creature found to move
at:	[C++]: ProtocolGame::parseCreatureMove


missing some additional packages? or where do I look for the cause.
 
Back
Top