Anyone able to help

megamanxx

New member
Joined
Jan 13, 2013
Messages
4
Reaction score
0
Points
0
Anyone have a macro that will open vendor window buys let's say a stack of water and then buys 20 molds part that gets me is the molds aren't stack able and it only buys one if anyone has something or can explain to me how to make it would be really helpful thanks
 
Anyone have a macro that will open vendor window buys let's say a stack of water and then buys 20 molds part that gets me is the molds aren't stack able and it only buys one if anyone has something or can explain to me how to make it would be really helpful thanks

Use buy.inc

#Include buy.inc

At top of macro, then all you need to do is:

/call buy "Flask of Water" 40
/call buy "Armor Mold" 10

and it will do the work for you.