Anybody know the id for this interface?
1189, I think.
Originally Posted by Sirloin 1189, I think. ty, do you know what lines the text are and what line i edit to change the icon with this? the i is the line i need Code: player.getPackets().sendIComponentText(1189, i, "You have received this item"); player.getPackets().sendItemOnIComponent(1189, i, 20084, 1);
player.getPackets().sendIComponentText(1189, i, "You have received this item"); player.getPackets().sendItemOnIComponent(1189, i, 20084, 1);
Originally Posted by CamperScape ty, do you know what lines the text are and what line i edit to change the icon with this? the i is the line i need Code: player.getPackets().sendIComponentText(1189, i, "You have received this item"); player.getPackets().sendItemOnIComponent(1189, i, 20084, 1); Code: player.getPackets().sendItemOnIComponent(1189, 1, itemId, amount); player.getPackets().sendIComponentText(1189, 4, text); 1 = Component Id (item) 1189 = interface 4 = Component Id (text)
player.getPackets().sendItemOnIComponent(1189, 1, itemId, amount); player.getPackets().sendIComponentText(1189, 4, text);
CamperScape
There are currently 1 users browsing this thread. (0 members and 1 guests)
Forum Rules