Caius Drusus Imperial DK (DC) Bragg Ironhand Orc Temp (DC) Neesha Stalks-Shadows Argonian NB (EP) Falidir Altmer Sorcr (AD) J'zharka Khajiit NB (AD) |
Isabeau Runeseer Breton Sorc (DC) Fevassa Dunmer DK (EP) Manut Redguard Temp (AD) Tylera the Summoner Altmer Sorc (EP) Svari Snake-Blood Nord DK (AD) |
Ashlyn D'Elyse Breton NB (EP) Filindria Bosmer Temp (DC) Vigbjorn the Wanderer Nord Warden (EP) Hrokki Winterborn Breton Warden (DC) Basks-in-the-Sunshine Argonian Temp |
It's caused by the Auto Recharge addon. The addon was just updated yesterday, but I didn't see anything about this change under it on Minion (and there's no setting for it under Addon Settings), so it might be caused by a change in the way the API handles certain messaging. Or it could be an undocumented change to the addon. Either way, for now I'm disabling Auto Recharge.
If you're not against a little bit of tweaking, what you have to do to use the addon but disable this warning :
Open with a text editor Documents\Elder Scrolls Online\live\AddOns\Recharge\Recharge.lua
comment the line 767 by adding "--" at the beginning. So
d("[ARC_Durability_Changed]" .. GetItemLink(bagId, slotIndex))
becomes
--d("[ARC_Durability_Changed]" .. GetItemLink(bagId, slotIndex))
If you're not against a little bit of tweaking, what you have to do to use the addon but disable this warning :
Open with a text editor Documents\Elder Scrolls Online\live\AddOns\Recharge\Recharge.lua
comment the line 767 by adding "--" at the beginning. So
d("[ARC_Durability_Changed]" .. GetItemLink(bagId, slotIndex))
becomes
--d("[ARC_Durability_Changed]" .. GetItemLink(bagId, slotIndex))
Pyr0xyrecuprotite wrote: »If you're not against a little bit of tweaking, what you have to do to use the addon but disable this warning :
Open with a text editor Documents\Elder Scrolls Online\live\AddOns\Recharge\Recharge.lua
comment the line 767 by adding "--" at the beginning. So
d("[ARC_Durability_Changed]" .. GetItemLink(bagId, slotIndex))
becomes
--d("[ARC_Durability_Changed]" .. GetItemLink(bagId, slotIndex))
Hm.... I don't trust this workaround, it disables the entire function that repairs my gear automatically, which is the main reason I use this addon.
stevenyaub16_ESO wrote: »You can turn the messages off in the add-on settings "chat messages"