Custom Search

March 31, 2009

Macro: Target Self with Bandage

Target yourself and then auto heal self with bandages.

/use [target=player] Heavy Netherweave Bandage

Macro Help: Quick marking with macro plus key binding

This macro lets you mark a target quickly. It uses a keybinding along with the macro button.

1.) First create the macro:

/script SetRaidTarget("mouseover", n)

2.) Bind a visual reference using the number key:

1. Yellow 4-point Star
2. Orange Circle
3. Purple Diamond
4. Green Triangle
5. White Crescent Moon
6. Blue Square
7. Red "X" Cross
8. White Skull

Macro Help: Auto Assist Tank

If the tank is attacking a target ( that can be attacked ) and is not dead, here is a macro to assist the tank:

1.)

/target [target=focustarget, harm, nodead]

2.)

#show Attack
/target [target=focustarget, harm, nodead]
/startattack

Zooming Out Really Far ( To Pluto )

Zoom out using a macro:

/console CameraDistanceMax 25
/console CameraDistanceMaxFactor 2

If you feel like returning to your normal view, or encounter difficulties with your zooming spaceship, the following commands may be of use:

/console CameraDistanceMax 15
/console CameraDistanceMaxFactor 1

Just type them into chat and you'll be all set!

( Found in the WOW Forums. Posted by Blizzard employee )