Good afternoon, could someone please help me? I added this Leo system to my server.
[TFS 1.X] Rarity Rolls & Custom Attributes Library (https://otland.net/threads/tfs-1-x-rarity-rolls-custom-attributes-library.268888/)
It worked when I ran /roll, so far so good.
Then I searched for information about color items in the inventory, and I found some:
color+itens (https://otland.net/threads/color-itens.286107/)
OTclientV8 ItemTooltip + rarity frames + custom color on item name (https://otland.net/threads/otclientv8-itemtooltip-rarity-frames-custom-color-on-item-name.290143/)
I followed all their logic, I did 100% as they said, but because of this my otclientv8 is having problems.
ERROR: Unable to send extended opcode 201, extended opcodes are not enabled on this server.
ERROR: Unable to send extended opcode 91, extended opcodes are not enabled on this server.
ERROR: ProtocolGame parse message exception (3797 bytes, 234 unread, last opcode is 0x78 (120), prev opcode is 0x83 (131)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
Does anyone have any suggestions as to what the problem might be? I believe it's in otclientv8. I didn't change anything in the otclientv8 source code because I didn't find anything saying to change it; maybe I got lost.
I added the following to the features:
g_game.enableFeature(GameItemTooltip)
g_game.enableFeature(GameExtendedOpcode)
But I'm still having the problem. I'm using TFS 1.5x Base Nekiro, as Matheus Roberto posted.
In otclientv8 I didn't modify anything in the sources.
I use OtClientV8 3.1
By: Otclient.net
[TFS 1.X] Rarity Rolls & Custom Attributes Library (https://otland.net/threads/tfs-1-x-rarity-rolls-custom-attributes-library.268888/)
It worked when I ran /roll, so far so good.
Then I searched for information about color items in the inventory, and I found some:
color+itens (https://otland.net/threads/color-itens.286107/)
OTclientV8 ItemTooltip + rarity frames + custom color on item name (https://otland.net/threads/otclientv8-itemtooltip-rarity-frames-custom-color-on-item-name.290143/)
I followed all their logic, I did 100% as they said, but because of this my otclientv8 is having problems.
ERROR: Unable to send extended opcode 201, extended opcodes are not enabled on this server.
ERROR: Unable to send extended opcode 91, extended opcodes are not enabled on this server.
ERROR: ProtocolGame parse message exception (3797 bytes, 234 unread, last opcode is 0x78 (120), prev opcode is 0x83 (131)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
Does anyone have any suggestions as to what the problem might be? I believe it's in otclientv8. I didn't change anything in the otclientv8 source code because I didn't find anything saying to change it; maybe I got lost.
I added the following to the features:
g_game.enableFeature(GameItemTooltip)
g_game.enableFeature(GameExtendedOpcode)
But I'm still having the problem. I'm using TFS 1.5x Base Nekiro, as Matheus Roberto posted.
In otclientv8 I didn't modify anything in the sources.
I use OtClientV8 3.1
By: Otclient.net