Thread Tools Display Modes
12-19-06, 05:18 AM   #1
Humba
A Murloc Raider
Join Date: Jan 2005
Posts: 6
LanguageCycle - Broken:(

Well long ago I requested some help on these boards and I got it rather swift. So I make another go with the next addon that I cant live without. Currently I play on an RP server, and play as an night elf, I use Darnassian rather much but its kind annoying to change the language all the time.

I found a nifty little addon that gives me a button to swap language its called LanguageCycle.
Sadly 2.0 killed it (just as any other addon)...

I changed the toc and tried my very best but I stil get an error..
Originally Posted by UI
LanguageCycle has been blocked from an action only available to the Blizzard UI.
You can disable this addon and reload the ui.

Disable / Ignore.
I checked all over the web and there doesnt seem to be any "universal fix"... but as this addon (I guess) is rather slim... Could someone with a lil knowledge in these matters fix it ?

LC can be found at http://ui.worldofwar.net/ui.php?id=612
Last Updated: March 28th,2006

If there is no fix possible... I would be happy if someone could point me in a direction to another "simple"-language-swapping-addon... erhmm

Best Regards
Humba

Last edited by Humba : 12-19-06 at 05:22 AM. Reason: Loads of typos
  Reply With Quote
12-19-06, 07:32 AM   #2
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
ive got it working in beta (since live servers are down) but i dont know how its workin.. but it looks like it is?! (so im not sure if this correct coding but its magically working for me some how)

this is what ive changed in LanguageCycle.lua

line 26:
Code:
LC_Blizzard_ChatEdit_SendText = ChatEdit_SendText;
is now
Code:
hooksecurefunc("ChatEdit_SendText", function() return end);

line 49:
Code:
function ChatEdit_SendText(editBox, addHistory)
is now
Code:
function xxChatEdit_SendText(editBox, addHistory)
and it works.. some how, let me know if it works for you.
  Reply With Quote
12-19-06, 08:44 AM   #3
Humba
A Murloc Raider
Join Date: Jan 2005
Posts: 6
it works


THANK YOU <3!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » LanguageCycle - Broken:(


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