View Single Post
06-30-17, 09:33 AM   #1
Asalas77
A Murloc Raider
Join Date: May 2017
Posts: 9
Send spell link with changed name using SendChatMessage

Hey I'm trying to send a spell link with modified name to chat. I managed to obtain the link using

Code:
/script DEFAULT_CHAT_FRAME:AddMessage("\124cffFCFB13\124Hspell:66066\124h[Nurisz]\124h\124r");
but when I paste the same thing into SendChatMessage it doesnt work.

Code:
/run SendChatMessage("\124cffFCFB13\124Hspell:66066\124h[Nurisz]\124h\124r","say");
Is there any way I can make it work? Or use the first one to get the link in chat and then copy it from that message?
  Reply With Quote