Thread: 718 Interface With Item Icon?

Results 1 to 4 of 4
  1. #1 718 Interface With Item Icon? 
    Registered Member CamperScape's Avatar
    Join Date
    Nov 2012
    Posts
    102
    Thanks given
    7
    Thanks received
    5
    Rep Power
    11
    Anybody know the id for this interface?
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    784
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    1189, I think.
    Reply With Quote  
     

  3. #3  
    Registered Member CamperScape's Avatar
    Join Date
    Nov 2012
    Posts
    102
    Thanks given
    7
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by Sirloin View Post
    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);
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    784
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    Quote Originally Posted by CamperScape View Post
    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)
    Reply With Quote  
     

  5. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 613 Interface Icon packet ( * new * )
    By mgi125 in forum Configuration
    Replies: 18
    Last Post: 09-24-2010, 10:57 PM
  2. Magic Interface Icon ID's
    By Mr. Gangster in forum Requests
    Replies: 1
    Last Post: 09-27-2009, 06:02 PM
  3. Replies: 5
    Last Post: 01-02-2009, 05:33 AM
  4. Replies: 17
    Last Post: 04-28-2008, 01:10 PM
  5. Replies: 30
    Last Post: 02-10-2008, 04:48 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •