Thread: Achievement Diary/quest tab switch

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 Achievement Diary/quest tab switch 
    =(Kajakas)=
    Guest
    Hello, this is a quick guide to make the interfaces switch from the small button .
    Difficulty:0/10
    Classes Modified:ButtonHandler.java
    Step 1:
    first off:
    search for:
    Code:
    		case 239:
    			interface239(buttID);
    			break;
    under it: paste these two
    Code:
    		case 274: 
    			interface274(buttID);
    			break;
    		case 259: 
    			interface259(buttID);
    			break;
    step 2:
    Find:
    Code:
    	private void interface182(int ID) {
    		  myPlayer.destroy();
                      
    	}
    under it paste these two:
    Code:
    	private void interface274(int ID) {
    		switch (ID) {               
    		case 11:	
    myPlayer.setInterface(1, 259, 101);
    break;		
    		}
    	}
    	private void interface259(int ID) {
    		switch (ID) {               
    		case 10:	
    myPlayer.setInterface(1, 274, 101);
    break;		
    		}
    	}
    SAve and compile.
    Thats it, dont need to use that command this works like a charm .
    Reply With Quote  
     

  2. #2  
    Cudder
    Coder Ant's Avatar
    Join Date
    Jan 2008
    Age
    28
    Posts
    78
    Thanks given
    0
    Thanks received
    0
    Rep Power
    15
    Woot 2 errors;

    Code:
    .\src\net\cellkyborg\server\ButtonHandler.java:147: setInterface(int,int,int) ha
    s private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 259, 101);
            ^
    .\src\net\cellkyborg\server\ButtonHandler.java:154: setInterface(int,int,int) ha
    s private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 274, 101);
            ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    2 errors
    src\net\cellkyborg\server\ButtonHandler.java:147: setInterface(int,int,int) has
    private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 259, 101);
            ^
    src\net\cellkyborg\server\ButtonHandler.java:154: setInterface(int,int,int) has
    private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 274, 101);
            ^
    Note: .\src\net\cellkyborg\RSInstances\RSPlayer.java uses unchecked or unsafe op
    erations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    Reply With Quote  
     

  3. #3  
    =(Kajakas)=
    Guest
    Too bad it worked for me?
    il run thru this and see if i did something wrong.
    Reply With Quote  
     

  4. #4  
    my rep is h4x0r3d


    Join Date
    Dec 2006
    Posts
    1,760
    Thanks given
    10
    Thanks received
    8
    Rep Power
    207
    Quote Originally Posted by Coder Ant View Post
    Woot 2 errors;

    Code:
    .\src\net\cellkyborg\server\ButtonHandler.java:147: setInterface(int,int,int) ha
    s private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 259, 101);
            ^
    .\src\net\cellkyborg\server\ButtonHandler.java:154: setInterface(int,int,int) ha
    s private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 274, 101);
            ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    2 errors
    src\net\cellkyborg\server\ButtonHandler.java:147: setInterface(int,int,int) has
    private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 259, 101);
            ^
    src\net\cellkyborg\server\ButtonHandler.java:154: setInterface(int,int,int) has
    private access in net.cellkyborg.RSInstances.RSPlayer
    myPlayer.setInterface(1, 274, 101);
            ^
    Note: .\src\net\cellkyborg\RSInstances\RSPlayer.java uses unchecked or unsafe op
    erations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    You *** you copied my avatar.
    Quote Originally Posted by super_ View Post
    this is shit. you are shit. gtfo retard.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Jan 2008
    Posts
    651
    Thanks given
    125
    Thanks received
    109
    Rep Power
    184
    16 Errors, did you use the v3 one? or the first one first released?
    Reply With Quote  
     

  6. #6  
    =(Kajakas)=
    Guest
    I used my own modification, if you dont have setinterface then add it yourself. it works for me.
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Sep 2006
    Posts
    375
    Thanks given
    0
    Thanks received
    3
    Rep Power
    0
    Hmm, thanks but when clicking the little icon, it doesn't work
    Reply With Quote  
     

  8. #8  
    =(Kajakas)=
    Guest
    Try clicking many times man, i think its the 474 bugging Lol, click many times fast on it im sure it works.
    Reply With Quote  
     

  9. #9  
    sk8ter_rick
    Guest
    W0000t ty kajakas =) working !!!
    Reply With Quote  
     

  10. #10  
    =(Kajakas)=
    Guest
    heh, no problem its easy.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •