WoW:MACRO petattack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
No edit summary
Line 12: Line 12:
:none
:none


== [target=...] Flag ==
:This macro command can be accompanied by the [target=...] variable to help coordinate your macros
==== Examples: ====
/petattack [target=targettarget]
This will tell your pet to target your target's target (e.g. If you have a friendly target that is attacking a hostile target.)
/petattack [target=focustarget]
This will tell your pet to target your focus' target (e.g. If you have a friendly target on /focus, and it will attack their target.)


== Notes ==
== Notes ==
:This will cause you to become PvP flagged if you attack a PvP flagged unit.
:This will cause you to become PvP flagged if you attack a PvP flagged unit.

Revision as of 18:41, 27 November 2009

Slash commands


Instructs your pet to attack the player's target

/petattack

Aliases

none


Arguments

none

[target=...] Flag

This macro command can be accompanied by the [target=...] variable to help coordinate your macros

Examples:

/petattack [target=targettarget]

This will tell your pet to target your target's target (e.g. If you have a friendly target that is attacking a hostile target.)

/petattack [target=focustarget]

This will tell your pet to target your focus' target (e.g. If you have a friendly target on /focus, and it will attack their target.)

Notes

This will cause you to become PvP flagged if you attack a PvP flagged unit.