RED RIDER RIFLE MACRO - SUPER BASIC
(targets tlpd and vyra, stops if not targeted - if targeted, it gets your body back, uses the air rifle to tag but not kill. also stops combat so you don't kill shit on accident.
also reports to party what you have targeted. but not location. cleartarget at front keeps you from having somebody targeted to check them out, and accidentally rezzing by habitually hitting the macro)
/cleartarget
/tar time-
/tar vyrag
/stopmacro [noexists]
/p %t
/script RetrieveCorpse();
/cast red rider air rifle
RED RIDER RIFLE MACRO WITH BELLS AND WHISTLES
plays sound, doesn't get body, uses rifle
/targetexact Time-Lost Proto-Drake
/targetexact Vyragosa
/run local N = UnitName("Target");if N and (N=="Time-Lost Proto-Drake") then PlaySound(13363);print(date(),N,"Found");SetRaidTarget("target",8);end
/cast Red Rider Air Rifle