View Single Post
12-27-11, 05:26 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,322
Originally Posted by Barjack View Post
http://www.wowpedia.org/API_SendChatMessage
So basically you'd want to use something like
/run SendChatMessage("I'm resurrecting you!", "SAY", "TROLL")

Note that I didn't actually test this, but that's the idea.
You also have to be playing a Troll for you to be able to send using the language. Other addons such as Tongues can mimic the translations if you want the same effect on other characters.

Note if you use Tongues to achieve this on a non-Troll character, other Trolls will not be able to see what you're really typing unless they're running Tongues as well.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 12-27-11 at 05:28 PM.
  Reply With Quote