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

OTCV8 Erro feature (Health and Mana bar backgrounds)

anthonyx22222

New Member
Joined
May 29, 2017
Messages
10
Reaction score
0
Whenever I apply this feature in my features.lua:

g_game.enableFeature(GameHealthInfoBackground)

I get an error in otclient as if it were sprite problems when it is not extended or something like that, I'm applying the code according to this source:


but even applying correctly I still get these errors:
ERROR: too many things, pos=121 263 0, stackpos=11
at:
[C++]: ?setTileDescription@ProtocolGame@@QAEHABV?$shared_object_ptr@VInputMessage@@@stdext@@VPosition@@@Z
ERROR: too many things, pos=121 263 0, stackpos=12
at:
[C++]: ?setTileDescription@ProtocolGame@@QAEHABV?$shared_object_ptr@VInputMessage@@@stdext@@VPosition@@@Z
ERROR: too many things, pos=121 263 0, stackpos=13
at:
[C++]: ?setTileDescription@ProtocolGame@@QAEHABV?$shared_object_ptr@VInputMessage@@@stdext@@VPosition@@@Z
ERROR: too many things, pos=121 263 0, stackpos=14
at:
[C++]: ?setTileDescription@ProtocolGame@@QAEHABV?$shared_object_ptr@VInputMessage@@@stdext@@VPosition@@@Z
ERROR: ProtocolGame parse message exception (8143 bytes, 280 unread, last opcode is 0x64 (100), prev opcode is 0x0a (10)): unable to create item with invalid id 25760
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)

1686776906757.png

forgive my english :D
 
Last edited:
Back
Top