Results: 10Comments by: chazz422
File: ItemSaver Modified04/26/14
Re: Re: another fork?
Posted By: chazz422
Why don't you coordinate with ingeniousclown to add your changes to his addon instead of posting another forked addon on esoui? He is actively maintaining his addon (updated 2 days ago). I like your ideas, would just be nice to have one version. I agree. This also seams to happen to many addons, like for the TreasureMaps addon...
File: ItemSaver Modified04/26/14
Re: Re: Re: another fork?
Posted By: chazz422
Why don't you coordinate with ingeniousclown to add your changes to his addon instead of posting another forked addon on esoui? He is actively maintaining his addon (updated 2 days ago). I like your ideas, would just be nice to have one version. I agree. This also seams to happen to many addons, like for the TreasureMaps addon...
File: ItemSaver Modified04/26/14
another fork?
Posted By: chazz422
Why don't you coordinate with ingeniousclown to add your changes to his addon instead of posting another forked addon on esoui? He is actively maintaining his addon (updated 2 days ago). I like your ideas, would just be nice to have one version.
File: Sous Chef - Provisioning Helper (Recipe helper/search)04/26/14
I have 8 characters and sometimes t...
Posted By: chazz422
I have 8 characters and sometimes the tooltip can be very long with the character names on separate lines. Other addons are starting to add information to the tooltips as well so they will just grow more. I made this change to the SousChef.lua file starting at line 99. It basically generates a comma-separated list of character nam...
File: ZrMM - Modified04/25/14
Re: Re: Re: Versioning problem?
Posted By: chazz422
I've been having several problems since installing the latest version. My settings were reset and I get a LUA error conflicting with LibAddonMenu from X4C_Chat addon. My settings dialog for ZrMM also has only 3 items listed in it (I think this is because of where it crashes with the LibAddonMenu). Then I went to look at the addon...
File: ZrMM - Modified04/25/14
Re: Versioning problem?
Posted By: chazz422
I've been having several problems since installing the latest version. My settings were reset and I get a LUA error conflicting with LibAddonMenu from X4C_Chat addon. My settings dialog for ZrMM also has only 3 items listed in it (I think this is because of where it crashes with the LibAddonMenu). Then I went to look at the addon...
File: ZrMM - Modified04/25/14
Versioning problem?
Posted By: chazz422
I've been having several problems since installing the latest version. My settings were reset and I get a LUA error conflicting with LibAddonMenu from X4C_Chat addon. My settings dialog for ZrMM also has only 3 items listed in it (I think this is because of where it crashes with the LibAddonMenu). Then I went to look at the addon...
File: Slightly Improved™ Attribute Bars04/12/14
target reticle
Posted By: chazz422
I made another change to the lua to prevent moving the target reticle if the offset is zero. This way, the addon would allow the system to position the reticle itself when I prefer the default position. Some addons will auto adjust the reticle to move it down the screen some when needed (wykkyd's framework info bar does this). Her...
File: Slightly Improved™ Attribute Bars04/12/14
typo in lua
Posted By: chazz422
The latest NIL bug is a result of a typo in the LUA on line 225 if (SIEB.vars.attributeBarAlpha == 0.0) then return end ... should be ... if (SIAB.vars.attributeBarAlpha == 0.0) then return end It seems SIEB is the typo and causing the null pointer exception.
File: ZrMiniMap Zoom also for Dungeons/Town04/08/14
Collaborate
Posted By: chazz422
Why don't you and Aoon coordinate with each other so there will be one version to maintain. This will make it easier for alot of people to keep up with changes.