Thread: Child ids interface 825 REP++

Results 1 to 4 of 4
  1. #1 Child ids interface 825 REP++ 
    Registered Member
    Join Date
    Dec 2014
    Posts
    348
    Thanks given
    20
    Thanks received
    5
    Rep Power
    8
    I need some child ids for this interface (inter 825)



    I have the ones for everything on the right, atm i need all ids for the "%",

    the items (quick repair, repair expert, etc) and i need the "elof's reward shop" id @ the top

    thanks in advanced.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2013
    Posts
    47
    Thanks given
    4
    Thanks received
    3
    Rep Power
    13
    Here you go m8
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Dec 2014
    Posts
    348
    Thanks given
    20
    Thanks received
    5
    Rep Power
    8
    Quote Originally Posted by Spongebob View Post
    Here you go m8
    Thanks man

    do u by any chance know the interface id and cids of this
    http://prntscr.com/5j7kix
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Apr 2013
    Posts
    47
    Thanks given
    4
    Thanks received
    3
    Rep Power
    13
    Quote Originally Posted by _Blank View Post
    Thanks man
    Just so you know, you can use this to find them in the future, after you use that cmd, just open up the interface and it will give you all the cids like my screenshot
    Code:
    			if (cmd[0].equalsIgnoreCase("inters")) {
    				if (cmd.length < 2) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: ::inters interfaceId");
    					return true;
    				}
    
    				try {
    					int interId = Integer.valueOf(cmd[1]);
    					for (int componentId = 0; componentId < Utils
    							.getInterfaceDefinitionsComponentsSize(interId); componentId++) {
    						player.getPackets().sendIComponentText(interId,
    								componentId, "cid: " + componentId);
    					}
    				} catch (NumberFormatException e) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: ::inters interfaceId");
    				}
    				return true;
    			}
    Reply With Quote  
     


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. Replies: 19
    Last Post: 11-18-2016, 11:18 AM
  2. Showing interface IDs and Child IDs with RSBot?
    By Virus X3 in forum RuneScape Underground
    Replies: 3
    Last Post: 05-28-2009, 02:41 AM
  3. Interface 334 child id's
    By Maxi in forum Help
    Replies: 2
    Last Post: 05-27-2009, 05:20 PM
  4. Interface Child ID's (0-759)
    By Anthony-| in forum Downloads
    Replies: 12
    Last Post: 03-10-2009, 09:12 PM
  5. How to dump Child Id's for Items on interfaces
    By Hotyute in forum Tutorials
    Replies: 16
    Last Post: 02-22-2009, 03:46 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •