[Skip to Main Content]
Este site faz uso extensivo de JavaScript.
Habilite o JavaScript em seu navegador.
Atual
RTP
Looking for...
Resposta da Mensagem
Retornar ao índice do fórum
Postado por
Kalnazzar
Ok I need help with a couple off things 1st is there a way to macro moves together but if one is on cd it will skip it exp.. If bone shield is on cd cast horn of winter and if not it will cast bone shield thin go to horn of winter? 2nd I'm looking for a up to date add-on were I can mail more items thin the game will let you I would use bulkmail but every time I get it I get lua error and as soon as I close it its back up. 3rd can you make a macro that will auto assist what the tank is targeting but I don't wont to have to always have the tank clicked first before it will work or have him in my focus just click and it locks onto what the tank is? Remember to show me how it its written out thanks.
Postado por
Xytrixz
I can try answering 2 of these, as for the bulkmail one I have no idea really.
As far as my knowledge goes, the macro system is designed to ignore abilities on CD anyway, so the macro (in it's simplest form) would be:
/cast Bone Shield
/cast Horn of Winter
As for an assist macro, I have 2 ways to attack what the lead tank is hitting in raids, the first doesn't require a macro, simply enable Target of Target showing in the interface options, and in the raid frame it will show you what the tank is attacking. The second way I do this is simply /assist in a macro, and adapt the name to the tank in the raid.
Hope this helps :)
Postado por
Kalnazzar
It dose with the /cast but i need it for /castsequence because sometimes i get stuck with one or 2 of my moves not being ready and it wont move on till the CD is done.
Postado por
Panacia
There is no way for a macro to know if your spell is on cooldown, so your request is impossible. A solution could be to use a modifier instead of a castsequence, so your macro would look like:
#showtooltip
/use Spell1;Spell2
Postado por
QuickBASIC
This is the macro I use for trinkets so I'm not spammed with "That's not ready yet." spam. Adjusted for your uses here.
#showtooltip Horn of Winter
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast Boneshield
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
/cast Horn of Winter
You'll have to push the macro twice to cast both spells. I personally use my scroll wheel for these kind of things so I can just absentmindedly scroll every once in a while to keep both up.
Postado por
Panacia
That macro will never cast Horn of Winter. The macro will stop at Bone Shield every time, since both spells are on the gcd. As trinkets are not on the gcd, your macro works for your purpose, but cannot be used here.
Resposta da Mensagem
Você não iniciou a seção. Por favor, faça
login
para escrever uma resposta ou
registre-se
se ainda não tiver uma conta.