Maintenance for the week of December 16:
• PC/Mac: No maintenance – December 16
• NA megaservers for patch maintenance – December 17, 4:00AM EST (9:00 UTC) - 12:00PM EST (17:00 UTC)
• EU megaservers for patch maintenance – December 17, 9:00 UTC (4:00AM EST) - 17:00 UTC (12:00PM EST)
The issues on the North American megaservers have been resolved at this time. If you continue to experience difficulties at login, please restart your client. Thank you for your patience!

[ARC_Durability_Changed]worn item

Everstorm
Everstorm
✭✭✭✭✭
✭✭
Getting spammed with this message since the patch, I guess whever an item is damaged. Never got it before the patch so no idea which mod (presumably) this is coming from. Anyone any ideas?
  • svartorn
    svartorn
    ✭✭✭✭✭
    I was getting that error last night, too.

    Updated a bunch of addons today, hopefully its fixed.
  • tarosvorn
    tarosvorn
    ✭✭
    I'm getting this too, really quite annoying.
  • Pog_Mahone
    Pog_Mahone
    ✭✭
    Had this issue too. It seems like the problem come from the auto recharge addon
  • UrQuan
    UrQuan
    ✭✭✭✭✭
    ✭✭✭✭✭
    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.
    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
    Someone stole my sweetroll
  • Everstorm
    Everstorm
    ✭✭✭✭✭
    ✭✭
    Thanks for the answers. I had a hunch it was Auto Recharge.
  • Dovjun
    Dovjun
    Soul Shriven
    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))
  • svartorn
    svartorn
    ✭✭✭✭✭
    UrQuan wrote: »
    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.

    Thanks for the hot tip.

    I think I’ll disable that one for the time being.
  • flopflop2
    flopflop2
    Soul Shriven
    Dovjun 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))

    Thanks, this worked :)
  • Pyr0xyrecuprotite
    Pyr0xyrecuprotite
    ✭✭✭✭✭
    BTW, this update came out on Sunday before Update 25, and caused the error message then too. It's not an API change, just some sort of error in the addon coding.
  • Pyr0xyrecuprotite
    Pyr0xyrecuprotite
    ✭✭✭✭✭
    Dovjun 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.
  • Prrasha
    Prrasha
    ✭✭✭
    OK, I don't know lua specifically, but I do know a few programming and scripting languages... how will commenting out one text-outputting line break the rest of the functionality?

    I would think something else is broken in the latest update if the auto-repair stops working because of this.
  • ganzaeso
    ganzaeso
    ✭✭✭✭
    that function is d() which is debug output string to chat, it should not be affecting the addon's functionality.

    the programmer likely put it in to fix an issue and forgot to take it out. If the addon is not working yet it is still likely a fix in progress.
    (Math before coffee, except after 3, is not for me)
  • Lady_Linux
    Lady_Linux
    ✭✭✭✭✭
    Dovjun 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.

    did that and nothing changed
    I simply must protest. There are no Penguin avatars for me to use in the forums.

    BTW, I use arch too
  • stevenyaub16_ESO
    stevenyaub16_ESO
    ✭✭✭✭
    You can turn the messages off in the add-on settings "chat messages"
  • Raisin
    Raisin
    ✭✭✭✭✭
    ✭✭✭
    You can turn the messages off in the add-on settings "chat messages"

    The option is broken. That's the problem.
Sign In or Register to comment.