2012年4月18日星期三

Need Pet macro ?

Hello all i am trying to make it to where i can make my pet attack on first press then when i hit it a second time it will do pets ability. like Lock Jaw .. Can anyone help me pls .

I tried the /petattack
/cast Lock Jaw
but with this i guess it ques up Lock Jaw and it cast when my pet gets to the mob. I want him to just attack and cast it when i need him to.

Anyway thanks again peace.
you could try a modifier, like holding shift to make it lock jaw, or petattack otherwise
i use F3 so how would i make a mod so when i hit Alt F3 it would cast lock jaw ? thanks again
these forums not as helpful or good as the old ones.
/startattack
/petattack
/castsequence Dash, Lock Jaw

Have it so your pet doesn't auto-cast Dash. Will make getting your pet to the desired target faster. I'm not sure if you need /startattack, but it will function like the [tab] key in targeting the next attackable thing in front of you if you don't already have a target.
will try it thanks Tsai
If your a BM hunter you could throw in /cast Bestial Wrath.

#showtooltip Lock Jaw
/console Sound_EnableSFX 0
/startattack
/petattack
/castsequence Dash, Lock Jaw
/cast Bestial Wrath
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()


The macro above should keep the annoying red letters and "Cannot use..." speaches to a minimal.

Edit: Just tested this out myself and it works like a charm. Hope this was what you were looking for. Just remove (/cast Bestial Wrath) if your not a BM or leave it on in case you have a BM spec and may wanna use your dog. With the (#showtooltip Lock Jaw) you will see it as red untill your pet is within melie range.
thank you again Tsai
i use F3 so how would i make a mod so when i hit Alt F3 it would cast lock jaw ? thanks again


#showtooltip
/petattack
/cast [mod:alt,pet:Dog]Lock Jaw;[mod:alt,pet:Crab]Pin;[mod:alt,pet:Monkey]Bad Manner;[mod:alt,pet:Bat]Sonic Blast;[mod:alt,pet:Spider]Web

You can try to fit as many pet stun/cc abilties as you want, just follow the example. Pet:PetFamily makes the macro adjust ability visually on the button/tooltip to your current pet when you press your modifier (alt) as long as its in the macro.
sweet thanks alot you all.

没有评论:

发表评论