WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Hunter's Mark Macro (https://www.wowinterface.com/forums/showthread.php?t=713)

Inokis 05-03-05 01:15 AM

Hunter's Mark Macro
 
This macro basically tells the pet to attack only if you are not engaged in combat. If you are engaged, the pet will maintain its target while the one you want marked get's marked. This would be used for your opening pull spell without the aggravation of your pet attacking a target before you wish it to.

(replace the # with the rank you want to use)

/script if UnitExists("Pet") and not PlayerAttackIcon:IsVisible() then CastSpellByName("Hunter's Mark(Rank #)"); PetAttack(); elseif PlayerAttackIcon:IsVisible() or PetFrame.InCombat then CastSpellByName("Hunter's Mark(Rank #)"); end


All times are GMT -6. The time now is 12:33 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI