Thread: Items kept on death and enchant bolts

Results 1 to 8 of 8
  1. #1 [503] Some buttons/interfaces working 
    Registered Member Aaron C.'s Avatar
    Join Date
    May 2008
    Age
    29
    Posts
    326
    Thanks given
    2
    Thanks received
    0
    Rep Power
    24
    Description: Adding the Items kept on death interface using the button and, the enchant bolts itnerface by using the spell, and adding the working autocast buttons on the attack tab of the staff.

    Difficulty: 1

    Assumed Knowledge: Nothing?

    Tested Server: RS2E 503 V2./(Progetto 503)

    Files/Classes Modified: ActionButton.java

    Procedure
    Step 1:
    Open Buttons.java and add these.
    Code:
    		case 192:
    		if(buttonId == 3) { // Enchant Bolts.
    	 p.frame.showInterface(p, 5, 432);
    		}
    		break;
    		case 387:
    		if(buttonId == 50) { // Items kept on death.
    	 p.frame.showInterface(p, 5, 102);
    		}
    		break;
    	case 90:
    		if (buttonId == 4)
    	 p.frame.showInterface(p, 79, 319);
    		else if (buttonId == 5)
    	 p.frame.showInterface(p, 79, 319);
    		break;


    Save, close, compile you're done.

    EDIT: The last one is for the autocast. I just wanted to say that you can't exit out of the autocast. Will post a fix once I find one.

    Its not really a tut but, I was bored and decided to do it :\.


    Credits: Me

    Idc about rep, just wanting to release some very easy stuff some people don't know how to do.
    Quote Originally Posted by xparadisex View Post
    lol u didnt make this its a tutrioul here in rserver lol rissed blood make this or W.E hes name is..
    What...?
    Reply With Quote  
     

  2. #2  
    Registered Member
    waleed12345's Avatar
    Join Date
    Feb 2007
    Age
    28
    Posts
    814
    Thanks given
    14
    Thanks received
    4
    Rep Power
    113
    nice!!/.....................
    Spoiler for Too big:
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2007
    Posts
    1,155
    Thanks given
    25
    Thanks received
    17
    Rep Power
    317
    Nice i use it
    Reply With Quote  
     

  4. #4  
    tfj4
    Guest
    simple....but effective thanks =p
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2007
    Posts
    1,155
    Thanks given
    25
    Thanks received
    17
    Rep Power
    317
    Quote Originally Posted by tfj4 View Post
    simple....but effective thanks =p
    yes tis effective and simple but cool
    Reply With Quote  
     

  6. #6  
    draggin pure
    Guest
    hmmm..1 question..

    can i change a case number?

    duplicates..
    Reply With Quote  
     

  7. #7  
    Registered Member Aaron C.'s Avatar
    Join Date
    May 2008
    Age
    29
    Posts
    326
    Thanks given
    2
    Thanks received
    0
    Rep Power
    24
    You can't change the case number or it won't work.

    It did it for me too but, I fixed it.

    If its because of the equipment screen use this.

    Code:
            case 387:
                if (buttonId == 51)
             p.frame.showInterface(p, 5, 667);
    	    else if(buttonId == 50)
    	 p.frame.showInterface(p, 5, 102);
    		break;
    Quote Originally Posted by xparadisex View Post
    lol u didnt make this its a tutrioul here in rserver lol rissed blood make this or W.E hes name is..
    What...?
    Reply With Quote  
     

  8. #8  
    k1ng 0f k1ngs
    Guest
    GJ I used! Just one little change!
    for the Enchant Bolts interface (if u use Dannos newest 503) put this:
    p.frame.setInterface2(p, 548, 5, 432);
    instead of this:
    p.frame.showInterface(p, 5, 432);
    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

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