Thread: Making a bank deposit box open up bank!

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Making a bank deposit box open up bank! 
    Registered Member slickey rickey's Avatar
    Join Date
    Nov 2009
    Posts
    111
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Making a bank deposit box open up bank!

    This is very very simple! I just thought this could help some fellow coders

    Anyways lets get started.

    First open up client.java

    and search:

    if (command.equalsIgnoreCase("bank"
    Or your bank command. Once you find it.. it should say something like this:

    if (command.equalsIgnoreCase("bank") && playerRights > 1 && !isInPitGame()) {
    openUpBank();
    }
    Just something like that. you see where it says openUpBank();? Copy that or remember it!

    next search up:

    if (objectID ==
    and then look for something like this:
    if (objectID == 7129)
    {
    toX = 2574;
    toY = 4849;
    }
    NOTE: This is just an example and it may be different.

    then, what you do now is you copy this:

    if (objectID == 9398)
    {
    openUpBank();
    }
    where it says openupbank(); Remember that bank command code i told you to copy? well paste that in the place where it says openupbank();

    Thanks for veiwing this guys! hope this helped!

    Credits: 100% me found this out myself
    Reply With Quote  
     

  2. #2  
    Registered Member
    Alec_'s Avatar
    Join Date
    Aug 2009
    Posts
    274
    Thanks given
    3
    Thanks received
    9
    Rep Power
    111
    Brilliant..

    Not. Anyone could do this with the first click object packet, what would be more impressive is if you made your own openUpDeposit() void, which was a real deposit box.


    Quote Originally Posted by i say smd k View Post
    How about you stop flaming and understand the concept, my isp stops rsbot from working over here, when i go to my dad's house i bring my computer, and it works fine there, so..., if you have no fucking idea whats going on, and still talk shit, gtfo.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2009
    Posts
    203
    Thanks given
    1
    Thanks received
    1
    Rep Power
    90
    dam, wasnt quit thinking it was what it is... but still not bad
    Hoping it would be like the deposit box where you can only deposit items
    still not bad.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Xynth's Avatar
    Join Date
    May 2009
    Posts
    2,222
    Thanks given
    226
    Thanks received
    259
    Rep Power
    1155
    Kinda easy.. no need for this.. But also would go under Snippets.
    Reply With Quote  
     

  5. #5  
    Registered Member
    DaraX's Avatar
    Join Date
    Apr 2009
    Posts
    1,183
    Thanks given
    18
    Thanks received
    29
    Rep Power
    262
    Its alright, but i puked when i saw it was Delta.
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Nov 2009
    Posts
    4,222
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Thanks! Repped.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Sep 2009
    Posts
    3,247
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Are you seriosly reping / complimenting him on this? W0W
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Nov 2009
    Posts
    4,222
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Why not.
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Oct 2008
    Posts
    1,540
    Thanks given
    27
    Thanks received
    71
    Rep Power
    465
    Because its trash newfag work.

    This is common sense.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2009
    Age
    25
    Posts
    537
    Thanks given
    19
    Thanks received
    3
    Rep Power
    8
    Wy should u use this?
    You can just place a bank...


    #100 Posts - #200 Posts - #300 Posts - #400 Posts - #500 Posts -
    #600 Posts - #700 Posts - #800 Posts #900 Posts - #1000 Posts
    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

Tags for this Thread

View Tag Cloud

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