Results: 1785Comments by: Phinix
File: Azurah - Interface Enhanced04/02/20
Re: azurah
Posted By: Phinix
when I 'unlock UI windows' they appear layered over the options to 'disable snap to grid' 'lock UI (save)' etc. You can actually move the options panel around so it isn't in your way. ;) Snap to grid basically makes frames you drag do what it says. Imagine an invisible sheet of graph paper over the screen with like 2-4 pixels...
File: Show Motifs04/01/20
Re: LibStub
Posted By: Phinix
Can you please remove the dependency to LibStub? https://www.esoui.com/forums/showthread.php?t=8492&highlight=LibStub https://www.esoui.com/downloads/info44-LibStub.html#info Thank you. Done. Updates to icons for any new sets will come later.
File: Group Food & Drink Buffs03/31/20
*edit: please ignore!* :p The ID...
Posted By: Phinix
*edit: please ignore!* :p The ID a food uses for the buff effect isn't the same as for the food item itself, or not consistently anyway.
File: Group Food & Drink Buffs03/31/20
What does "Alessian Cuirass" have t...
Posted By: Phinix
What does "Alessian Cuirass" have to do with an abilityId opf a buff? These are no itemIds of itemlinks! So what do you mean you have created a link string of them? Makes no sense! The block of bad ID's I pasted before is not in any special format. I just put the ID from the beta LibFoodDrinkBuff followed by the name of the actual...
File: Group Food & Drink Buffs03/31/20
Just noticed: You should also maybe...
Posted By: Phinix
Just noticed: You should also maybe add an event filter on the unitTag "player" for the food stuff to be sure the event only triggers for your own buffs! With Group Food & Drink Buffs, the OnEffectChanged callback actually fires OnGroupChanged() which only processes if you are in a group (it includes the player's group ID). It doe...
File: Group Food & Drink Buffs03/30/20
Hey Phinix, already asked you a...
Posted By: Phinix
Hey Phinix, already asked you a while ago but now i've prepared a version including LibFoodDrinkBuff for you so you might have a look: It supports both: Your code and LibFoodDrinkBuff (added as optional dependency in version 15 -> It's not out yet but we worked on it to provide more API functions and global constants to support...
File: Dungeon Tracker03/30/20
user:/AddOns/DungeonTracker/Dungeon...
Posted By: Phinix
user:/AddOns/DungeonTracker/DungeonTracker.lua:209: function expected instead of nil stack traceback: user:/AddOns/DungeonTracker/DungeonTracker.lua:209: in function 'GetColorSortedNames' user:/AddOns/DungeonTracker/DungeonTracker.lua:478: in function 'ToggleActivityTooltip' user:/AddOns/DungeonTracker/DungeonTracker.lua:575: in...
File: Group Food & Drink Buffs03/29/20
This addon doesn't recognize the ne...
Posted By: Phinix
This addon doesn't recognize the new Witches' Festival foods, including Bewitched Sugar Skulls, Disastrously Bloody Mara, and Pack Leader's Bone Broth. If a party member is using any of those, the addon displays the icon for having no food buff active. Thanks for reminding me! Lots of addons to update... To fix, add these lines...
File: ESO Master Recipe List03/29/20
Re: Re: Re: Re: Re: Re: Errors...
Posted By: Phinix
no, i have last version of lib oand only one lib in one place will test more Others have reported success deleting saved variables files. Exit game completely then delete: \Documents\Elder Scrolls Online\live\SavedVariables\LibPhinixFunctions.lua \Documents\Elder Scrolls Online\live\SavedVariables\MasterRecipeList.lua
File: Azurah - Interface Enhanced03/28/20
Re: Anti-theft options messing with Jester's Festival quest
Posted By: Phinix
Hey, love Azurah a lot, but just stumbled into a minor issue with it. In the Stonefall's Jester Festival quest, you have to steal some mudcrab apples as the first part of the quest. While Azurah's "prevent theft" option is on (I only have the first option enabled, none of the more advanced/possibly cheaty ones), you can't grab the ap...
File: Dungeon Tracker03/28/20
On newer chars, the dungeons do not...
Posted By: Phinix
On newer chars, the dungeons do not show the tootip. This sounds like normal behavior. From the "Known Limitations" section: You will need to actually discover a group or public dungeon or a trial in order to see extra information in the tooltip. Addons like Destinations that show map markers for places you haven't found are not...
File: Vampire's Woe03/28/20
Re: Feature Request: Innocent Toggle
Posted By: Phinix
So I was hoping you might accept a feature request: I would kill for the ability keybind a toggle for the innocent killing setting. I can't seem to find any addons that do this. Version 1.15: - Added an additional keybind to toggle "Prevent Attacking Innocents" (by request). :D
File: ESO Master Recipe List03/28/20
Re: Re: Re: Re: Errors...
Posted By: Phinix
im using minion but still have this error You must add a line to the end of the LibPhinixFunctions.lua library, what would it look like EVENT_MANAGER:RegisterForEvent('LibPhinixFunctions', EVENT_ADD_ON_LOADED, OnAddonLoaded) _G = lib The latest version 10 of LibPhinixFunctions has these lines already. If you do not have them...
File: ESO Master Recipe List03/28/20
Re: Re: Re: Re: Errors...
Posted By: Phinix
Everything updated (removed old installed new) 4 pages of errors can you put the older version somewhere to down load? Unfortunately, the old versions no longer work because the database contains many ID's that have been deleted from the game (see change log), and will cause errors any time you open the app or visit a cooking st...
File: LibPhinixFunctions03/28/20
Re: Errors...
Posted By: Phinix
Version 9 with LibStub support but also with global variable LibPhinixFunctions -> SavedVariables were renamed to LibPhinixFunctions_SV Both ESO Master Recipe List and SALTI use LibPhinixFunctions -- and respective UI errors are displayed for each of the two add-ons immediately after the character appears on the HUD. The .../Sa...
File: SALTI - Currency Totals03/27/20
Re: Errors
Posted By: Phinix
user:/AddOns/SALTI/SALTI.lua:229: function expected instead of nil stack traceback: user:/AddOns/SALTI/SALTI.lua:229: in function 'MoneyUpdate' |caaaaaa eventCode = 131223, currencyType = 1, currencyLocation = 0, newAmount = 500, oldAmount = 0, reason = 35, tgBank = 612298, ttvBank = 1714, tapBank = 277874, twvBank = 11, t...
File: Dungeon Tracker03/27/20
Re: Errors...
Posted By: Phinix
If receiving 'nil' errors after the update: Exit the game completely. Delete the \Elder Scrolls Online\live\AddOns\LibPhinixFunctions folder completely. Delete the \Elder Scrolls Online\live\AddOns\DungeonTracker folder completely. Reinstall DungeonTracker, LibPhinixFunctions, and LibAddonMenu-2.0. Most of these errors are...
File: ESO Master Recipe List03/27/20
Re: Errors...
Posted By: Phinix
If receiving 'nil' errors after the update: Exit the game completely. Delete the \Elder Scrolls Online\live\AddOns\LibPhinixFunctions folder completely. Delete the \Elder Scrolls Online\live\AddOns\MasterRecipeList folder completely. Reinstall MasterRecipeList, LibPhinixFunctions, and LibAddonMenu-2.0. Most of these errors...
File: SALTI - Currency Totals03/27/20
Re: Errors...
Posted By: Phinix
If receiving 'nil' errors after the update: Exit the game completely. Delete the \Elder Scrolls Online\live\AddOns\LibPhinixFunctions folder completely. Delete the \Elder Scrolls Online\live\AddOns\SALTI folder completely. Reinstall SALTI, LibPhinixFunctions, and LibAddonMenu-2.0. Most of these errors are related to the ad...
File: ESO Master Recipe List03/27/20
Recipe changes...
Posted By: Phinix
Can you please give some details on this? Added new legendary recipes and cleaned out many that were removed from the game. Since you asked so nicely... :o Here are the new legendary furniture recipes ZOS added to the game: Alchemy Formula Added: ID #159502: Blacksmithing Diagram Added: ID #159498: Clothing Pa...
File: Azurah - Interface Enhanced03/27/20
@Rhyono - Thanks for the heads-up!...
Posted By: Phinix
@Rhyono - Thanks for the heads-up! :) @Racke - Thanks, I will look into it. I recommend using Srendarr for buff tracking though since the default is kinda messy and all clumped together. ;) @Haddes47 - Not familiar with that addon but anything which loads first and overrides standard frame behaviors would require a specific pat...
File: Roll Call03/27/20
Hi Baertram, I will definitely l...
Posted By: Phinix
Hi Baertram, I will definitely look into it. :)
File: Audio Control03/27/20
Re: Is it possible to Alter the Mount Sounds, I got a frost Mount but damn Its so loud !
Posted By: Phinix
Thanks Only things that have an individual volume slider in the game can be toggled. I believe mount sounds are categorized as "sound effects" so toggling that off SHOULD silence them.
File: ESO Master Recipe List03/27/20
Thanks for all the kind words and s...
Posted By: Phinix
Thanks for all the kind words and support! I hope everyone is staying safe. We're all in this little digital box together after all. :D Those who were getting errors, just something to try: Manually delete the MasterRecipeList and the LibPhinixFunctions folders, and re-install them through Minion. Manual install is OK also so long...
File: SALTI - Currency Totals03/27/20
Update!
Posted By: Phinix
Thanks for being patient! Version 1.34: - Updated API version for Harrowstorm. - Added Undaunted Keys to the global currency display. - Added option to show (or not) the Undaunted Keys. - Removed dependency on LibStub. - Various fixes and code maintenance. UPDATE: Hi all! Currently living on $576 a month while taking ca...