Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: Ruby  |  size: 0.19 KB  |  hits: 34  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. x = 268 # id of item to deposit #
  2.  
  3. while(itemcount(x) < 100 and itemcount(x) > 0) # if number of item x < 100 and > 0 #
  4. moveitems(x, "backpack", "depot chest") # deposits until 0 #
  5. end # end #