Page 1 of 1

macro to use consumables

PostPosted: Thu Sep 03, 2015 2:22 pm
by Paultrouble
hi,

anyone knows what macro would allow to me to use flame deflector, then fire resistance potion? (they both have cd, so something u can spam would make it)

Re: macro to use consumables

PostPosted: Thu Sep 03, 2015 3:20 pm
by Youfie
/script UseAction(X);
/script UseAction(Y);

Where X & Y are the buttons ID of your two items.

Haven't tested this macro myself, but I think it would work, if you spam it.

Tell us if it works :)

Re: macro to use consumables

PostPosted: Thu Sep 03, 2015 5:38 pm
by Etrigan
You can do this quite simply with Supermacro. ie

/script Use("Flame Deflector") Use("Greater Fire Protection Potion")