Results: 385Comments by: code65536
File: CookeryWiz07/06/16
New recipes are being introduced du...
Posted By: code65536
New recipes are being introduced during their October Halloween event, but are currently available for testing on the PTS: https://forums.elderscrollsonline.com/en/discussion/277262 (Includes item codes for the new recipes.)
File: Combat Metrics06/27/16
Was there anything that changed tha...
Posted By: code65536
Was there anything that changed that could potentially cause Combat Metrics to get stuck in an infinite loop? Yesterday, while doing the vMA weekly, my game froze (and required a force-quit) at the end of stage 2. This happens at the very end of the stage, right after the boss dies (and I exit combat). At first, I thought this was...
File: Srendarr - Aura, Buff & Debuff Tracker06/13/16
The new version that was just poste...
Posted By: code65536
The new version that was just posted still doesn't address the Assassin's Scourge proc not firing off an alert. That fix requires adding just one line to AuraData.lua, which I posted a few days ago... There are now two different procs for Grim Focus: the original Assassin's Will is the default proc, and Assassin's Scourge is the n...
File: CritPercent06/10/16
CritPercent is not compatible with...
Posted By: code65536
CritPercent is not compatible with the Dark Brotherhood update. It causes duplicate entries to be shown when viewing items. Here are some screenshots of item displays before and after CritPercent in Dark Brotherhood: http://imgur.com/a/2DePB Notice how the Hunding Armor shows the 2p bonus twice, and the Health and Crit bonuses...
File: Srendarr - Aura, Buff & Debuff Tracker06/10/16
There are now two different procs f...
Posted By: code65536
There are now two different procs for Grim Focus: the original Assassin's Will is the default proc, and Assassin's Scourge is the new proc for the Relentless Focus morph. The following line needs to be added to line 57 of AuraData.lua: = true, -- Assassin's Scourge
File: Combat Log Statistics (CLS)06/05/16
Re: UI Error
Posted By: code65536
Today I had this error after handing in a silver pledge quest, any thoughts? user:/AddOns/CombatLogStatistics/Combat Log Statistics.lua:244: attempt to index a nil value stack traceback: user:/AddOns/CombatLogStatistics/Combat Log Statistics.lua:244: in function 'CLog.SkillPointsUpdate' There is an updated version of CLS that...
File: Raidificator (Trial, Arena and Dungeon Timer)05/31/16
API version bump update for Dark Br...
Posted By: code65536
API version bump update for Dark Brotherhood.
File: DEPRECATED: Raidificator (see description for new link)03/24/16
Will this use my old savedvariables...
Posted By: code65536
Will this use my old savedvariables? Because I have hundreds of raids in my history and don't want to lose them. Yes, it is 100% compatible with your old saved variables file. I have a lot of old saved raids too, and this updated version will not touch any of that and will continue to display those in the history window. (Thoug...
File: Foundry Tactical Combat (FTC)03/22/16
One of the texture files was moved...
Posted By: code65536
One of the texture files was moved in the Thieves Guild update. In stats/controls.lua, on line 30, "/esoui/art/mounts/timer_icon.dds" should be changed to "/esoui/art/miscellaneous/timer_32.dds".
File: Raidificator (Trial, Arena and Dungeon Timer)03/22/16
Hi, thank you for creating the Raid...
Posted By: code65536
Hi, thank you for creating the Raidificator addon! Since you have not yet had a chance to update it for Thieves Guild, I went ahead and made an updated version. I have a copy that I have uploaded to ESOUI as an "optional file" for Raidificator. * Updates for Thieves Guild: added support for Maw of Lorkhaj, updated icons, and...