The Ultimate Turkey Macro
2009 November 22
Since we’re all hunting turkeys at the moment, I decided to craft a macro to make it a little easier. Run around spamming this macro to mark every turkey in the area. Behold, and do make sure you can mark things before starting.
/tar Wild Turkey
/run if not GetRaidTargetIndex("target") and not UnitIsDead("target") and UnitName("target") == "Wild Turkey" then if turkey == nil or turkey == 0 then turkey = 8 end SetRaidTarget("target", turkey); turkey = turkey -1 end;
No comments yet
