___________| Premade Macros |_________________________________________

warlock . shaman . warrior . priest . hunter .
death knight . rogue . druid . mage . monk . paladin .

______________________________________________________________________

TOP MENU

 

- - - - - [ Hold Macro ] - - - - - - - - - - [ Kill Macro ] - - - - -

[[ SPEC ]]

This column will be for macros used to hold the target.

This will be used to grab something and hold it (NOT KILL)
when assisting someone else camping. The sound script can be removed upon personal preference. It exists because NPCscan / Silver Dragon can and does fail, however rarely. This way there will still be sound notification.
The /stopattack command is to insure only the spell cast previous is used. It will stop any white damage from happening in most cases. 

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

back to howto page 2