Thread Tools Display Modes
08-25-09, 11:00 PM   #1
WeeBaby
A Chromatic Dragonspawn
 
WeeBaby's Avatar
Join Date: Jan 2007
Posts: 195
quick macro help

Not real good at creating macros and I am sure this one has been created before but I am lost...thanks for you patience..what I want to do is

apply hunters mark
shoot serpent sting
send pet

would this be it

/hunters mark
/serpent sting
/ petattack

??
__________________

  Reply With Quote
08-25-09, 11:05 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Does setting Hunter's Mark trigger the global cooldown? If so, then your macro won't work that way. If not, then what you have would probably work. Have you tried it?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-25-09, 11:07 PM   #3
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,498
EDIT: Seerah is too fast hehe.

Hunters marks triggers the GCD if i recall so you would have to do them as a cast sequence.
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
  Reply With Quote
08-26-09, 02:41 AM   #4
Aluria
A Deviate Faerie Dragon
Join Date: Mar 2008
Posts: 13
try:

/castsequence reset=20/combat Hunter's Mark, Serpent Sting
/petattack


but i sugggest u take serpent out of the macro and only do Mark+Petattack. U have to refresh Serpent more often than Mark and ure pet can't do more attacking than it already does :P
  Reply With Quote
08-26-09, 04:45 AM   #5
Trond
A Cliff Giant
 
Trond's Avatar
Join Date: Oct 2008
Posts: 74
this is how I have it on my hunter... Kinda fun with that soundfile first imho... I press A to use macro, then 4 for a serpent sting... Works like a charm for me...

/script PlaySoundFile("Sound\\Creature\\Faerlina\\FAER_NAXX_AGGRO03.wav")
/PetAttack
/cast Hunter's Mark
__________________
Trond, because you deserve it...?
SDMF
  Reply With Quote
08-26-09, 04:55 AM   #6
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 55
no need for /petattack


pet does that when you attack
  Reply With Quote
08-26-09, 05:26 AM   #7
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Originally Posted by Wall View Post
no need for /petattack


pet does that when you attack
Only when your pet is set to defensive though. If you are running around with your pet on Passive then you will need the petattack portion.
  Reply With Quote
08-27-09, 02:48 PM   #8
WeeBaby
A Chromatic Dragonspawn
 
WeeBaby's Avatar
Join Date: Jan 2007
Posts: 195
Thank you all so very much for your input!! I went with just a petattack then hunters mark..I will do serpent sting separately.
__________________

  Reply With Quote
08-27-09, 03:20 PM   #9
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You could use a modifier or a right-click to do the mark and the pet attack if you wanted...

/cast [button:2] Hunter's Mark; Serpent Sting
/petattack [button:2]

or

/cast [mod] Hunter's Mark; Serpent Sting
/petattack [mod]
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » quick macro help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off