Packet 61 - Icons in bottom corner
Packet id: 61
Usage: frame61(sprite);
Packet structure:
Code:
public void frame61(int i1) // Icons in bottom corner
{
outStream.createFrame(61);
outStream.writeByte(i1);
}
Example:
This tells the client to display the protect from range sprite in the bottom corner.
[Only registered and activated users can see links. Click Here To Register...]
Hint:
Most 317 servers have the incorrect packet size for frame 61. This causes the packet to function improperly. To fix this error, replace:
Code:
0, 8, 0, 0, 0, 0, 0, 0, 0, 0, //60
with this:
Code:
8, 0, 0, 0, 0, 0, 0, 0, 0, 0, //60 - Fixed
CREDITS TO: Me (20%), Diablo1123 (40%), Wolf (40%).
~ Runite