Seeing as how they have no configurations for being enabled. I guess you would just use packet 122.
Code:if (pktType == 122) { int id = packetStream.method436(); int color = packetStream.method436(); int red = color >> 10 & 0x1f; int green = color >> 5 & 0x1f; int Blue = color & 0x1f; RSInterface.interfaceCache[id].disabledColor = (red << 19) + (green << 11) + (Blue << 3); pktType = -1; return true; }







