Lady Vashj

From Twilight Wiki

Macro developed for use in raid with Lady Vashj of Serpentshrine Cavern.
The purpose was to pass up the Tainted Core that needs to be looted up to where it can be used since holding it will root you to the spot. If your intended pass-off person is not in range to receive it, a whisper will be sent to the person to get closer to you. Also, raid chat will let everyone know who has it if you succeeding in passing it off. This macro is very near the 255 char limit.

/use Tainted Core
/run f=SendChatMessage w="WHISPER"c="Tainted Core"t="target"u=UnitName(t) if (IsItemInRange(c,t)==1) and (u~=nil) then f("You have the "..c,w,nil,u)f(u.." has "..c,"RAID")elseif (u~=nil) then f("Get closer for core!",w,nil,u)end