Thread: bank deposit box command?

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 bank deposit box command? 
    Registered Member
    Join Date
    Sep 2007
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    is there a way to add the bank command but only able to deposit the items and not able to take them out? basically its the bank deposit box object effect but in a command
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    Er i did this a while back and i cant remember how.

    Ill try and find it and edit this.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2007
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    ok thanks mtsmts
    Reply With Quote  
     

  4. #4  
    Human

    Only's Avatar
    Join Date
    Aug 2008
    Posts
    1,108
    Thanks given
    1
    Thanks received
    18
    Rep Power
    116
    I dont know what your withdraw method is, but maybe do like

    Code:
    if (command.equalsIgnoreCase("deposit")) && playerRights >= 3 {
    openUpBank();
    withDraw = false;
    sendMessage("Deposit some goods");
    }
    This is just a example, all should work except withDraw, i dont know what the method is named in your source... but anyways, that should work
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    Only your pro man
    Reply With Quote  
     

  6. #6  
    Human

    Only's Avatar
    Join Date
    Aug 2008
    Posts
    1,108
    Thanks given
    1
    Thanks received
    18
    Rep Power
    116
    Quote Originally Posted by pk legend View Post
    Only your pro man
    Thanks man, you are elite as well i just wait to see if it works
    Reply With Quote  
     

  7. #7  
    FullMetal Alchemist
    Guest
    Well this should work depending on your deposit void.
    Code:
    	if (command.startsWith("deposit")) {
    		openUpDepBox();
    	}
    And if that dont work search for:
    Code:
    		sendFrame248(4465, 197);
    		resetItems(7423);
    		IsBanking = true;
    And above that you should see something like:
    Code:
    public void openUpDepBox()
    But where openUpDepBox is you should see your own and if its different just change
    Code:
    openUpDepBox()
    to yours
    Reply With Quote  
     

  8. #8  
    Human

    Only's Avatar
    Join Date
    Aug 2008
    Posts
    1,108
    Thanks given
    1
    Thanks received
    18
    Rep Power
    116
    Yeah i guess that program is more reliable.
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    Wow i couldnt find it, but i tested this on a old source i had and it worked

    Offtopic...Only you still got me added on msn?
    Reply With Quote  
     

  10. #10  
    Human

    Only's Avatar
    Join Date
    Aug 2008
    Posts
    1,108
    Thanks given
    1
    Thanks received
    18
    Rep Power
    116
    @off-topic, whats your email again ? i forget emails so quickly, peoples adding me for help all the time...

    And did you try what i said, include the withdraw or deposit method in the command ?
    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
  •