It seems to be a problem with Injection and the new feature from the client Buff/Debuff Window.
The server sends a packet 0xDF, but Injection seems to block this packet.
In the injection_log.txt the entry:
***Error: Length unknown for message 0xDF
can be found.
Is there a way to fix this?
Regards,
turley
Paket 0xDF
Moderators: Murderator+, Murderator
по теме нарыл
http://www.sphereserver.net/forums/inde ... 38794&st=0
+
http://update.uo.com/design_523.html
мож поможет впроблеме )
http://www.sphereserver.net/forums/inde ... 38794&st=0
BYTE cmd
· BYTE[2] Length
· BYTE[4] UID
· BYTE type or something (0x4 = show/remove buff icons)
· BYTE Icon number (can go up to 0x18)
· BYTE[2] 0x1 = show an icon; 0x0 = hide an icon
Note: If you want to hide an icon, end the packet here
· BYTE[4] Unknown (00 00 00 00)
· BYTE type or something (0x4 = show/remove buff icons)
· BYTE Icon number (can go up to 0x18)
· BYTE[2] 0x1 = show icon; 0x0 = hide icon
· BYTE[4] Unknown (00 00 00 00)
· BYTE[2] Time
· BYTE[2] Unknown (00 00 00 00)
· BYTE Unknown (00)
· BYTE[4] Cliloc number to display - 1nd part
· BYTE[4] Cliloc number to display - 2nd part
· BYTE[4] Unknown (00 00 00 00)
· BYTE[2] Unknown. (Something with clilocs)
· BYTE[4] (Number entry length) * 2
· BYTE 1st number entry in ASCII (e.g. for strength +85% should be 038)
· BYTE Unknown (00)
· BYTE 2nd number entry in ASCII (e.g. for strength +85% should be 035)
· BYTE Unknown (00)
.......... (other entries)
+
http://update.uo.com/design_523.html
мож поможет впроблеме )