Post:
Macros
User:
Xankul
Infraction: 6. Do not post unless you have something new and worthwhile to say.
Points: 1
Administrative Note:
Message to User:
|
Good job quoting a giant block of useless macros in order to list more useless macros. Really improves the quality of the thread.
|
Original Post:


Originally Posted by guirsp1
Marksmanship Macros:
#showtooltip Chimera Shot
/script UIErrorsFrame:Hide()
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Chimera Shot(Rank 1)
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
#showtooltip Aimed Shot
/script UIErrorsFrame:Hide()
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Aimed Shot(Rank 9)
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
#showtooltip Arcane Shot
/script UIErrorsFrame:Hide()
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Arcane Shot(Rank 11)
#showtooltip Steady Shot
/script UIErrorsFrame:Hide()
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/castsequence reset=3 Steady Shot, Auto Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Survival Macros:
#showtooltip Explosive Shot
/console Sound_EnableSFX 0
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast Explosive Shot(Rank 4)
/cast [target=pettarget, exists] Kill Command
/console Sound_EnableSFX 1
#showtooltip Black Arrow
/console Sound_EnableSFX 0
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast Black Arrow(Rank 6)
/cast [target=pettarget, exists] Kill Command
/console Sound_EnableSFX 1
|
Recently I have been using similar macros, with just some tweaks in them.
#showtooltip Aimed Shot
/script UIErrorsFrame:Hide()
/cancelaura Abomination's Might
/cancelaura Unleashed Rage
/cast !Auto Shot
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Aimed Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
-Added the both /cancelaura since with the Marked for Death talent being bugged and giving the effect of Glyph of Steady Shot for free, I picked up TSA + Glyph. Makes it so that when I shoot Aimed Shot my TSA pops out and I get the +10% crit even if there is a Blood DK or Enchancement Shaman.
#showtooltip Arcane Shot
/script UIErrorsFrame:Hide()
/cast !Auto Shot
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Arcane Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
#showtooltip Chimera Shot
/script UIErrorsFrame:Hide()
/cast !Auto Shot
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Chimera Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
#showtooltip Steady Shot
/script UIErrorsFrame:Hide()
/cast !Auto Shot
/cast [target=pettarget] Kill Command
/cast Silencing Shot
/cast Steady Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Also is there a way to bring the old 2 button macro and turn off all pet skills off and make them be used when I click another button?
Recently I have been having a problem in Onyxia where on the landing phase my pet doesn't use his skills such as Rabid even tho he has the focus requiered for them.
|