Thread Tools Display Modes
12-27-11, 02:09 PM   #1
nulir
A Deviate Faerie Dragon
 
nulir's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 14
say text in troll language

hi

maybe im stupid, im trying to make a macro that puts out a text when im resurrecting a player. but i want it to out out the test in /s in a certain language ,Troll that is, but cant figure out how to do that.

thanks nulir
__________________
Off all the things i ever lost, i miss my mind the most!
  Reply With Quote
12-27-11, 02:14 PM   #2
Barjack
A Black Drake
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 89
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.
  Reply With Quote
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,313
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
12-29-11, 05:40 AM   #4
nulir
A Deviate Faerie Dragon
 
nulir's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 14
Thanks for the help, work fine
__________________
Off all the things i ever lost, i miss my mind the most!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » say text in troll language

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off