Oh, they are great, let's see which I use.
Code: Select all
#showtooltip
/use [pet:Spider]Web;[pet:Wasp]Sting;[pet:Crab]Pin;[pet:Monkey]Bad Manner;[pet:Crocolisk]Ankle Crack;[pet:Rhino]Horn Toss;[pet:Scorpid]Clench
That is my pets special attack macro. Adding other abilities should be easy. Oh and don't forget to turn of auto-cast to have it avaiable.
Code: Select all
#showtooltip
/cancelaura [nomod] Deterrence
/cancelauro [nomod] Blessing of Protection
/stopcasting
/stopcasting
/stopcasting
/use [mod:shift]!Flare;Kill Shot
This macro will remove Deterrence and Blessing of Protection and interrupt your Steady/Cobra/Aimed Shot for Kill Shot, I added Flare on shift because I don't like many buttons. The "!" lets you spam the macro without losing the target circle.
Code: Select all
#showtooltip
/use [nomod:shift]Concussive Shot
/castsequence [mod:shift] reset=2 Scatter Shot,Trap Launcher, !Freezing Trap(Frost)
Conc Shot without modifier and Scatter Trap on shift. You have to shift spam to Scatter and active the Launcher to shoot the trap. Again the "!" prevents losing the circle.
Code: Select all
#showtooltip Disengage
/use Wing Clip
/use Disengage
Wing Clip if someone is near before disengaging otherwise just disengage.
Code: Select all
#showtooltip
/use !Aspect of the Hawk
Spamable Hawk, you don't lose it if you tap it twice.
Same with Camo.
Code: Select all
#showtooltip
/use [@focus,mod:shift][]Silencing Shot
Focus Silence on shift. Useful while shooting at someone else and stopping heals/CC without switching targets. Normal SC without modifier.
Focus macros are always useful because you don't have to switch targets for CC, so you could redo this one for Intimidation or Wyvern Sting.
Code: Select all
#showtooltip
/use [@<partnername>,mod:shift][@player]Master's Call
Master's Call for your partner on shift and on yourself without to break roots.
Code: Select all
#showtooltip
/use [@<partnername>,mod:shift][@player]Roar of Sacrifice
The same with RoS.
Code: Select all
/script SetRaidTargetIcon("<name>",X)
Sets the chosen raid icon on the named player where X: 1 = Star 2 = Circle 3 = Diamond 4 = Triangle 5 = Moon 6 = Square 7 = Cross 8 = Skull.
Useful for easy positioning.
My other macros are simply compressed buttons most with shift and I like to group similar abilities: Conc and Scatter, Serpent Sting and Chimera Shot (as Chim refreshes SrS), main spam attack and boost (Steady or Cobra with Rapid Fire) etc.
I hope that helps you getting started with macros. Feel free to ask if you need any help and have fun playing around with them in most cases I switch macros back and forth until I find a way that feels good.