Thread: [PI]Make insert bank to work

Results 1 to 3 of 3
  1. #1 [PI]Make insert bank to work 
    Registered Member
    Division's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    2,208
    Thanks given
    41
    Thanks received
    78
    Rep Power
    97
    How to make the insert feature in the bank to work on PI?
    People are complaining on my server it doesnt work.
    But I also cant find where its declared? Isnt it added to PI?

    ~ Division
    Reply With Quote  
     

  2. #2  
    Registered Member
    Division's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    2,208
    Thanks given
    41
    Thanks received
    78
    Rep Power
    97
    Someone please...?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Code:
    case ####: 
    				for(int itemID = 0; itemID < 101; itemID++) {
    					for(int invSlot = 0; invSlot < 28; invSlot++) {
    						c.getItems().bankItem(itemID, invSlot, 2147000000);
    					}
    				}
    Bank all
    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

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