Justmee Posted February 9, 2012 Report Share Posted February 9, 2012 Ok I found a macro that will fix the language select bug and you getting the error message saying "you can not speak that language" This is a faster way then having to select a language every time. This was found at http://eu.battle.net/wow/en/forum/topic/1620942257 Make a /macro and add this to it. /run if( ChatFrame1.editBox.language==GetLanguageByIndex(1))then ChatFrame1.editBox.language=GetLanguageByIndex(2)else ChatFrame1.editBox.language=GetLanguageByIndex(1) end; When you need to just hit the icon on one of your bars and it fixes it. It is still faster than having to select a language every time. Makes life a bit easier. Can some one please pin this post please! This is a really handy macro I have tested it and it works great! Link to comment Share on other sites More sharing options...
0 Owners Rocx Posted February 9, 2012 Owners Report Share Posted February 9, 2012 Pinnied Thanks! Link to comment Share on other sites More sharing options...
0 Molton Posted February 10, 2012 Report Share Posted February 10, 2012 Wow, now this is awesome. Thank you very much for helping make a macro to fix that bug. Link to comment Share on other sites More sharing options...
0 Nhazul214 Posted March 29, 2012 Report Share Posted March 29, 2012 I posted this topic link in game, maybe it will help more people. Link to comment Share on other sites More sharing options...
Question
Justmee
Ok I found a macro that will fix the language select bug
and you getting the error message saying
"you can not speak that language"
This is a faster way then having to select a language every
time.
This was found at http://eu.battle.net/wow/en/forum/topic/1620942257
Make a /macro and add this to it.
/run if( ChatFrame1.editBox.language==GetLanguageByIndex(1))then ChatFrame1.editBox.language=GetLanguageByIndex(2)else ChatFrame1.editBox.language=GetLanguageByIndex(1) end;
When you need to just hit the icon on one of your bars and it fixes it. It is still faster than having to select
a language every time. Makes life a bit easier.
Can some one please pin this post please! This is a really handy macro I have tested it and it works
great!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now