View Single Post
12/05/20, 04:42 PM   #4
Sidney
Join Date: Apr 2014
Posts: 33
Originally Posted by Shadowfen View Post
Its problem is likely that it is using a VERY old version of LibAddonMenu which is included in the KhajiitSpeak addon.

You can try fixing the problem yourself.
  1. Go to the Addons directory where your addons are installed. (On Windows it's usually at Documents\Elder Scrolls Online\live\Addons)
  2. Find the KhajiitSpeak directory and look inside there for the files and directories referenced below.
  3. In the KhajiitSpeak.txt file, you would change "OptionalDependsOn: " to "DependsOn: " and delete all of the lines that start with "lib/". Save that.
  4. In the KhajiitSpeak.lua file, search for the line that says
    Code:
    local LAM = LibStub("LibAddonMenu-2.0")
    (at line 1333) and replace it with
    Code:
    local LAM = LibAddonMenu2
    .
  5. Remove the lib directory that has LibStub.lua and a lam directory under it. This is where the very old library is.
  6. Finally, install LibAddonMenu-2.0 from Minion.
Now you should be able to start your game and see if the KhajiitSpeak addon works again.
Thank you! Super easy! Will give this a shot
  Reply With Quote