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

Helpful Macros

bfrsmedic2

New Member
Joined
Jan 22, 2011
Messages
87
Reaction score
0
I got to searching for a useful macro to mail stuff to one of my toons and I found this. I take no credit as all I did was copy and paste, but figured you guys might get some use out of it.

Mail 12 Items to a certain toon.......

/run local n,d,i,l=0,"NAME OF TOON","ITEM TO MAIL"for b=0,4 do for s=1,GetContainerNumSlots(b)do l=GetContainerItemLink(b,s)if l and strfind(l,i)then UseContainerItem(b,s)n=n+1 end if n==12 then n=0 SendMail(d,i)end end end

(Disclaimer: There is no confirmation of mail, so be careful clicking.)

MEDIC
 
Back
Top