Results: 1Comments by: RexMoonD
File: Awesome Events03/22/21
Re: Re: Stopped working
Posted By: RexMoonD
No longer works with ESO v6.3.5 If you're willing to dig into the code a tiny bit, here's how you can fix it for this patch: Open the Skills.lua file in the AddOns/AwesomeEvents/Modules folder, then replace lines 77-79 with this new bit of code: local spentCP = 0 for i = 1, GetNumChampionDisciplines() do for skill = 1, Get...