Macros can be a great time saving tool and can help in a variety or situations.... as long as they work. I use a lot of macros and in order to get then to do what I want I use this great site
www.macroexplain.com/
Basically this site allows you to type in macros and will explain exactly what it will do. it is hard to explain but if you take one of my macros and post it in you will see what I mean.
My all around pet care macro:
| Code: |
/cast [nopet] Call Pet;[target=pet,dead]Revive Pet
/clearfocus [target=focus,dead]
/focus [target=focus,exists]player;target
/clearfocus [target=focus,noharm]
/petattack [target=focus,exists]
/petfollow [target=focus,noexists]
/cast Hunter's Mark
|
*this will res pet if dead, call if alive, set target as focus, clear focus if target is dead, have pet attack forcus, and cast hunters mark. This is a lot and more then some people need, but I use it a lot and you can always just use parts if you want.
Simple pet call/revive/heal macro
| Code: |
/cast [nopet]Call Pet;[target=pet,dead]Revive Pet;[target=pet,nodead]Mend Pet
|
If your pet is dead it will rez, if it is not out it will call and if it is out and alive it will mend.
Simple pet call/revive/dismiss macro
| Code: |
/cast [nopet]Call Pet;[target=pet,dead]Revive Pet;[target=pet,nodead]dismiss pet
|
This is like the last one but instead of casting mend pet you will cast dismiss.
Super MD Macro
| Code: |
#showtooltip
/cast [target=focus,help]Misdirection
/cast [target=target,help]Misdirection
/cast [target=pet,nodead,exists]Misdirection
|
*it will cast MD in this order, whichever comes first- Focus, if not then target, if not then pet. It will make sure that MD can be cast on the person and if not it will move on to the next one on the list