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!

Gotta love private buyers

tozededao

Community Developer
Joined
Jan 15, 2010
Messages
1,225
privater.webp (big filler)
 
Paste me your Retrieve/Deposit macro for Lichbloom please (I can adapt to other items myself)
 
Code:
MACRO 16777218 "DEP ICETHORN" INV_Misc_QuestionMark
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"Icethorn") then DEFAULT_CHAT_FRAME:AddMessage("Deposit"..name) UseContainerItem(bag,slot) end end end 
END
MACRO 16777219 "DEP LICH" INV_Misc_QuestionMark
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"Lichbloom") then DEFAULT_CHAT_FRAME:AddMessage("Deposit"..name) UseContainerItem(bag,slot) end end end 
END
MACRO 16777217 "Herbs" INV_Misc_QuestionMark

MACRO 16777221 "RET ICE" INV_Misc_QuestionMark
/run for t=1,GetNumGuildBankTabs()do for s=1,98 do local l=GetGuildBankItemLink(t,s)if l and strfind(l,"Icethorn")then SetCurrentGuildBankTab(t)AutoStoreGuildBankItem(t,s)end end end 
END
MACRO 16777220 "RET LICH" INV_Misc_QuestionMark
/run for t=1,GetNumGuildBankTabs()do for s=1,98 do local l=GetGuildBankItemLink(t,s)if l and strfind(l,"Lichbloom")then SetCurrentGuildBankTab(t)AutoStoreGuildBankItem(t,s)end end end 
END

You can use them to deposit on Gbank, trade and mail.
 
Why would he buy gold to buy herbs to sell flasks?

To make more gold... DUH :D

Some people are crazy like that =p
But imo he made it himself. With prices like these for herbs i can only imagine the prices of flasks :)
 
Back
Top