Results: 1653Comments by: Phinix |
File: Srendarr - Aura, Buff & Debuff Tracker03/18/22 |
![]() Posted By: Phinix
v2.4.78 ~Phinix (3-18-2022)
Fixed errors caused by assigning the new Cooldown Action Bar to the same frame as Your Proc Cooldowns. (For real this time.)
No more restriction on assigning Action Cooldown Bar to the same as Your Cooldowns: You can assign it anywhere!
Improved code for Action Cooldown Bar in general, eliminated some c...
|
File: Azurah - Interface Enhanced03/18/22 |
![]() Posted By: Phinix
I narrowed the problem down to the Azurah addon. With that disabled everything works fine again.
I installed the latest Alternative Attribute Bars and tested it with Azurah and it works fine for me.
The problem you described doesn't sound like something Azurah could be causing. Azurah's functions are all event driven, meaning t...
|
File: Azurah - Interface Enhanced03/17/22 |
![]() Posted By: Phinix
@choekstr - It sounds like one of your addons is using an outdated embedded library. My guess would be something using an old version of LibAddonMenu. You can try using a program like Notepad++ and Search -> Find in Files then search your addon folder, and look for any addons that put LibAddonMenu in a subfolder of their own addon. I...
|
File: Srendarr - Aura, Buff & Debuff Tracker03/17/22 |
![]() Posted By: Phinix
v2.4.77 ~Phinix (3-17-2022)
Fixed errors caused by assigning the new Cooldown Action Bar to the same frame as Your Proc Cooldowns. Srendarr will now warn you when attempting this that it is not supported due to the auras overlapping (because they are two ways of tracking the same thing.) You CAN assign both of these to two separate...
|
File: Azurah - Interface Enhanced03/17/22 |
![]() Posted By: Phinix
does that mean that i have to reload azurah after every change of mode?!
Only when you want to move things with Azurah. Once you have things where you want them you can switch modes without reload. But, if you want to move something, and you have switched modes since your last load/reload, you need to /reloadui once to "cement" th...
|
File: Azurah - Interface Enhanced03/16/22 |
![]() Posted By: Phinix
I have a major issue with the update. With it activated and I used it to move bars up for Alternative Attribute Bars, the keyboard & mouse becomes mostly unresponsive. I can still move and type text, but I can't switch chat tabs, use ESC to see the system options on the left or quit. I can't bring up any menu.
I use Toogle Error t...
|
File: Azurah - Interface Enhanced03/16/22 |
![]() Posted By: Phinix
I see where the error happened and it is fixed already in the version waiting approval. I apologize for the oversight that caused the error, but let's be honest, what billion dollar game company has a patch day go off without a few glitches? ;)
It is frustrating for me too, as I was hoping to hear people enjoying being able to tot...
|
File: FastReset03/16/22 |
![]() Posted By: Phinix
Can you add an option that puts rabbit ears over the group member frame of the person who dies to signify their shame? LOL sorry shameless Final Fantasy reference. :p
This sounds pretty rad. I don't do trifecta's but I love slick automation and this seems pretty slick.
|
File: Azurah - Interface Enhanced03/16/22 |
![]() Posted By: Phinix
Hi, I'm using Azura since a long time. I've updated this addon thru Minion this evening and... now I can't play with Azura flagged. A big persistent UI Error is in the middle of the screen and I can't access the left menu to log-out, quit and so on. I had to use Ctrl-Alt-Canc to quit the game. Then I tried to uninstall and re-install...
|
File: Azurah - Interface Enhanced03/16/22 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() Posted By: Phinix
Hi all, I’m back and working on addons again. Times are tough (there’s a lot of that going around I know), and I am desperately in need of financial support at the moment so if anyone can help, or knows anyone that can help, or can possibly feature some of my work on their stream to help drive support my way, I would be immensely gra...
|
File: Azurah - Interface Enhanced03/16/22 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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...
|