Anyone know of a macro to pop your ankh? So if I get ganked and wanna pop em all up at the same time.
Thanks
Printable View
Anyone know of a macro to pop your ankh? So if I get ganked and wanna pop em all up at the same time.
Thanks
bump
I am also curious on how to do this for my 5 shamans.
id guess /cast reincarnation but i could be wrong.
I hardly think there's a /cast for it, but since everything is made up in commands you should be able to use like:
/script AcceptRessurect()
or something.
I am sure there is an easier way but I just took the frameId and did a click and it worked.
/click StaticPopup1Button2
I believe /use Ankh should work.
I highly doubt that, since the skill is named Reincarnation, and the ankh is just a reagent. But I havent tried, so I could be wrong thoughQuote:
Originally Posted by 'Thulos',index.php?page=Thread&postID=113648#post1 13648
you are correct it does not work. I tried it earlier but my /click method does for sure. Not sure how safe it is, it might click on a box you do not intend on clicking while trying to reincarnate another toonQuote:
Originally Posted by 'cepheus',index.php?page=Thread&postID=115055#post 115055
How did you take out the frameid?Quote:
Originally Posted by 'Fizzler',index.php?page=Thread&postID=113521#post 113521
Can you put the Anhk spell on your hotbars, the same place for all your chars, then when you are ready you just hit that hotkey...?
No, because Reincarnation is a passive spell that gives you the option to use it when you die if its off cooldown and you have the reagent.Quote:
Originally Posted by 'valkry',index.php?page=Thread&postID=115514#post1 15514
There is no way to use it other than click the popup button.
There are several mods that do it like moveanything. I just used a macro.Quote:
Originally Posted by 'Golle',index.php?page=Thread&postID=115341#post11 5341
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
Create the macro and bind it. Hover over the object and his the keybind.
you can click any button that is actively showing on the screen. This is one way to link multiple macros
For instance if you hover over one of your action buttons it might read ActionButton5 create a macro /click ActionButton5 and it will click it