
Originally Posted by
reasonyousmile
#showtooltip Charge
/cast [help] Intervene; [harm] Charge;
/cast Shield Slam
+5 Macroneering...- When a tooltip is being shown for the first cast/use in a macro, it does not need to be specified.
- When ability selection is done between only opposite conditions such as help and harm, only one of the conditions needs to be defined because by virtue of one condition failing one can assume the other condition succeeds.
- Semi-colons are only necessary when separating code groups, they are not necessary at the end of a statement.
Code:
#showtooltip
/cast [help] Intervene; Charge
/cast Shield Slam
This form will display the Charge icon and tooltip, unless you are targeting a friendly unit. Then it will display the Intervene icon and tooltip.

Originally Posted by
reasonyousmile
#showtooltip Intervene
/cast Intercept
/cast Shield Bash
+5 Macroneering...- You shouldn't display a tooltip for an ability you don't use in the macro (show intervene, cast intercept, does not compute).
Code:
#showtooltip
/cast Intercept
/cast Shield Bash
Have a nice day.
"In anything, if you want to go from just a beginner to a pro, you need a montage." /w TankSpot WTB Montage for Raiders.
Bookmarks