Thread: [718] Perfect custom quest/music tab interface to use (id 1247)

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 [718] Perfect custom quest/music tab interface to use (id 1247) 
    Registered Member Ffsn99b's Avatar
    Join Date
    Aug 2013
    Posts
    137
    Thanks given
    3
    Thanks received
    9
    Rep Power
    16
    So I've recently come across a very nice tab interface, for those who don't know, it's the one that looks like the one below:



    I have all the componentIds and all the childIds. Note you will need to use an interface editor to get rid of the "Exit" text, as it's already printed on that button (use a hex editor).

    Anyway, here's the code:

    InterfaceManager.java

    Find
    Code:
    		sendTab(125, 187); // music
    Replace with
    Code:
    sendReplacedMusicTab();
    Find
    Code:
    		sendTab(185, 187);// music
    Replace with
    Code:
    sendReplacedMusicTab();
    Code:
    	public void sendReplacedMusicTab() {
    		sendTab(resizableScreen ? 125 : 185, 1247);	
    		player.getPackets().sendIComponentText(1247, 0,  "1");//1
    		player.getPackets().sendIComponentText(1247, 21,  "2");//2
    		player.getPackets().sendIComponentText(1247, 32,  "3");//3
    		player.getPackets().sendIComponentText(1247, 43,  "4");//4
    		player.getPackets().sendIComponentText(1247, 54,  "5");//5
    		player.getPackets().sendIComponentText(1247, 65,  "6");//6	
    		player.getPackets().sendIComponentText(1247, 65,  "7");//7
    	}
    ButtonHandler.java
    Code:
    		else if (interfaceId == 1247) {//Custom music tab buttons
    			switch(componentId) {
    			case 9://1
    			   
    			     break;		
    			case 18://2
    				   
    			     break;
    			case 29://3
    				   
    			     break;
    			case 40://4
    				   
    			     break;
    			case 51://5
    				   
    			     break;
    			case 62://6
    				   
    			     break;
    			case 71://7
    				   
    			     break;
    			
    			}
    	    }
    Quote Originally Posted by Sam Bartlett View Post
    Why would you want to remove the music tab? Idiot..
    I'm an idiot for removing something I don't plan to use? The irony.
    Quote Originally Posted by Sam Bartlett View Post
    I'm pround to be in your signature, you're an apsalute idiot and act clever. Then you make a fool of yourself.
    proud*
    absolute*
    This is going to go in my sig as well lol, gj
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Banned

    Join Date
    Jan 2012
    Age
    22
    Posts
    2,705
    Thanks given
    907
    Thanks received
    628
    Rep Power
    0
    I'm proud to be in your signature, you're an absolute idiot and act clever. Then you make a fool of yourself.
    Reply With Quote  
     

  4. #3  
    Banned

    Join Date
    Sep 2011
    Posts
    1,037
    Thanks given
    133
    Thanks received
    257
    Rep Power
    0
    i swear no one knows the meaning of perfect on here
    Reply With Quote  
     

  5. Thankful users:


  6. #4  
    Registered Member Ffsn99b's Avatar
    Join Date
    Aug 2013
    Posts
    137
    Thanks given
    3
    Thanks received
    9
    Rep Power
    16
    Quote Originally Posted by Sam Bartlett View Post
    I'm pround to be in your signature, you're an apsalute idiot and act clever. Then you make a fool of yourself.
    proud*
    absolute*

    This is going to go in my sig as well lol, gj
    Quote Originally Posted by Sam Bartlett View Post
    Why would you want to remove the music tab? Idiot..
    I'm an idiot for removing something I don't plan to use? The irony.
    Quote Originally Posted by Sam Bartlett View Post
    I'm pround to be in your signature, you're an apsalute idiot and act clever. Then you make a fool of yourself.
    proud*
    absolute*
    This is going to go in my sig as well lol, gj
    Reply With Quote  
     

  7. #5  
    Banned
    Join Date
    Dec 2012
    Posts
    563
    Thanks given
    24
    Thanks received
    115
    Rep Power
    0
    wow bro i added this and i got 100 errors!!! and why is there pictures of magic spells?!?!!? i want partyhats @@@@@@@@@@@@@@2 >:[
    Reply With Quote  
     

  8. Thankful users:


  9. #6  
    48 0x69

    Pax M's Avatar
    Join Date
    Oct 2013
    Posts
    2,012
    Thanks given
    36
    Thanks received
    488
    Discord
    View profile
    Rep Power
    2245
    Nice
    Reply With Quote  
     

  10. #7  
    Donator
    Super Noodles's Avatar
    Join Date
    Sep 2013
    Age
    26
    Posts
    428
    Thanks given
    15
    Thanks received
    78
    Rep Power
    14
    Nice release Haha dat sig, gj~
    Reply With Quote  
     

  11. #8  
    Donator

    El Camino's Avatar
    Join Date
    Dec 2011
    Age
    22
    Posts
    1,735
    Thanks given
    461
    Thanks received
    334
    Rep Power
    175
    Wtf is this?
    Don't be scared. It can't hurt you.
    Reply With Quote  
     

  12. #9  
    Banned

    Join Date
    Jul 2011
    Posts
    1,772
    Thanks given
    495
    Thanks received
    426
    Rep Power
    0
    Quote Originally Posted by Doktor Mugg View Post
    wow bro i added this and i got 100 errors!!! and why is there pictures of magic spells?!?!!? i want partyhats @@@@@@@@@@@@@@2 >:[
    lolol
    Reply With Quote  
     

  13. #10  
    (Official) Thanksgiver

    Arham's Avatar
    Join Date
    Jan 2013
    Age
    20
    Posts
    3,377
    Thanks given
    7,120
    Thanks received
    1,879
    Discord
    View profile
    Rep Power
    3454
    Too minimal for spells.
    Quote Originally Posted by MrClassic View Post
    Arham is the official thanker!
    List of my work [Only registered and activated users can see links. ]!
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Custom Quest/Achievements tab
    By Not Alex in forum Snippets
    Replies: 14
    Last Post: 03-31-2015, 03:25 PM
  2. [718/742] Custom Quest Tab
    By -Robbie in forum Help
    Replies: 4
    Last Post: 12-08-2013, 06:16 PM
  3. Replies: 1
    Last Post: 11-26-2013, 01:36 PM
  4. Music tab interface id!
    By zacander in forum Requests
    Replies: 1
    Last Post: 08-28-2010, 04:58 PM
  5. New Music Tab Interface
    By Galkon in forum Show-off
    Replies: 49
    Last Post: 01-14-2009, 04:05 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
  •