View Full Version : Macro... Ankh
Nighttblade
08-20-2008, 07:40 PM
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
Nighttblade
08-27-2008, 11:30 PM
bump
desipher
08-29-2008, 07:07 PM
I am also curious on how to do this for my 5 shamans.
Kissell13
08-30-2008, 12:17 PM
id guess /cast reincarnation but i could be wrong.
Golle
08-30-2008, 05:27 PM
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.
Fizzler
08-31-2008, 04:38 AM
I am sure there is an easier way but I just took the frameId and did a click and it worked.
/click StaticPopup1Button2
Thulos
08-31-2008, 02:10 PM
I believe /use Ankh should work.
cepheus
09-03-2008, 02:04 AM
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 though
Fizzler
09-03-2008, 02:14 AM
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 thoughyou 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 toon
Golle
09-03-2008, 01:33 PM
I am sure there is an easier way but I just took the frameId and did a click and it worked.
/click StaticPopup1Button2How did you take out the frameid?
valkry
09-03-2008, 08:41 PM
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...?
Maxion
09-04-2008, 08:23 PM
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.
There is no way to use it other than click the popup button.
Fizzler
09-05-2008, 01:29 PM
I am sure there is an easier way but I just took the frameId and did a click and it worked.
/click StaticPopup1Button2How did you take out the frameid?There are several mods that do it like moveanything. I just used a macro.
/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
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.