Coruja
Member
on latest TOL client 7.0.56, new items got added and now tiledata have 40703 items (0x9EFF)
but even using client 7.0.56, all items > 40203 (0x9D0B) are not displaying correctly, the client draw it on screen using "unused" id (0x0)
the same situation occured years ago on SA -> HS update, where the packet 0xF3 (WorldItemSA) was not able to draw HS items so it got updated to WorldItemHS to be able to draw these items correctly
https://github.com/ServUO/ServUO/blob/master/Server/Network/Packets.cs#L1305
but now the same is occuring again on TOL items > 40203 (0x9D0B), so maybe its time to create a new packet WorldItemTOL?
but even using client 7.0.56, all items > 40203 (0x9D0B) are not displaying correctly, the client draw it on screen using "unused" id (0x0)

the same situation occured years ago on SA -> HS update, where the packet 0xF3 (WorldItemSA) was not able to draw HS items so it got updated to WorldItemHS to be able to draw these items correctly
https://github.com/ServUO/ServUO/blob/master/Server/Network/Packets.cs#L1305
but now the same is occuring again on TOL items > 40203 (0x9D0B), so maybe its time to create a new packet WorldItemTOL?