[Kronos] - text in interface overlay
I am trying to change the text in the interface overlay but can't find the child id
How it's original :
[Only registered and activated users can see links. Click Here To Register...]
How it is now:
[Only registered and activated users can see links. Click Here To Register...]
the code:
Code:
private static final int OVERLAY = 139;
player.openInterface(InterfaceType.PRIMARY_OVERLAY, OVERLAY);
player.getPacketSender().sendString(OVERLAY, 5, "text1");
Now I want the text under "text1" and the "0" but can't find the child id. any idea?