Pet Searching Macro

Share pet collecting news and advice.
Post Reply
User avatar
Jordicus
Top Rater
Posts:58
Joined:October 23rd, 2012
Pet Score:2793
Realm:Arygos-us
Contact:
Pet Searching Macro

Post by Jordicus » December 17th, 2012, 11:12 pm

I wrote this for myself to help find the rarer pets. Just change "minfernal" to the pet you are currently searching for. If it finds a match, it targets it. If it's a Battle Pet, it will mark it with the X target icon. Helps to have the Target marker enabled on the minimap too. Hotkey the macro and spam it as you fly around.

/cleartarget
/target [noexists][nodead] minfernal
/script s=strfind t="target" if UnitExists(t) then if s(UnitCreatureType(t),"Wild Pet") then if not GetRaidTargetIndex(t) then SetRaidTarget(t,7) end end end

User avatar
Pubrulz
Posts:19
Joined:December 4th, 2012
Pet Score:5234
Realm:Bladefist-us
Contact:

Re: Pet Searching Macro

Post by Pubrulz » December 18th, 2012, 7:20 am

Bless you. Wish I had seen this before many of the pets I've acquired, but should help quite a bit.

User avatar
Scarydreams
Posts:22
Joined:November 26th, 2012
Pet Score:2669
Realm:Bladefist-us
Contact:

Re: Pet Searching Macro

Post by Scarydreams » December 20th, 2012, 2:10 am

Thank you very much I wish I had found this allot sooner.

User avatar
Waveryn
Posts:149
Joined:December 5th, 2011
Pet Score:13698
Realm:Madoran-us
Contact:

Re: Pet Searching Macro

Post by Waveryn » December 20th, 2012, 7:25 am

That is nice, is there a way to target them and actually engage also, just spamming the button? Would help in heavily farmed areas.
Wave

User avatar
Jordicus
Top Rater
Posts:58
Joined:October 23rd, 2012
Pet Score:2793
Realm:Arygos-us
Contact:

Re: Pet Searching Macro

Post by Jordicus » December 20th, 2012, 8:08 am

Waveryn wrote:That is nice, is there a way to target them and actually engage also, just spamming the button? Would help in heavily farmed areas.
the "interact with" action cannot be scripted. however there is a keybind for it. In the Targeting section look for "Interact with Target". very helpful keybind to have set, especially when you run across wild pets that are in tight locations

User avatar
Waveryn
Posts:149
Joined:December 5th, 2011
Pet Score:13698
Realm:Madoran-us
Contact:

Re: Pet Searching Macro

Post by Waveryn » December 20th, 2012, 8:20 am

Thank You Jordicus I will look that up.
Wave

User avatar
Humbelle
Posts:25
Joined:September 27th, 2008
Pet Score:4574
Realm:Argent Dawn-us
Contact:

Re: Pet Searching Macro

Post by Humbelle » December 26th, 2012, 3:19 pm

I started using this macro and was able to get a Scourged Whelpling, Minfernal and Emerald Proto-Whelp all within half an hour. :-)

Post Reply