Thread: [PI] DSPK source Bank Button Help

Results 1 to 6 of 6
  1. #1 [PI] DSPK source Bank Button Help 
    Registered Member
    Join Date
    Feb 2011
    Posts
    562
    Thanks given
    46
    Thanks received
    26
    Rep Power
    4
    In my Bank Window There is no [x] button to close it, you have to use the Mini-map to walk and close the bank. My players are complaining about it, so does anyone know how I can add the Bank button top right
    For my Vouches:
    Spoiler for Vouches:
    Quote Originally Posted by DMllrDvd14 View Post
    bought 102off, i went first and got the gold, thanks
    Quote Originally Posted by i rushin View Post
    Vouch! Did vote4cash for me!
    Quote Originally Posted by Vindication View Post
    VOUCH FOR HIM DID LOTTERY SYSTEM AND IM LOVING IT GOOD JoB LUCAS!
    Quote Originally Posted by Forsaken Fury View Post
    Thanks dude looks neat rep++ and vouch!
    Quote Originally Posted by Nano View Post
    Vouch, he went first, went very smooth
    Reply With Quote  
     

  2. #2  
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    Is it a custom Interface??.... Just add a button, then configure it server sided to Close all interfaces..




    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2011
    Posts
    562
    Thanks given
    46
    Thanks received
    26
    Rep Power
    4
    Sorry, Im not that good at understanding a lot of coding. I am really just basic Coder, and experimental. How would I do that?
    For my Vouches:
    Spoiler for Vouches:
    Quote Originally Posted by DMllrDvd14 View Post
    bought 102off, i went first and got the gold, thanks
    Quote Originally Posted by i rushin View Post
    Vouch! Did vote4cash for me!
    Quote Originally Posted by Vindication View Post
    VOUCH FOR HIM DID LOTTERY SYSTEM AND IM LOVING IT GOOD JoB LUCAS!
    Quote Originally Posted by Forsaken Fury View Post
    Thanks dude looks neat rep++ and vouch!
    Quote Originally Posted by Nano View Post
    Vouch, he went first, went very smooth
    Reply With Quote  
     

  4. #4  
    Registered Member Beanerrr's Avatar
    Join Date
    Feb 2011
    Posts
    598
    Thanks given
    78
    Thanks received
    28
    Rep Power
    6
    I suppose you're using HyBriD PvP V3 client with a different source?

    Go to PlayerAssistant.java and try replacing your openupbank void with this:
    Code:
    		public void openUpBank(){
    			synchronized(c) {
    				if(c.inWild() && !c.isInPVPSafe())
    				{
    					c.sendMessage("You can't bank in the wilderness!");
    					return;
    				}
    				if(c.getOutStream() != null && c != null) {
    					c.getItems().resetItems(5064);
    					c.getItems().rearrangeBank();
    					c.getItems().resetBank();
    					c.getItems().resetTempItems();
    					c.getOutStream().createFrame(248);
    					//bank interface with close button (wont work with clients using the old cache)
    					c.getOutStream().writeWordA(23000);
    					//bank interface without close button or deposit inventory button
    					//c.getOutStream().writeWordA(5292);
    					c.getOutStream().writeWord(5063);
    					c.flushOutStream();
    				}
    			}
    		}
    Quote Originally Posted by Galkon View Post
    The rules clearly state, if you can't help, don't reply.


    Quote Originally Posted by Mod Josh - Question: How do you ask girls out?
    I can't ask them out, I am banned from the kitchen
    Quote Originally Posted by Penor View Post
    How will i know if its PI based?? Omfg this is sooo confusing!!
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Mar 2011
    Posts
    521
    Thanks given
    2
    Thanks received
    30
    Rep Power
    0
    Quote Originally Posted by Master Lucas View Post
    Sorry, Im not that good at understanding a lot of coding. I am really just basic Coder, and experimental. How would I do that?
    i need this too , lol
    Reply With Quote  
     

  6. #6  
    Registered Member Beanerrr's Avatar
    Join Date
    Feb 2011
    Posts
    598
    Thanks given
    78
    Thanks received
    28
    Rep Power
    6
    Quote Originally Posted by Tampon Abuse View Post
    i need this too , lol
    Try my solution?
    Quote Originally Posted by Galkon View Post
    The rules clearly state, if you can't help, don't reply.


    Quote Originally Posted by Mod Josh - Question: How do you ask girls out?
    I can't ask them out, I am banned from the kitchen
    Quote Originally Posted by Penor View Post
    How will i know if its PI based?? Omfg this is sooo confusing!!
    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. Replies: 5
    Last Post: 05-09-2011, 01:31 AM
  2. [PI] Bank all button [PI]
    By SecureGM in forum Help
    Replies: 3
    Last Post: 03-08-2011, 01:55 AM
  3. 525 bank tab button ids
    By Jesse in forum Requests
    Replies: 2
    Last Post: 09-11-2010, 05:18 PM
  4. bank all button
    By BlingBlong in forum Help
    Replies: 3
    Last Post: 03-08-2010, 05:22 AM
  5. bank anywere bluurs client? (bank from button)
    By Snow Cat123 in forum Requests
    Replies: 0
    Last Post: 08-26-2009, 07:52 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
  •