Advertisement
Fwaky

AQ20 Macros

Nov 21st, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. # Idol
  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. # Scarab
  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