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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Helpful Macros

bfrsmedic2

New Member
Joined
Jan 22, 2011
Messages
87
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