The following macro will attempt to throw the Tainted Core to your current target, whisper the target, announce it to the raid, and if the target is out of range will whisper them that they are out of range and ping the map with your current location. Copy/pasted the following into your macros:
Code: Select all
/use Tainted Core
/run f=SendChatMessage w="WHISPER"c="Tainted Core"t="target"u=UnitName(t)if IsItemInRange(c,t)==1 then f("You have the "..c,w,nil,u)f(u.." has "..c,"RAID")else f("Can't throw core at you. Get close!",w,nil,u)Minimap:PingLocation(0,0)end
Code: Select all
/use Netherweave Net
/script SendChatMessage(string.format("Netting %s's Strider!",UnitName("targettarget")),"YELL");
/script SendChatMessage("Netting your Strider!", "whisper",nil,UnitName("TargetTarget"));
Code: Select all
/cleartarget
/focus
/targetexact Tainted Elemental
/focus [exists, nodead]
/cast [target=focus, exists, nodead] Some Spell
/targetlastenemy
While I am not a 'macro guy,' Paladins may want to have the following macro set to cast Blessing of Freedom on the MT as soon as Vashj casts entagle:
Code: Select all
/cast [target=MTName, nodead][] Blessing of Freedom