Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.71 KB | None | 0 0
  1. --showas Deposit Items
  2. init start
  3.     local i = 1
  4.     local itemdrop = { 'Knight Armor', 'Time Ring', 'Platinum Amulet', 'Lightning Headband', 'Knight Legs', 'Spider Silk', 'Ghostly Tissue', 'White Piece of Cloth' , 'Stealth Ring', 'scarab coin', 'terra hood', 'scarab pincers', 'daramanian waraxe', 'scarab shield', 'small emerald', 'small amethyst', 'ancient amulet', 'scarab amulet', 'Book of Necromantic Rituals', 'Strong Mana Potion', 'Mystic Turban', 'Necromantic Robe', 'Skull Staff', 'Spellbook of Warding', 'Boots of Haste', 'Noble Axe', 'Bony Tail', 'Hardened Bone', 'Bonebeast Trophy', 'Vampire Teeth', 'Black Pearl', 'Blood Preservation', 'Spike Sword', 'Ice Rapier', 'Emerald Bangle', 'Vampire Shield', 'Demonic Skeletal Hand', 'Mind Stone', 'Guardian Shield', 'Small Diamond', 'Half-Digested Piece of Meat', 'Green Piece of Cloth', 'Mystic Turban', 'Small Emerald', 'Terra Rod', 'Bonelord Shield' , 'Bonelord Eye', 'Small Flask of Eyedrops', 'Shiny Stone', 'Red Gem', 'Iron Ore', 'Sulphurous Stone', 'Ancient Stone', 'Mini Mummy', 'Yellow Piece of Cloth', 'Gauze Bandage', 'Flask of Embalming Fluid'} -- you can change it
  5. init end
  6.  
  7. setpriority(10,0,5000,300000,0)
  8. wait(300,600)
  9. reachgrounditem('depot')
  10. wait(300,500)
  11. openitem('depot')
  12. wait(600, 1200)
  13. moveitems('Brown Mushrooms', 'Locker')
  14. wait(600, 1200)
  15. moveitems('Brown Mushrooms', MainBP, 'Locker', 50)
  16. wait(600, 1200)
  17. moveitems('Brown Mushrooms', MainBP, 'Locker', 50)
  18. wait(600, 1200)
  19. moveitems('Scarab Coins', 'Locker')
  20. wait(600, 1200)
  21. moveitems('Scarab Coins', MainBp, 'Locker', 1)
  22. wait(600, 1200)
  23. openitem(DebotBP) wait(500,1000)
  24. local totalcount
  25. for k, v in ipairs(itemdrop) do
  26.     moveitemsonto(v, DebotBPs, $lastonto, DebotBP)
  27. end
  28. clearlastonto()
Add Comment
Please, Sign In to add comment