Results: 2Comments by: emirizy
File: Harven's Improved Skills Window07/24/24
Hello. After the last update, there...
Posted By: emirizy
Hello. After the last update, there was a problem with displaying the progression with the inclusion of "Show total skill line progression". not included https://i.imgur.com/EchpYcf.png enabled https://i.imgur.com/g8ZRwE6.png The maximum level, the maximum amount of experience and percentages are displayed incorrectly....
File: Harven's Improved Skills Window06/06/24
To fix scribe hover error, wrap if...
Posted By: emirizy
To fix scribe hover error, wrap if then else block on line 117 in a new block if not skillData:IsCraftedAbility() then end Should look like if not skillData:IsCraftedAbility() then if not skillData:IsPassive() then local progressionIndex = GetProgressionSkillProgressionIndex(skillType, skillLin...