Thread: Add Equip Screen and Items kept on death *soooo easy*

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Add Equip Screen and Items kept on death *soooo easy* 
    knight30303
    Guest
    By: Knight30303
    Difficulty: 0/10
    Knowledge: Know how to copy and paste, and open files!

    here you go guys, noobs who don't know how to do this, Even tho its the easiest thing ever, im only posting because nobody else has yet

    add this to Button.java:
    Code:
    	    case 387:
    		if(button == 51) //Equip Screen
    		p.frame.setInterface2(p, 548, 5, 667);
    		else if (button == 50) //Items kept on death
    		p.frame.setInterface2(p, 548, 5, 102);
    	    break;
    by adding this code you are saying that if you click button -51- then it will open up the interface 667 wich is the Player Equip menu, and in the same -case- if you click the button -50- then it opens up, Items kept on death, i hope this little info made it a tut? lol
    Reply With Quote  
     

  2. #2  
    my rep is h4x0r3d


    Join Date
    Dec 2006
    Posts
    1,760
    Thanks given
    10
    Thanks received
    8
    Rep Power
    207
    This goes in configuration, not in tutorial. There is nothing your teaching us here, only telling us to shove this in the button class.
    Quote Originally Posted by super_ View Post
    this is shit. you are shit. gtfo retard.
    Reply With Quote  
     

  3. #3  
    knight30303
    Guest
    Quote Originally Posted by Link View Post
    This goes in configuration, not in tutorial. There is nothing your teaching us here, only telling us to shove this in the button class.
    srry link, didn't know that, can some 1 move?? if guthan views it, can you move to config?
    Reply With Quote  
     

  4. #4  
    burizo
    Guest
    didnt know if this was a 474 tut or a 503 but it worked for my 503 =)
    Reply With Quote  
     

  5. #5  
    kristis9999
    Guest
    its 503 but danno base
    Reply With Quote  
     

  6. #6  
    Registered Member jigar's Avatar
    Join Date
    Aug 2008
    Posts
    723
    Thanks given
    0
    Thanks received
    6
    Rep Power
    15
    If you wont it for rs2e v2 then change to
    case 387:
    if (buttonId == 51) {
    p.frame.showInterface(p, 5, 667);
    }
    if (buttonId == 50) { //Items kept on death
    p.frame.showInterface(p, 5, 102);
    }
    break;
    Reply With Quote  
     

  7. #7  
    kristis9999
    Guest
    thx but i figured that out my self
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Feb 2007
    Posts
    252
    Thanks given
    0
    Thanks received
    0
    Rep Power
    106
    Quote Originally Posted by jigar View Post
    If you wont it for rs2e v2 then change to
    case 387:
    if (buttonId == 51) {
    p.frame.showInterface(p, 5, 667);
    }
    if (buttonId == 50) { //Items kept on death
    p.frame.showInterface(p, 5, 102);
    }
    break;
    *yawn* I bet fudge would find your "findings" very useful
    Reply With Quote  
     

  9. #9  
    Registered Member jigar's Avatar
    Join Date
    Aug 2008
    Posts
    723
    Thanks given
    0
    Thanks received
    6
    Rep Power
    15
    lol = P he he fudge dont have it lol
    Reply With Quote  
     

  10. #10  
    Registered Member clankilla 1's Avatar
    Join Date
    Feb 2008
    Age
    28
    Posts
    170
    Thanks given
    1
    Thanks received
    6
    Rep Power
    53
    Quote Originally Posted by quest rs View Post
    *yawn* I bet fudge would find your "findings" very useful
    lmfao - message to short -
    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
  •