Thread: Banking lagg PI 317

Results 1 to 3 of 3
  1. #1 Banking lagg PI 317 
    Tinkerbell1234
    Guest
    Whenever i use deposit all items into bank button i get a lagg spike is there any way i could make that there wont be lagg?

    this is my actionbutton code if it helps ..

    Code:
    case 89223: //Deposit Inventory
    				for(int itemID = 0; itemID < 101; itemID++) {
    					for(int invSlot = 0; invSlot < 28; invSlot++) {
    						c.getItems().bankItem(itemID, invSlot, 2147000000);
    					}
    				}
    i'm using PI 317
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2010
    Posts
    560
    Thanks given
    85
    Thanks received
    21
    Rep Power
    16
    Code:
    case 89223: //Deposit Inventory
    for(int i = 0; i < c.playerItems.length; i++) {
    	c.getItems().bankItem(c.playerItems[i], i,c.playerItemsN[i]);
    }
    		break;

    Spoiler for Rs3 Account:
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Feb 2009
    Age
    30
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    lol look at how many times your looping it why do you think it lags.
    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. Banking
    By PooHityou in forum Help
    Replies: 3
    Last Post: 07-07-2010, 09:33 AM
  2. Banking help :)
    By i hmmm i in forum Help
    Replies: 2
    Last Post: 11-07-2009, 11:00 PM
  3. [508] 99% Banking
    By Pro Gram Mer in forum Tutorials
    Replies: 123
    Last Post: 09-29-2009, 04:55 AM
  4. 525 Banking
    By Armo in forum Help
    Replies: 0
    Last Post: 05-15-2009, 10:39 PM
  5. [508] Banking
    By BaldwinC in forum Tutorials
    Replies: 26
    Last Post: 09-18-2008, 05:42 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
  •