Thread Tools Display Modes
04-15-10, 10:47 AM   #1
kasra
A Kobold Labourer
Join Date: Apr 2010
Posts: 1
LDB for Language (Gutterspeak, Common, Orcish, etc)

I am absolutely clueless to the ease/difficulty of making add-ons, but I would love a LDB mod that lets you easily change your character's spoken languages. Not sure if that's easy or hard, but I would appreciate it. =]
  Reply With Quote
04-15-10, 12:02 PM   #2
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
There's a Broker addon called "Babel" - it's a toggle, since no race speaks more than 2 languages. click once and you speak your racial, click again and you speak your faction's "common" (common/orcish).
__________________
-- Taryble
  Reply With Quote
04-15-10, 05:12 PM   #3
NitraMo
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 24
This is what I have in a macro:
Code:
/run ChatFrameEditBox.language = (ChatFrameEditBox.language == GetLanguageByIndex(1) and GetLanguageByIndex(2) or GetLanguageByIndex(1)) ChatFrame1:AddMessage("Language changed to: "..ChatFrameEditBox.language)
It will change to the not selected language every time it is clicked and will output to ChatFrame1 which language it changed to.
Got it from someone else somewhere at some point in time, can't remember the name, sorry. Have had it for a few years.
  Reply With Quote
04-15-10, 09:24 PM   #4
Farm Fresh
A Fallenroot Satyr
 
Farm Fresh's Avatar
Join Date: Oct 2008
Posts: 27
If the macro isn't your thing, I use an addon called "Language Cycle" that lets you type /lc or /languagecycle and it switches your language back and forth and prints to the chat box what language you're speaking each time.
__________________
The statement below is true.
The statement above is false.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » LDB for Language (Gutterspeak, Common, Orcish, etc)


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