Thread: Deposit all on 317 Bank Interface

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 Deposit all on 317 Bank Interface 
    Spread Love

    Dhruv's Avatar
    Join Date
    Feb 2012
    Age
    25
    Posts
    1,014
    Thanks given
    156
    Thanks received
    166
    Rep Power
    215
    Before anyone hates saying this has been released before, it has not been released before for the normal 317 bank interface. I've search over google on Rune-Server and found nothing that connects it to a 317 bank interface, only the new bank interface. It's easy as hell (common sense) but i'll spoon feed it to everyone!


    NOTE: Done on Galkons Refractored Client (Recommended when using Project Insanity)

    [Only registered and activated users can see links. ]

    Open up RSInterface.java:

    add:

    Code:
    public static void bank(TextDrawingArea[] TDA) {
    		RSInterface Tab = addTabInterface(23000);
    		addText(23003, "", TDA, 0, 0xFFB000, false);
    		addHover(23004, 3, 0, 23005, 1, "Bank/BANK", 16, 16, "Close");
    		addHovered(23005, 2, "Bank/BANK", 16, 16, 23006);
    		addHover(23007, 4, 0, 23008, 17, "Bank/BANK", 35, 25, "Deposit carried items");
    		addHovered(23008, 18, "Bank/BANK", 35, 25, 23009);
    		Tab.children = new int[7];
    		Tab.childX = new int[7];
    		Tab.childY = new int[7];
    		Tab.children[0] = 5292;
    		Tab.childX[0] = 0;
    		Tab.childY[0] = 0;
    		Tab.children[1] = 23003;
    		Tab.childX[1] = 410;
    		Tab.childY[1] = 30;
    		Tab.children[2] = 23004;
    		Tab.childX[2] = 472;
    		Tab.childY[2] = 29;
    		Tab.children[3] = 23005;
    		Tab.childX[3] = 472;
    		Tab.childY[3] = 29;
    		Tab.children[4] = 23007;
    		Tab.childX[4] = 450;
    		Tab.childY[4] = 288;
    		Tab.children[5] = 23008;
    		Tab.childX[5] = 450;
    		Tab.childY[5] = 288;
    		Tab.children[6] = 23008;
    		Tab.childX[6] = 3000;
    		Tab.childY[6] = 5000;
    		RSInterface rsi = interfaceCache[5292];
    		addText(5384, "", TDA, 0, 0xFFB000, false);//cheap hax
    		rsi.childX[90] = 410;
    		rsi.childY[90] = 288;
    	}
    Then search for:

    Code:
    aClass44
    add under it:

    Code:
    bank(textDrawingAreas);
    Next go onto your source and open up PlayerAssistant.java:

    Search for:

    Code:
    public void openUpBank() {
    And under you should find:

    Code:
    c.getOutStream().writeWordA(5292);
    Replace that with:

    Code:
    c.getOutStream().writeWordA(23000);
    and your done!

    Image:

    If you use this, i'd appreciate a thanks or a reply
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Donator


    Join Date
    Mar 2011
    Posts
    2,362
    Thanks given
    1,193
    Thanks received
    824
    Rep Power
    856
    i hope you're not taking credit for this because it's in both clients i've released and in a few others on these forums.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. Thankful user:


  5. #3  
    Registered Member
    Join Date
    Jul 2011
    Posts
    132
    Thanks given
    1
    Thanks received
    10
    Rep Power
    0
    Its not working for me my client crash when i open the bank l0l
    Reply With Quote  
     

  6. #4  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    25
    Posts
    4,142
    Thanks given
    1,079
    Thanks received
    1,137
    Discord
    View profile
    Rep Power
    5000
    Looks awful tbh lol.
    Reply With Quote  
     

  7. #5  
    Banned
    Join Date
    May 2013
    Age
    19
    Posts
    557
    Thanks given
    35
    Thanks received
    45
    Rep Power
    0
    Thanks dude, was looking for this.
    Reply With Quote  
     

  8. #6  
    Registered MrClassic

    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    26
    Posts
    1,967
    Thanks given
    16,936
    Thanks received
    409
    Rep Power
    5000
    Update the whole bank interface then..
    Thanks, MrClassic.

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #7  
    Banned
    Join Date
    Aug 2009
    Posts
    490
    Thanks given
    22
    Thanks received
    3
    Rep Power
    0
    Thanks for this.
    Reply With Quote  
     

  10. #8  
    PJGH #317
    Draven's Avatar
    Join Date
    Feb 2013
    Posts
    117
    Thanks given
    41
    Thanks received
    9
    Rep Power
    24
    I used this a week or so ago. Forgot to say thanks, was just what I needed at the time.
    Reply With Quote  
     

  11. #9  
    Banned
    Join Date
    Nov 2013
    Age
    25
    Posts
    433
    Thanks given
    465
    Thanks received
    69
    Rep Power
    0
    Doesn't work for me?
    Reply With Quote  
     

  12. #10  
    Registered Member

    Join Date
    Jun 2013
    Posts
    1,359
    Thanks given
    77
    Thanks received
    139
    Rep Power
    243
    Quote Originally Posted by Senpai View Post
    i hope you're not taking credit for this because it's in both clients i've released and in a few others on these forums.
    this ^ credited you even tho i won't use.
    http://i49.tinypic.com/1o66j6.png
    Reply With Quote  
     

Page 1 of 4 123 ... 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. Deposit all on 317 Bank Interface
    By Dhruv in forum Snippets
    Replies: 3
    Last Post: 01-13-2014, 06:59 PM
  2. Replies: 4
    Last Post: 08-27-2011, 07:26 PM
  3. All 474 Items on 317 Client
    By Jeremy Yak in forum Show-off
    Replies: 19
    Last Post: 09-08-2009, 01:12 PM
  4. Replies: 40
    Last Post: 05-10-2009, 09:12 PM
  5. Almost ALL 317-377 interface ID's
    By SlIpKn0t LoV3r in forum Configuration
    Replies: 29
    Last Post: 02-06-2009, 11:16 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
  •