View Single Post
09/05/21, 11:50 AM   #3
Kipac
Join Date: Sep 2021
Posts: 2
Originally Posted by Shinni View Post
Merlin's Rez Helper is using LibAddonMenu in a way that is no longer supported.
Specifically the file Elder Scrolls Online/live/Addons/MerlinsRezHelper/merlinsRezHelper.lua, the first line
local LAM2 = LibStub("LibAddonMenu-2.0")
must be replaced by
local LAM2 = LibAddonMenu2

You can edit the file yourself with a texteditor (eg notepad) or post a comment in the comment section of Merlin's Rez Helper and ask the author to update the addon.
I already did edit it like u said (as u can see the error in the picture). 'it cannot find 'the already renamed'' library.

Edit: Do i have to remove the brackets and "" ?

Last edited by Kipac : 09/05/21 at 11:53 AM.
  Reply With Quote