Thread Tools Display Modes
05-05-10, 09:25 AM   #1
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 205
Macro help required :D

I just started a hunter and found this macro in a thread on the official forums.
But I can't get it to work.
The focus mod thing works. The assist works. The petattack works.
But my guy does nothing, he just stands there.

Code:
/focus [modifier:alt]
/stopmacro [modifier:alt]
/assist focustarget 
/cast !attack 
/petattack
  Reply With Quote
05-05-10, 09:32 AM   #2
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
I'm sure "Attack" was renamed to "Auto Attack" some patch(es) ago.

If you look in your spell book, that's the name you will have to use, e.g. Auto Attack (or Auto Shot)

If that isn't working for you try /startattack instead.
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 05-05-10 at 09:37 AM.
  Reply With Quote
05-05-10, 09:52 AM   #3
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
try this one
/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
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
  Reply With Quote
05-05-10, 10:03 AM   #4
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Note that you can replace "target=" with "@" so "target=focus" would become "@target"
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote
05-05-10, 10:14 AM   #5
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Code:
/focus [modifier:alt]
/stopmacro [modifier:alt]
/assist focustarget 
/startattack
/petattack
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
05-05-10, 10:22 AM   #6
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 205
@v6o: That worked.

@tinyu: I don't want my target to be my focus. I want the tank to be my focus and always assist him/her.

Another problem has presented itself. The macro doesn't really care about the focus target. It just attacks whatever mob is closest to me.

Fixed. Its the /assist focustarget that only needs to be /assist focus.

Last edited by karmamuscle : 05-05-10 at 10:39 AM. Reason: Fixed
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Macro help required :D

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