Thread: someone got a working one?

Results 1 to 4 of 4
  1. #1 someone got a working one? 
    Banned
    Join Date
    Feb 2012
    Posts
    78
    Thanks given
    17
    Thanks received
    2
    Rep Power
    0
    despoint inventory..
    or it puts then in the inv and banks them or it changes you worn items in 151 dwarf remains.
    someone?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2010
    Posts
    40
    Thanks given
    0
    Thanks received
    6
    Rep Power
    5
    This one is the one that was in the source I'm current using, not that it's all that good

    Clickingbuttons

    Code:
    		switch (actionButtonId){
    			
    			case 89223: //Deposit Inventory
    				for(int itemID = 0; itemID < 101; itemID++) {
    					for(int invSlot = 0; invSlot < 28; invSlot++) {
    						c.getItems().bankItem(itemID, invSlot, 2147000000);
    					}
    				}
    				break;
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Feb 2012
    Posts
    67
    Thanks given
    7
    Thanks received
    7
    Rep Power
    0
    just rip it from other sources.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Feb 2012
    Posts
    78
    Thanks given
    17
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by montyj View Post
    This one is the one that was in the source I'm current using, not that it's all that good

    Clickingbuttons

    Code:
    		switch (actionButtonId){
    			
    			case 89223: //Deposit Inventory
    				for(int itemID = 0; itemID < 101; itemID++) {
    					for(int invSlot = 0; invSlot < 28; invSlot++) {
    						c.getItems().bankItem(itemID, invSlot, 2147000000);
    					}
    				}
    				break;

    hahhahah nty not going to try this you just got this from a release this laggs client.
    also fixed bymyself ty 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

Similar Threads

  1. Replies: 4
    Last Post: 07-04-2011, 01:15 PM
  2. Replies: 10
    Last Post: 02-03-2011, 12:32 AM
  3. Replies: 12
    Last Post: 09-08-2010, 04:46 PM
  4. Replies: 65
    Last Post: 08-16-2008, 04:57 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
  •