Results: 7Comments by: Berun
File: CookeryWiz03/21/23
Errors on loading after Update 37
Posted By: Berun
Since Update 37, CookeryWiz generates a series of errors on loading. The problem is the "resizeToFitDescendents=1" parameter used on some labels. Commenting out or removing this parameter eliminates the error. I don't know if there are any other unintended consequences. The parameter is used on 6 lines in CookeryWiz\Xml\CookeryW...
File: Combat Metrics02/18/23
Re: Re: Display Target Dummy Health
Posted By: Berun
Is there a way to display the health of a target dummy in the combat log or on the chart? Turning on "BossHP" on the chart doesn't seem to do anything. It would be useful to see how various execute skills ramp up their damage as the dummy's health declines during a parse. Its not the most straight forward way but outside of boss...
File: Combat Metrics02/11/23
Display Target Dummy Health
Posted By: Berun
Is there a way to display the health of a target dummy in the combat log or on the chart? Turning on "BossHP" on the chart doesn't seem to do anything. It would be useful to see how various execute skills ramp up their damage as the dummy's health declines during a parse.
File: ElderScrollsOfAlts02/05/23
Gender Bug
Posted By: Berun
In the tables, male characters are listed as "other" gender. This is caused by functions GetGenderFullText and GetGenderText equating genderId=0 to males. Males are genderId=2. These functions are defined in ESOA_Charts.lua. (Sorry, don't have the line number, about 80% through file.)
File: Custom Quality Colors05/04/21
I realize the last post is almost a...
Posted By: Berun
I realize the last post is almost a year old, but I thought I'd mention that the addon is working fine for me. I did edit CustomQualityColors.txt to update the API Version to the lastest (100034) and removed LibStub from the DependsOn line. With those changes and a current LibAddonMenu-2.0, this addon works.
File: Set Tracker - UPDATED05/04/21
SetTracker.txt update
Posted By: Berun
I also encountered the error described by T3Am3R, and went a little further in editing SetTracker.txt. I removed all the embedded libraries and updated the API Version to the current latest (100034, Flames of Ambition) so it doesn't show as out of date. If you use this file, you can delete the embedded directory, but you will need...
File: Harven's Custom Map Pins (Markers)08/08/20
Import not working properly
Posted By: Berun
There's a bug in the code for importing the new format pins. Trying to run /importpins indicates the function is trying to read a nil value. The error is in the code near line 448. if not self.sv.pins then self.sv.pins = { map = v.map, description = v.description, x = v.x, y = v.y, color = { v.color, v...