PDA

View Full Version : macros woe's


kydavis
07-02-2007, 07:16 AM
I am experimenting with macros and what I would like to do is not working.

I want a macro that when in combat mend pet; not in combat revive pet (pet dead); not in combat feed pet (pet alive).

This is what I am currently using, which works flawlessly. I was wondering if someone new if it was possible, and if possible what line i need to add to revive pet if not in combat and pet is dead. Maybe i need a modifier? I tryed a few different options but could not make it work. Thanks in advance for any help!


/cast [combat] Mend Pet; [nocombat] Feed Pet
/use [nocombat] 4 1

Ev_
07-02-2007, 08:31 AM
I believe it would look like this:

/cast [combat] Mend Pet; [nocombat, target=pet, dead] Revive Pet; [nocombat] Feed Pet
/use [nocombat] 4 1

Dark Matter
07-02-2007, 09:27 AM
Taken from the Macro 2.0 guide on the US ui and macro forum
http://forums.worldofwarcraft.com/thread.html;jsessionid=C1C688E306222C7F58B51675926883E7?topicId=56115740&sid=1

The macro should be:

/cast [combat] Mend Pet; [nocombat] Feed Pet
/use [nocombat] <food item>

myusernameistaken
08-02-2007, 11:47 AM
Awesome, I did this last night:

/cast [combat] Mend Pet; [nocombat, target=pet, dead] Revive Pet; [nocombat] Feed Pet
/use [nocombat] Longjaw Mud Snapper

And it worked a treat... that's 3 taskbar slots condensed to one and I don't have to fart about opening my bag to select which food I want to feed Hektor and Lozenge :grin:

Only thing to add would be Summon Pet if it's not there with you... anyway of adding that?

Ev_
08-02-2007, 08:02 PM
Only thing to add would be Summon Pet if it's not there with you... anyway of adding that?

/cast [combat] Mend Pet; [nocombat, target=pet, dead] Revive Pet; [nocombat, nopet] Call Pet; [nocombat] Feed Pet
/use [nocombat] Longjaw Mud Snapper