Thread: [PI] Open bank function?

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 [PI] Open bank function? 
    Member [PI] Open bank function? Market Banned
    Crispytoast's Avatar
    Join Date
    Nov 2010
    Posts
    448
    Thanks given
    19
    Thanks received
    42
    Rep Power
    17
    On PI sources case 2213 is the "Use" part to the bank...Use quickly works just fine(dont know what case that is in actionhandler class)....but umm i set my case 2213 to the open bank function, i need a break right? I added that as well and it still doesnt open player bank when selecting "Use"....HELP! Will rep 4 sure!

    -Toast
    Reply With Quote  
     

  2. #2  
    Registered Member
    Brady's Avatar
    Join Date
    Apr 2009
    Posts
    1,714
    Thanks given
    354
    Thanks received
    368
    Rep Power
    1633
    I don't understand this request.







    Reply With Quote  
     

  3. #3  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,807
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    Open up your Actionhandler.
    Add this code under public void secondClickObject and public void firstClickObject along with the rest of the codes. Now all your bank booths will work great.

    Code:
    		//Bank boothes	
    		case 3045:
    		case 2213:
    		case 5276:
    		case 6084:
    			c.getPA().openUpBank();
    		break;
    Reply With Quote  
     

  4. #4  
    Member [PI] Open bank function? Market Banned
    Crispytoast's Avatar
    Join Date
    Nov 2010
    Posts
    448
    Thanks given
    19
    Thanks received
    42
    Rep Power
    17
    Reply With Quote  
     

  5. #5  
    Member [PI] Open bank function? Market Banned
    Crispytoast's Avatar
    Join Date
    Nov 2010
    Posts
    448
    Thanks given
    19
    Thanks received
    42
    Rep Power
    17
    Quote Originally Posted by TzTok-Jad View Post
    Open up your Actionhandler.
    Add this code under public void secondClickObject and public void firstClickObject along with the rest of the codes. Now all your bank booths will work great.

    Code:
    		//Bank boothes	
    		case 3045:
    		case 2213:
    		case 5276:
    		case 6084:
    			c.getPA().openUpBank();
    		break;
    trying now mate. Thanks.
    Reply With Quote  
     

  6. #6  
    Member [PI] Open bank function? Market Banned
    Crispytoast's Avatar
    Join Date
    Nov 2010
    Posts
    448
    Thanks given
    19
    Thanks received
    42
    Rep Power
    17
    Quote Originally Posted by TzTok-Jad View Post
    Open up your Actionhandler.
    Add this code under public void secondClickObject and public void firstClickObject along with the rest of the codes. Now all your bank booths will work great.

    Code:
    		//Bank boothes	
    		case 3045:
    		case 2213:
    		case 5276:
    		case 6084:
    			c.getPA().openUpBank();
    		break;
    Mehhhhhh...Great now users can only "Use" bank and cant "Use quickly" as well...Got a fix?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2010
    Posts
    536
    Thanks given
    61
    Thanks received
    25
    Rep Power
    4
    Get the actionbutton for the "Use quickly" button, it should pop up in cmd though.. Otherwise i'll look for you, but currently a bit busy irl.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Brady's Avatar
    Join Date
    Apr 2009
    Posts
    1,714
    Thanks given
    354
    Thanks received
    368
    Rep Power
    1633
    Quote Originally Posted by Crispytoast View Post
    Mehhhhhh...Great now users can only "Use" bank and cant "Use quickly" as well...Got a fix?
    That's why you use first click and second click.. Idiot..

    Put this in first click and second click.
    Code:
    		
                    /*
                    *Banks
                    */
    
                    case 3045:
    		case 2213:
    		case 5276:
    		case 6084:
    			c.getPA().openUpBank();
    		break;







    Reply With Quote  
     

  9. #9  
    Member [PI] Open bank function? Market Banned
    Crispytoast's Avatar
    Join Date
    Nov 2010
    Posts
    448
    Thanks given
    19
    Thanks received
    42
    Rep Power
    17
    Quote Originally Posted by `Brady View Post
    That's why you use first click and second click.. Idiot..

    Put this in first click and second click.
    Code:
    		
                    /*
                    *Banks
                    */
    
                    case 3045:
    		case 2213:
    		case 5276:
    		case 6084:
    			c.getPA().openUpBank();
    		break;
    And yet it still doesnt work. IDIOT. Gah, if only this forum lacked dumb asses such as your self.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Oct 2010
    Posts
    32
    Thanks given
    0
    Thanks received
    1
    Rep Power
    2
    firstclickobject & secondclickobject

    Hes not a dumb ass he's right. Your just doing it wrong.
    Reply With Quote  
     

  11. Thankful user:


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

Similar Threads

  1. Making a bank deposit box open up bank!
    By slickey rickey in forum Tutorials
    Replies: 10
    Last Post: 12-11-2009, 01:19 PM
  2. Open bank error
    By R&R' in forum Help
    Replies: 2
    Last Post: 07-22-2009, 07:06 AM
  3. Replies: 3
    Last Post: 07-18-2009, 02:16 AM
  4. Npc open bank interface help???
    By wreckless in forum Help
    Replies: 2
    Last Post: 07-08-2009, 07:32 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
  •