Macro
Posted:
Wed Apr 22, 2015 10:13 pm
by masterjacob
Hello. If anyone here is good at making macros I appreciate your help. I want to make a macro that uses mana ruby and Robe of the Archmage simultaneously.
Sort of like a pom pyro macro but with mana ruby and robe of the Archmage instead.
Any help is appreciated.
Re: Macro
Posted:
Thu Apr 23, 2015 6:44 am
by Xylon666Darkstar
Don't think you can since they're both on a gcd, yeh? A lot of abilities/uses take a gcd in vanilla, not many are off the gcd that allow macros of power boosting.
Re: Macro
Posted:
Thu Apr 23, 2015 6:46 am
by SnowFlakes
Xylon666Darkstar wrote:Don't think you can since they're both on a gcd, yeh? A lot of abilities/uses take a gcd in vanilla, not many are off the gcd that allow macros of power boosting.
neither of them are on the GCD.
Re: Macro
Posted:
Thu Apr 23, 2015 11:10 am
by Keys
/script for b=0,4 do for s=1,GetContainerNumSlots(b) do if (string.find(GetContainerItemLink(b,s) or " ", "Mana Ruby")) then UseContainerItem(b,s); UseInventoryItem(5); end end end
Unverified, alternatives available if unsuccessful.