Advertisement
Purehealingxd

Scarab/Idol macro

Jan 6th, 2016
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. FOR IDOLS
  2. /run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Idol") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
  3.  
  4. FOR SCARABS
  5. /run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Scarab") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement