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!

Macro for Blood vendor?

Ghostspike0

New Member
Joined
Sep 16, 2015
Messages
169
Hey all,

I think there was a macro for the blood vendor to purchase starlight rose but I can't find it, does anyone have it?
 
Recently had to trade in over 7k bloods. So I was desparate for such a macro as well.

This one is good

/run cpti=StaticPopupDialogs["CONFIRM_PURCHASE_TOKEN_ITEM"];cpti.hasItemFrame=false;cpti.hasEditBox=true;cpti.OnAccept=function(self,data,data2)BuyMerchantItem(data.index,self.editBox:GetText());end;


just input the number of starlight you want. Can only be multiples of 3

This is the macro specifically for buying 3 starlight roses once:

/run BuyMerchantItem(17, 3)

You can find macros like this for other herbs in the wowhead comment section of ilnea bloodthorn.
 
Last edited:
Recently had to trade in over 7k bloods. So I was desparate for such a macro as well.

This one is good




just input the number of starlight you want. Can only be multiples of 3

This is the macro specifically for buying 3 starlight roses once:



You can find macros like this for other herbs in the wowhead comment section of ilnea bloodthorn.


Thanks for this, where do you put the number in?
 
Back
Top