Results: 3Comments by: adghar
File: Srendarr - Aura, Buff & Debuff Tracker06/03/24
Found function signature changes in...
Posted By: adghar
Found function signature changes in GetAbilityCastInfo and GetAbilityDuration: ESOUIDocumentationP41_2.txt: * GetAbilityCastInfo(*integer* _abilityId_, *integer:nilable* _overrideRank_, *string* _casterUnitTag_) ** _Returns:_ *bool* _channeled_, *integer* _castTime_, *integer* _channelTime_ ... * GetAbilityDuration(*intege...
File: Srendarr - Aura, Buff & Debuff Tracker06/03/24
Alright, I revise my previous conje...
Posted By: adghar
Alright, I revise my previous conjecture - I think it's actually GetAbilityDuration that's having issues with U42. If anyone else is a hard S'rendarr addict like me, ran into the same error, and needs to get unblocked immediately, these are the changes I made that seem to at least allow S'rendarr to work (if not perfectly). Apolo...
File: Srendarr - Aura, Buff & Debuff Tracker06/03/24
It looks like my S'rendarr has brok...
Posted By: adghar
It looks like my S'rendarr has broken with U42: user:/AddOns/Srendarr/AuraData.lua:437: operator / is not supported for nil / number stack traceback: user:/AddOns/Srendarr/AuraData.lua:437: in function '(main chunk)' Googling showed other addons could troubleshoot this with SavedVariables updates, so I tried that with S'rendarr...