Thread: [PI 317] Bank swap and insert buttons

Results 1 to 4 of 4
  1. #1 [PI 317] Bank swap and insert buttons 
    Registered Member
    Join Date
    Feb 2012
    Posts
    170
    Thanks given
    3
    Thanks received
    10
    Rep Power
    12
    Hello basically i've been looking around the server files trying to find away to remove the insert feature.
    I've made it so when you click the insert button it deposits your inventory to your bank for you and once you move items around it will start inserting which i dont want
    Here is a picture to help what i mean
    Attached image
    Reply With Quote  
     

  2. #2  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    In your client look for the lines

    Code:
    if (anInt913 == 1 && class9.contentType == 206)
                                j1 = 1;
    And comment them out. Doing so will ensure the following is dead code;

    Code:
    } else if (j1 == 1) {
                                int i3 = anInt1085;
                                for (int i4 = mouseInvInterfaceIndex; i3 != i4;)
                                    if (i3 > i4) {
                                        class9.swapInventoryItems(i3, i3 - 1);
                                        i3--;
                                    } else if (i3 < i4) {
                                        class9.swapInventoryItems(i3, i3 + 1);
                                        i3++;
                                    }
    Haven't tested, just took a quick look at how packet 214 works.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2012
    Posts
    170
    Thanks given
    3
    Thanks received
    10
    Rep Power
    12
    Thank you very much Jason!
    Reply With Quote  
     

  4. #4  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Quote Originally Posted by Macuda View Post
    Thank you very much Jason!
    You're very welcome boss.
    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. [PI] 317, Infinite hp, and disable command.
    By Venomcure in forum Snippets
    Replies: 7
    Last Post: 02-26-2014, 08:49 PM
  2. [614] Swapping and Inserting
    By Dizzy King in forum Snippets
    Replies: 4
    Last Post: 08-11-2013, 08:14 AM
  3. Replies: 1
    Last Post: 07-18-2013, 05:44 AM
  4. [PI] 317 Bank Cases
    By Ambient in forum Snippets
    Replies: 18
    Last Post: 03-19-2012, 10:39 PM
  5. [317 PI] RuneLazarus - Gameframe switching and more
    By PaNiiC Joe in forum Advertise
    Replies: 4
    Last Post: 11-13-2010, 05:25 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •