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

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 2.35 KB  |  hits: 20  |  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. -- // Do not edit anything below:
  2.  
  3.  
  4. reachgrounditem("depot")
  5. wait(1000,2000)
  6. openitem("depot")
  7. wait(700,900)
  8.  
  9. while (windowcount("Depot Chest") == 0)
  10. do
  11.         openitem(3502, "locker")
  12.         wait(700,900)
  13. end
  14.  
  15. wait(1500, 2000)
  16.  
  17. while (windowcount(mainDpBp) == 0)
  18. do
  19.         openitem(mainDpBp, "Depot Chest")
  20.         wait(700,900)
  21. end
  22.  
  23. wait(1500, 2000)
  24.  
  25.  
  26. lastonto = 0
  27. local itemsStacks = stackItemsToDeposit
  28. local _nexti = false
  29. for i,j in pairs(itemsStacks)
  30. do
  31.     _nexti = true
  32.     while itemcount(itemsStacks[i]) > 0 and _nexti
  33.         do
  34.         _nexti = moveitemsonto(itemsStacks[i], "all", stackDpBp, 100, lastonto)
  35.         wait(400,500)
  36.     end
  37. end
  38.  
  39. lastonto = 0
  40. local itemsNonStacks = nonStackItemsToDeposit
  41. local _nextii = false
  42. for i,j in pairs(itemsNonStacks)
  43. do
  44.     _nextii = true
  45.     while itemcount(itemsNonStacks[i]) > 0 and _nextii
  46.         do
  47.         _nextii = moveitemsonto(itemsNonStacks[i], "all", nonStackDpBp, 100, lastonto)
  48.         wait(400,500)
  49.     end
  50. end
  51.  
  52.  
  53. openitem(lootBp, lootBp, false)
  54. wait(1500, 2000)
  55.  
  56. lastonto = 0
  57. local itemsStacks = stackItemsToDeposit
  58. local _nexti = false
  59. for i,j in pairs(itemsStacks)
  60. do
  61.     _nexti = true
  62.     while itemcount(itemsStacks[i]) > 0 and _nexti
  63.         do
  64.         _nexti = moveitemsonto(itemsStacks[i], "all", stackDpBp, 100, lastonto)
  65.         wait(400,500)
  66.     end
  67. end
  68.  
  69. lastonto = 0
  70. local itemsNonStacks = nonStackItemsToDeposit
  71. local _nextii = false
  72. for i,j in pairs(itemsNonStacks)
  73. do
  74.     _nextii = true
  75.     while itemcount(itemsNonStacks[i]) > 0 and _nextii
  76.         do
  77.         _nextii = moveitemsonto(itemsNonStacks[i], "all", nonStackDpBp, 100, lastonto)
  78.         wait(400,500)
  79.     end
  80. end
  81.  
  82. openitem(lootBp, lootBp, false)
  83. wait(1500, 2000)
  84.  
  85. lastonto = 0
  86. local itemsStacks = stackItemsToDeposit
  87. local _nexti = false
  88. for i,j in pairs(itemsStacks)
  89. do
  90.     _nexti = true
  91.     while itemcount(itemsStacks[i]) > 0 and _nexti
  92.         do
  93.         _nexti = moveitemsonto(itemsStacks[i], "all", stackDpBp, 100, lastonto)
  94.         wait(400,500)
  95.     end
  96. end
  97.  
  98. lastonto = 0
  99. local itemsNonStacks = nonStackItemsToDeposit
  100. local _nextii = false
  101. for i,j in pairs(itemsNonStacks)
  102. do
  103.     _nextii = true
  104.     while itemcount(itemsNonStacks[i]) > 0 and _nextii
  105.         do
  106.         _nextii = moveitemsonto(itemsNonStacks[i], "all", nonStackDpBp, 100, lastonto)
  107.         wait(400,500)
  108.     end
  109. end
  110.  
  111. wait(1500, 2000)