Results: 9Comments by: TemporalPersonage
File: Iakoni's Skill Changer03/16/22
I don't suppose anyone is willing t...
I don't suppose anyone is willing to take the addon over? It works, but there are things that could be improved. For example displaying tooltips with skill names in the set preview (useful when you return from a long break, have your skills reset and trying to rebuild). I have been considering getting permission to update this add...
File: Go Home12/22/21
Update 8.0.0 Still Broken. Hotkeys give 'Invalid Command'
After renaming the directory, the addon loaded fine. I needed to reenter my hotkeys, not a big deal, but the hotkey commands do not work. I entered: '/gh 7' And I get the error, 'Invalid Command' All the control slash commands work, it is just the hotkeys that are broken
File: Go Home12/22/21
Update to 8.0.0 Fix
The 8.0.0 update cannot be seen by the game. It is a directory name problem. If you rename the directory from: GoHome-8.0.0 to simply: GoHome Everything will work fine. I guess the game cannot read directory names with a '.' in them.
File: SpentSkillPoints08/27/21
having an issue using this with the...
having an issue using this with the SkyShards addon (https://www.esoui.com/downloads/info128-SkyShards.html). it's a kind of minor issue, but it's a bit annoying: it makes it so that the "Skill points: A" line only shows that, not "Skill points: A/T" Funny, I was running Skyshards long before I started running this addon, I nev...
File: SpentSkillPoints08/26/21
having an issue using this with the...
having an issue using this with the SkyShards addon (https://www.esoui.com/downloads/info128-SkyShards.html). it's a kind of minor issue, but it's a bit annoying: it makes it so that the "Skill points: A" line only shows that, not "Skill points: A/T" Funny, I was running Skyshards long before I started running this addon, I nev...
File: SpentSkillPoints05/31/21
Wrong Packaging! No subdir! :o L...
Wrong Packaging! No subdir! :o Literally my first try. I think I have it corrected. ... hangs head in shame...:o
File: SpentSkillPoints05/28/21
Update for Blackwood
I am trying to get a update published for Blackwood. It will error out in its current state. Companions do not have skill points. I am not sure what you are asking for there. Companions unlock skills based on the level of the skill tree. Unlocks are automatic. Anyway, there are some very minor fixes for this, hopefully soon...
File: Urich's Skill Point Finder04/29/21
A Couple of Fixes.
line 877: local VAMPIRE, SCRYING, EXCAVATION, WEREWOLF = 51, 155, 157, 50 line 897, 898: val = ((skillLineId == WEREWOLF and skillIndex == 1) and 1 or val) -- Werewolf - Transformation val = ((skillLineId == WEREWOLF and skillIndex == 7) and 1 or val) -- Werewolf - Devour after line 904: if skillType == SKILL_TYPE_AR...
File: SpentSkillPoints04/29/21
Fixes to bring current with pts build
Some fixes that will bring the addon up to date with the current pts build: local WEREWOLF = 50 -- werewolves have access to their ultimate and devour without spending a skill point -- if IsWerewolfSkillLine(skillType, skillLine) then if skillLineId == WEREWOLF then if skillIndex == 1 then return 1 end...