Results: 134Comments by: Anthonysc
File: Fancy Action Bar+08/16/24
Re: Re: Re: Re: Re: Copying my ultimate in a companion slot
Posted By: Anthonysc
Okay, I think I found the issue here, this occurs if you load in with a companion already summoned. If you dismiss and resummon the companion it will hide the slot properly. I'll see what I can do to correct the missing bit of logic here for the next release so this stops happening. Thanks for the report! kk, thanks a lot! And th...
File: Fancy Action Bar+08/16/24
Re: Re: Re: Copying my ultimate in a companion slot
Posted By: Anthonysc
Hello! I came across this bug: copying my ult to the empty (the companion level has not yet been upgraded) ult of my companion. This only appears with a summoned companion. Hey Plada, could you confirm what version you're running? The latest version of FAB+ is 2.7.1. I wasn't able to reproduce this bug on the current ver...
File: Fancy Action Bar+08/15/24
Re: Copying my ultimate in a companion slot
Posted By: Anthonysc
Hello! I came across this bug: copying my ult to the empty (the companion level has not yet been upgraded) ult of my companion. This only appears with a summoned companion. https://i.ibb.co/2qRYH2c/2024-08-14-215428.png https://i.ibb.co/hC8PgJY/Screenshot-20240814-214527.png Hey Plada, could you confirm what version you're run...
File: Hyper Tools08/11/24
FAB+ Compatibility Issue Inquiry
Posted By: Anthonysc
Hey Hyper, I've been made aware that FAB+ isn't currently able to use your custom Stone Giant Stomp icon. After looking into it it seems like this is because FAB+ is setting action bar icons using GetAbilityIcon (so that we can do things like support the proper Destro staff icons on the back bar), rather than GetSlotTexture which is...
File: Hyper Tanking Tools08/10/24
FAB+ Compatibility Issue Inquiry
Posted By: Anthonysc
Hey Hyper, I've been made aware that FAB+ isn't currently able to use your custom Stone Giant Stomp icon. After looking into it it seems like this is because FAB+ uses GetAbilityIcon, rather than GetSlotTexture which is what you're overriding to supply the modified icon. I've taken a couple cracks at rewriting the necessary portions...
File: Fancy Action Bar+08/07/24
Re: nice addon
Posted By: Anthonysc
Very nice addon, love it. I´m playing a one bar build. How can i disable the second bar? Thanks for your effort and sorry for my bad english. Small update here: I have a working prototype for this, if everything goes according to plan it should be included in the next release. If you enable the forthcoming "Hide Locked Bar...
File: Fancy Action Bar+08/05/24
Just a heads up, Minion doesn't rec...
Posted By: Anthonysc
Just a heads up, Minion doesn't recognize the update That's very odd, I'll be posting an update soon with a version bump, hopefully that fixes it.
File: Fancy Action Bar+08/03/24
Re: nice addon
Posted By: Anthonysc
Very nice addon, love it. I´m playing a one bar build. How can i disable the second bar? Thanks for your effort and sorry for my bad english. Unfortunately there isn't an option to completely disable display of the inactive bar, but this is definitely something we can consider for a future release.
File: Fancy Action Bar+08/03/24
Re: Amazing job!
Posted By: Anthonysc
This was my go to add-on before it was abandoned and for the life of me, I did found the + version but I can't understand how github works :) I love the new customization options, so many of them, and with explanations as well! Such user friendly add-ons really make me appreciate the work you guys put in! One question, can I di...
File: Miat's PVP Alerts07/30/24
Re: Missing part of keep flag indicator
Posted By: Anthonysc
The bottom part of the keep flag indicator is always black for me. In the image below both flags are captured and red but the bottom part is still black. https://i.imgur.com/HD9f3dH.png Is it only at that keep, or at any keep? Could you try reinstalling the latest version on minion? Maybe something got corrupted.
File: Miat's PVP Alerts07/25/24
Hi, Thanks for maintaining this!...
Posted By: Anthonysc
Hi, Thanks for maintaining this! Would it be possible in future to make PlayLoudSound function optional and not play second sound if it is switched off? PvpAlerts_Utility_Functions.lua function PVP:PlayLoudSound(sound) PlaySound(SOUNDS) PlaySound(SOUNDS) end Hey, I can definitely look into doing this. In the mean ti...
File: Miat's CC Tracker07/24/24
Re: Charm
Posted By: Anthonysc
The new CC "Charm" isn't tracked, from the "Rune of Uncanny Adoration" Arcanist skill. LUI has an enhanced CC tracker based on this one with many fixes and improvements, including the addition of Charm effects. I would suggest using one instead as this one is no longer maintained.
File: CQuestTracker07/16/24
IsUnitInDungeon(unitTag) appears to...
Posted By: Anthonysc
IsUnitInDungeon(unitTag) appears to return true in both normal and veteran dungeons and trials as soon as you enter the lobby. This would appear to provide adequate API support for the requested feature with the caveat that it would cover both dungeon and trial instances. A limitation that would be easy to explain and I believe that...
File: Fancy Action Bar07/14/24
Skill Style Support
Posted By: Anthonysc
Hey Andy, I have some simple changes that would allow FAB to integrate with my Action Bar Skill Styles lib/addon to enable showing skill style icons on the action bar if you're interested.
File: Wizard's Wardrobe06/28/24
Re: PvP
Posted By: Anthonysc
PvP needs to be moved back up to the top and not put under Miscellaneous. PvP needs to have multiple pages underneath of it: 1) Battlegrounds 2) Cyrodiil 3) Imperial City People who PvP a lot wear different setups in each of those three places. So please put PvP back at the top and use the following API commands to figu...
File: Srendarr - Aura, Buff & Debuff Tracker06/11/24
Here's a Google Drive link to a ver...
Posted By: Anthonysc
Here's a Google Drive link to a version that integrates the fixes I posed below: https://drive.google.com/file/d/1uJBRPgKoxQklWa3Mm0Ff0gndk12MRRLy/view?usp=sharing
File: LibWorldEvents06/04/24
Just a heads up that with Gold Road...
Posted By: Anthonysc
Just a heads up that with Gold Road I've started getting some new chat spam from this Library that doesn't seem to be necessary https://i.imgur.com/wZxF8MF.png
File: Miat's Tick Tracker06/04/24
can someone repost the link it does...
Posted By: Anthonysc
can someone repost the link it doesnt work I have a fixed version here as soon as it gets approved: https://www.esoui.com/downloads/info3886-MiatsTickTracker-FixedandUpdated.html
File: Srendarr - Aura, Buff & Debuff Tracker06/04/24
Okay, so, adghar's fixes ended up g...
Posted By: Anthonysc
Okay, so, adghar's fixes ended up giving some UI errors. The true fix is the same thing we did for a couple other addons because GetSlotBoundId doesn't work properly for scribed skills. The fix is pretty straightforward. Add this function to core.lua (somewhere around line 235) function Srendarr.GetSlotBoundAbilityId(index, b...
File: Srendarr - Aura, Buff & Debuff Tracker06/03/24
Greetings. The addon doesn't seem t...
Posted By: Anthonysc
Greetings. The addon doesn't seem to be accurate in its proc determination for Ulfslid's Contingency, which can cause repeatedly playing sound on proc when Ulfslid's Contingency isn't ready Seeing this also with Repelling Explosion (Elemental Explosion+Knockback+Mag Restore+Defile). adghar's suggested changes appears to have fixed...
File: Harven's Improved Skills Window06/03/24
Also a bug when applying skill styl...
Posted By: Anthonysc
Also a bug when applying skill styles user:/AddOns/HarvensImprovedSkillsWindow/HarvensImprovedSkillsWindow.lua:296: function expected instead of nil stack traceback: user:/AddOns/HarvensImprovedSkillsWindow/HarvensImprovedSkillsWindow.lua:296: in function 'AddInfo' tooltip = ud, progressionData = {name = "Magical Soul"...
File: PerfectPixel06/03/24
Just a heads up that it looks like...
Posted By: Anthonysc
Just a heads up that it looks like there's a small visual bug in the mail window where the delete after claim checkbox and the inventory space counter are overlapping the bottom part of the mail window making it difficult to expand the last section https://i.imgur.com/E5hm7ZK.png
File: Lucent Citadel06/03/24
Hey, got about 7 errors from this a...
Posted By: Anthonysc
Hey, got about 7 errors from this after installing and loading in the first time (loaded in in alinor). user:/AddOns/LucentCitadel/LucentCitadel.lua:388: unexpected symbol near 'end' user:/AddOns/LucentCitadel/boss/Xoryn.lua:27: then expected near 'LCStatusLabel1Value' user:/AddOns/LucentCitadel/LucentCitadelUI.lua:20: attem...
File: ESO Master Recipe List06/03/24
Re: Again
Posted By: Anthonysc
user:/AddOns/MasterRecipeList/MasterRecipeList.lua:885: attempt to index a nil value stack traceback: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:885: in function 'SetWritIngredients' user:/AddOns/MasterRecipeList/MasterRecipeList.lua:946: in function 'StationWritCheck' user:/AddOns/MasterRecipeList/MasterRecipeList.lua:53...
File: Wizard's Wardrobe05/26/24
I've been really liking the rework...
Posted By: Anthonysc
I've been really liking the rework so far, but its a little annoying to have the PVP section buried under a subcategory. It would be really great if it went back to being a proper top level category again. Suddenly relegating my main needs to a submenu that needs an extra click through feels pretty bad.