Advertisement
Guest User

Ring Changer

a guest
May 2nd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. -- local SCRIPT_VERSION = '1.0.0'
  2.  
  3. init start
  4.  
  5. local item = 'prismatic ring' -- Can be a ring or an amulet
  6.  
  7. init end
  8.  
  9. auto(100, 200)
  10. if $finger.id ~= 16264 and itemcount(item) > 0 and $wptsection == 'Spawn' then
  11. equipitem(item, "finger")
  12. wait(200,300)
  13. elseif $finger.id == 16264 and $wptsection ~= 'Spawn' then
  14. moveitems($finger.id, getuseroption('SuppBP2'), "finger", 1)
  15. wait(200,300)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement