Thread: Quest tab achievement icon

Results 1 to 9 of 9
  1. #1 Quest tab achievement icon 
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Edited :

    There's this little green button in the questTab, that's like for the achievements. It does nothing when clicked, button 74212.

    I've tried c.setSideBarInterface(14, 25000) But that's not the actual code for that. How do I get it so it switches?

    I got karma to help me on teamview, it still did not work. My setsidebar defines the bar but does not automatically put you on the interface
    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    this is server sided and the reason why people are more active here than client is because there aren't many people who are good client sided. but yeah. go to client.java or player.java and search for

    Code:
    	public void sidebarSettings() {
    then

    Code:
    		this.setSidebarInterface(1, 3917);
    		this.setSidebarInterface(2, 638);
    		this.setSidebarInterface(3, 3213);
    		this.setSidebarInterface(4, 1644);
    Code:
    		this.setSidebarInterface(4, 1644);
    4 = which tab
    1644 = interface

    you might be missing some tabs, should have like up to 15 or 16 for 562
    Reply With Quote  
     

  3. #3  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Quote Originally Posted by Karma_K View Post
    this is server sided and the reason why people are more active here than client is because there aren't many people who are good client sided. but yeah. go to client.java or player.java and search for

    Code:
    	public void sidebarSettings() {
    then

    Code:
    		this.setSidebarInterface(1, 3917);
    		this.setSidebarInterface(2, 638);
    		this.setSidebarInterface(3, 3213);
    		this.setSidebarInterface(4, 1644);
    Code:
    		this.setSidebarInterface(4, 1644);
    4 = which tab
    1644 = interface

    you might be missing some tabs, should have like up to 15 or 16 for 562
    And adding the actual 'interface' is client! Alright damnit been weeks or months I was trying to figure this out but I thought I was dumb asking lol..

    How do I figure which button is which? Try and fail probs?
    Attached image
    Reply With Quote  
     

  4. #4  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Olinice View Post
    And adding the actual 'interface' is client! Alright damnit been weeks or months I was trying to figure this out but I thought I was dumb asking lol..

    How do I figure which button is which? Try and fail probs?
    just choose a number thats not already there from 0-16, unless for some reason your client goes higher.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Quote Originally Posted by Karma_K View Post
    just choose a number thats not already there from 0-16, unless for some reason your client goes higher.
    Got it thank you, any personnal recommendations / ones you liked as custom interfaces for a PI ? I have two to add, my quest tab is already text. :L

    Repped cause i've been looking for this forever
    Attached image
    Reply With Quote  
     

  7. #6  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Quote Originally Posted by Karma_K View Post
    just choose a number thats not already there from 0-16, unless for some reason your client goes higher.

    There's this little green button in the questTab, that's like for the achievements. It does nothing when clicked, button 74212.

    I've tried c.setSideBarInterface(14, 25000) But that's not the actual code for that. How do I get it so it switches?
    Attached image
    Reply With Quote  
     

  8. #7  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Olinice View Post
    There's this little green button in the questTab, that's like for the achievements. It does nothing when clicked, button 74212.

    I've tried c.setSideBarInterface(14, 25000) But that's not the actual code for that. How do I get it so it switches?
    should be as simple as

    Code:
    case 74212:
    c.setSidebarInterface(14, 25000);
    break;
    14 being the same tab unless you want it to open/replace a new tab and 25000 being the interface
    Reply With Quote  
     

  9. #8  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Quote Originally Posted by Karma_K View Post
    should be as simple as

    Code:
    case 74212:
    c.setSidebarInterface(14, 25000);
    break;
    14 being the same tab unless you want it to open/replace a new tab and 25000 being the interface
    That's what I was trying, it does not work.
    My " SetSidebarInterface" defines the tab but does not switch to it.
    Attached image
    Reply With Quote  
     

  10. #9  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Olinice View Post
    That's what I was trying, it does not work.
    My " SetSidebarInterface" defines the tab but does not switch to it.
    let me have a look on tv?
    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. Side bar interfaces
    By Darkness in forum Help
    Replies: 0
    Last Post: 06-02-2013, 09:42 PM
  2. Side bars
    By Jaegon in forum Help
    Replies: 10
    Last Post: 09-28-2011, 04:23 AM
  3. Smithing bar interface
    By Bando in forum Requests
    Replies: 1
    Last Post: 02-02-2010, 06:21 AM
  4. Rebuild Side-Bar Space
    By Kenshin1388 in forum Projects
    Replies: 15
    Last Post: 01-01-2010, 06:45 PM
  5. [req] 2h att style side bar[req]
    By SODIO in forum Requests
    Replies: 2
    Last Post: 03-08-2009, 11:09 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
  •