Results: 1794Comments by: Phinix
File: Azurah - Interface Enhanced03/16/22
Re: Error
Posted By: Phinix
https://i.ibb.co/c12jYWG/image.png Thanks for that. Seeing what part of the code is generating errors always helps. It seems that maybe what is happening is that if people have never used Azurah to move the compass, and so do not have an entry in their saved variables for it, the check on CONTENTS of that table existing isn't enou...
File: Azurah - Interface Enhanced03/16/22
Re: Same As Sidious00 - with more detail
Posted By: Phinix
Loss of ESC key and access to settings and BugCatcher errors but can't get into Bugcatcher in this state to post. I'm getting a lot of Azurah errors and had to reboot the game twice and my computer once before I realized I should check minion to see if there was an update. It seems there was an update and it isn't working quite ri...
File: Azurah - Interface Enhanced03/16/22
Re: Unable to get to menu.
Posted By: Phinix
Since the most recent update you are not able to access the menu containing the settings either in gamepad mode or kb/mouse. BugEater lists multiple errors. Disabling addon fixes issue. It sounds like something went wrong with the download. Try exiting the game and delete your \Documents\Elder Scrolls Online\live\AddOns\Azurah fol...
File: Azurah - Interface Enhanced03/16/22
Update: Fixes & new features.
Posted By: Phinix
IMPORTANT NOTE: If the action bar or other items are not saving position when moving in gamepad mode, you MUST /reloadui after changing modes before Azurah will work! This is due to a game engine limitation where internal references that share names are not updated completely until a reload (see Misc section of Azurah's general tab.)...
File: Azurah - Interface Enhanced03/16/22
@gustl - I have attempted again num...
Posted By: Phinix
@gustl - I have attempted again numerous ways of moving the loot window in Gamepad mode, however due to the way it is coded it seems impossible without invoking "too many anchors" errors. I have even attempted hooking into update functions (the ones that are globally accessible) to clear and re-anchor frames, the parent frames, the c...
File: Srendarr - Aura, Buff & Debuff Tracker03/16/22
Re: Updates...
Posted By: Phinix
Thanks everyone for the support, it means a lot. :) @HowellQagan - I will look into the empower proc you mention for the next update. The delay on cast bar showing when a weapon is sheathed is something I was already planning, but it will require a lot of testing to determine whether there is a reliable event to hook when unsheath...
File: Srendarr - Aura, Buff & Debuff Tracker12/15/21
Re: Having issue with Empower
Posted By: Phinix
I can't get Empower to show up. This is one of the buffs that needs a special case combat event entry to work (the game doesn't track it on its own). I had this enabled at one point. I can't remember why but it appears I commented it out. If you open AuraData.lua and look for the line "local specialProcs = {" you can scroll dow...
File: Clock - Tamriel Standard Time12/12/21
Re: Errors
Posted By: Phinix
Update LibClockTST one more time and it should be fixed. Problem was os.date() return value is a string and I wasn't doing tonumber() before a numerical evaluation, only on the return, so it wasn't changing the 0 to a 7 for Sunday like it should since this part of the code: (dayNumber == 0) and 7 or dayNumber ...was not evaluated...
File: Clock - Tamriel Standard Time12/11/21
When posting errors please include...
Posted By: Phinix
When posting errors please include the text string you use for the date display from Settings -> Addons -> ClockTST -> Look Options. This will help narrow down the source along with the LUA errors themselves. Investigating... EDIT: Uploaded test fix. Looks like I made a logic error in offsetting the os.time day return to LUA table...
File: Srendarr - Aura, Buff & Debuff Tracker12/11/21
Re: Re: Re: Re: Re: Force Overflow...
Posted By: Phinix
v2.4.75 ~Phinix (12-11-2021) Testing fix for Force Siphon. It appears in further testing that rather than PTS having a different abilityID as seemed to be indicated by user screenshot, it may actually be a case of acquisition of the buff sending multiple event results (ACTION_RESULT_EFFECT_GAINED and ACTION_RESULT_EFFECT_GAINED_DURA...
File: Srendarr - Aura, Buff & Debuff Tracker12/10/21
Re: Re: Re: Force Overflow...
Posted By: Phinix
Sry its not working. What happens now is the cooldown only shows itself if you change bar after activation. what happens in addition is that the cooldown always refreshes itself when you change bar again. If you had previously added Force Overflow to Prominent by name or ID you will need to remove and re-add it to update the store...
File: Srendarr - Aura, Buff & Debuff Tracker12/09/21
Re: Error & update...
Posted By: Phinix
I updated Srendarr today and I keep getting bombarded with a LUA error on my Nightblade... Uploaded fix without version change. Some of my PTS build edits crept into the live branch and were responsible for the errors since they were not complete. Thanks for the report, re-downloading should fix this for you. If you have Relent...
File: Srendarr - Aura, Buff & Debuff Tracker12/08/21
Re: Force Overflow...
Posted By: Phinix
@silver1surfer69 - From your screenshot it does appear the problem is that ZOS internally changed the proc ID for this set from PTS to Live from 147872 to 147871. As you can see here (link), the PTS shows the main proc ID as 147872 (this was the perfected version but I also tested the normal version and it is the same). However yo...
File: Srendarr - Aura, Buff & Debuff Tracker12/07/21
Re: Re: Re: could you upload v.2.4.70 under Other Files pls. Ty!
Posted By: Phinix
Yeah sure. It doesnt work. Force overflow cooldown is not shown when logging in/porting/set change and so on on backbar. I already posted it and you already answered, so i assumed you are aware. (My post: EDIT: just tested ingame and in my case it wont work. Falling back to v .69 works for me.). So if i remember correctly i had no pr...
File: Clock - Tamriel Standard Time12/06/21
Wrong date fixed!
Posted By: Phinix
EDIT: OK, looks like the problem was the LibClockTST.GetWeekDay function returning the numerical day-of-week value offset by one for the month of December 2021 and probably others. I modified the function to derive this value using unix epoch timestamps instead, accounting for the table index value offsets needed for the existing...
File: Srendarr - Aura, Buff & Debuff Tracker12/03/21
Re: Buff icons bugged out
Posted By: Phinix
Buff icons appear and disappear very inconsistently. I'll take a look ASAP. Did this just start happening with the latest version? For troubleshooting purposes, I can see it is icon-only display, but is it set to centered, left, or right growth? Also, do you have multiple types of buffs assigned to this frame (for example short bu...
File: Srendarr - Aura, Buff & Debuff Tracker11/29/21
Re: could you upload v.2.4.70 under Other Files pls. Ty!
Posted By: Phinix
could you upload v.2.4.70 under Other Files pls. Ty! I don't like keeping versions which have had bug fixes since there are already almost 100 versions and it is getting cluttered. :p May I ask why you want the older version uploaded? The latest version fixes the problem with Force Overflow not being detected properly, which yo...
File: Audio Control11/29/21
Re: Thank You Phinix, Excellent Work!
Posted By: Phinix
@P5ych3 - Good to hear! I appreciate the feedback helping me track down the issues. :)
File: Audio Control11/29/21
Additional fix...
Posted By: Phinix
@P5ych3 - Thanks for the additional info. I was able to create an additional workaround that allows the addon to respect individual sound toggle state values when logging out and back in, in additional to the previously described fix. Hopefully everything is working as expected now.
File: Audio Control11/28/21
Re: Re: Persistent settings & language support...
Posted By: Phinix
@P5ych3 - Thanks for the report, and glad you enjoy the addon! Give the latest version a try and let me know if this improves things. I discovered in testing the issue you reported that the game actually sets the (normally hidden) enabled/disabled state of all the individual sound types to enabled when you toggle the master sound set...
File: Audio Control11/28/21
Persistent settings & language support...
Posted By: Phinix
In addition to the complete re-write of the base code, adding persistent Addon Settings support for every individual sound type for both toggles and volume so it keeps your configuration when logging out and back, I also added full multi-language support for all text strings. Further, text strings for audio settings that duplicate...
File: Srendarr - Aura, Buff & Debuff Tracker11/26/21
Another bug fix...
Posted By: Phinix
EDIT: just tested ingame and in my case it wont work. Falling back to v .69 works for me. Yep, thanks for the feedback. It looks like another minor oversight is responsible. In my custom function, I have to do this to check for item set pieces being 2H weapons since they count for two pieces: local addValue = (GetItemLinkEquipT...
File: Srendarr - Aura, Buff & Debuff Tracker11/25/21
Re: Force Overflow...
Posted By: Phinix
Force Overflow cooldown (eg in proc cooldown bar) but also the buff (not the cooldown) of my vateshran resto staff is not showing reliably. Like it shows 3 times then stopps showing at all. Didnt show at all also in Imperial city. All since updated to latest version today. Yesterday (version before latest) all workes fine. Edit: A...
File: Srendarr - Aura, Buff & Debuff Tracker11/25/21
Hi on version 2.4.72 when I equip o...
Posted By: Phinix
Hi on version 2.4.72 when I equip or unequip gear got this error... Please re-download/re-install 2.4.72. This was an omission of a database table that as mentioned I patched without a version change. Minion should still show an update even though the version is the same, and re-installing will eliminate this error.
File: Srendarr - Aura, Buff & Debuff Tracker11/24/21
Ok since last update I am getting a...
Posted By: Phinix
Ok since last update I am getting a set update change error ..... I swap gear sets and Srendarr errors out I have to hit E 3x to clear it.... Before this update it was fine.. I use Bandits Gear Changer ... EDIT: Oops, problem was actually that I forgot to copy over the abilityBarSets table from my PTS build into AuraData so it was...