Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
/run local a,b,c,x,d,e,f=GetCursorInfo()if a then x=a..":"..b.." " if a=="item"then _,_,_,_,_,d,e,_,f=GetItemInfo(x)x=x.." "..c.." "..d.." "..e.." "..f elseif c then x=x..c end else x=GetMouseFocus():GetName()end DEFAULT_CHAT_FRAME:AddMessage(x)
/run local a,b,c,x,d,e,f=GetCursorInfo()if a then x=a..":"..b.." " if a=="item"then _,_,_,_,_,d,e,_,f=GetItemInfo(x)x=x.." "..c.." "..d.." "..e.." "..f elseif c then x=x..c end else x=GetMouseFocus():GetName()end DEFAULT_CHAT_FRAME:AddMessage(x)