What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

off topic.. addon help

caddy

New Member
Joined
Jan 22, 2010
Messages
164
Reaction score
2
So I'm posting glyphs once a day and have plenty of stock.. when I eventually empty my mailbox there are over 1000 glyphs in there. I was wondering if any of you know a good functioning add-on that empties your inventory into your gbank with one click? it becomes very tedious clicki ng every glyph inmy inventory so shit stacks in my bank.

-caddy
 
Code:
/run for b=0,4 do for s=0,22 do l=GetContainerItemLink(b,s) if l and l:find("GLYPH NAME HERE")then UseContainerItem(b,s) end end end
 
Back
Top