Macro for Emblem Exchange

Work with other players to create your own special custom interfaces and macros.
Post Reply
User avatar
Sareh

Macro for Emblem Exchange

#1 » Post by Sareh » 16 Jul 2011 14:08

there is Npc in Dalaran name "Usuri Brightcoin" that can convert any of Emblems , one question " is there any macro for buy a lot emblem in one click ? " the answer is yes

this macro works only at dalaran So here macro :

For buy Ebmlem of Conquest :

/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Emblem of Conquest", 5)

For buy Emblem of Valor :

/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Emblem of Valor", 5)

For buy Emblem of Heroism :

/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Emblem of Heroism", 5)

------------------------------------------------------------------------

the Value 5 mean 5 emblem , for example it sells "5 Emblem of Conquest" then buys "5 Emblem of Valor"

you can change the value like 10 emblem so you should change 5 to 10 , etc...

Emblem order is Frost --> Triumph --> Conquest --> Valor --> Heroism

you cant put all script in one macro , because there is no empty space for script , so for safe , make 3 macro

best regard.

User avatar
Tuffeyy

Re: Macro for Emblem Exchange

#2 » Post by Tuffeyy » 16 Jul 2011 18:50

If this really works, im going to <3 you forever =D

User avatar
Royal

Re: Macro for Emblem Exchange

#3 » Post by Royal » 16 Jul 2011 21:47

why shift click while buying emblems when you can make 4 macros ^^

good ones tho, nicely done

User avatar
Kindzadza
Former Staff
Posts: 4673
Joined: 25 Nov 2010 20:29
Location: Ministry of Psychedelics

Re: Macro for Emblem Exchange

#4 » Post by Kindzadza » 16 Jul 2011 21:57

Nice,but I'd rather use the shift click function to buy multiple emblems.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest