Results: 21Comments by: QuantumPie
File: Extra Chat Menu - Trade with HideGroup, Visit house, Send mail, Teleport and more09/17/23
Hey! Any chance you could include p...
Posted By: QuantumPie
Hey! Any chance you could include porting to guild-members on right-click? I was able to implement it this way: if savedVars.ECMJumpTo then if IsPlayerInGroup(playerName) then AddCustomMenuItem(GetString(SI_SOCIAL_MENU_JUMP_TO_PLAYER), function() JumpToGroupMember(playerName) end) elsei...
File: Account Achievements09/18/21
I just released an update that shou...
Posted By: QuantumPie
I just released an update that should fix the errors with the alliance war, holiday, and prologue categories. If you're still having issues, try deleting QuantumsGlobalAchievements.lua in your SavedVariables folder ("C:\Users\{your username}\Documents\Elder Scrolls Online\live\SavedVariables\QuantumsGlobalAchievements.lua" if using t...
File: Account Achievements09/18/21
Status Update
Posted By: QuantumPie
Sorry I've been pretty slow on the updates! Life's been pretty busy. I'll try and get something out this weekend which fixes the alliance war issue and updates the categories with newer achievements!
File: Account Achievements05/12/21
Re: Changes
Posted By: QuantumPie
Is there any chance for this addon to work compatibly with Votan's Achievements Overview? I would like to see all characters achievements in one and toggle few of them to favourites if that was even possible.Thanks :) I'll look into seeing if I can overwrite the favorite tab with my custom achievements for the next update
File: Account Achievements05/12/21
Version 1.3.0 has just been deployed
Posted By: QuantumPie
Version 1.3.0 change-log * Added a setting to choose between the default progress bars or keeping Votan's Overview if the addon is installed * Adding settings to change the appearance of account earned achievements * Updated achievement group category with Flames of Ambition achievements * Fixed errors that were a result of c...
File: Account Achievements05/05/21
Upcoming Update
Posted By: QuantumPie
My courses for the semester are finally over and I've begun going through everyone's comments. So far I've updated categories for FoA, added an option to use either the default progress bars or Votan's re-skin, and finally fixed the bug resulting from lowercase character names (thanks to yachoor and PhnxZ for identifying and pinpoint...
File: Account Achievements04/13/21
I greatly appreciate everyone who i...
Posted By: QuantumPie
I greatly appreciate everyone who is still sending in errors and feedback! I promise I'm still here! I've been pretty busy with classes but I'm planning on going through everything early May and adding some new features / fixing bugs that have been reported.
File: Account Achievements03/23/21
Re: UI
Posted By: QuantumPie
I do like this addon, very helpful, but would prefer in the "Summary" if it didn't change the UI to the meters. I use Votan's and it shows me the achievements last made progress in when I open Achievements. I love that. It's easy to see progress in the latest achievements... It would also be nice to be able to know the progress on e...
File: Account Achievements03/23/21
the addon does not let me access th...
Posted By: QuantumPie
the addon does not let me access the subcategories for markarth and stonethorn dlc achievements, when clicking on those to open the drop down menu, nothing happens except a lua error Do you happen to have the lua error on hand? If not I'll see if I can re-produce the issue tonight
File: Account Achievements03/08/21
I'm aware of the issues this update...
Posted By: QuantumPie
I'm aware of the issues this update caused and am looking into a fix right now
File: Account Achievements02/17/21
user:/AddOns/QuantumsGlobalAchievem...
Posted By: QuantumPie
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:550: attempt to index a nil value |rstack traceback: user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:550: in function 'addon:GetCharacterNameFromId' user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:542: in function 'Achievement:Ref...
File: Account Achievements01/29/21
hey, great addon thankyou is it...
Posted By: QuantumPie
hey, great addon thankyou is it possible to add an option to show only achievements for the current server (EU/NA) I'm glad you're enjoying the addon! I'll look into implementing that for a future version
File: Account Achievements01/29/21
Re: A few more issues
Posted By: QuantumPie
Hi, I'm back with a couple more bug reports & requests. 1. When refreshing achievements you're not checking if the given achievement was already saved as completed for the current character, so achievement completions get duplicated on each refresh, as seen on the image below. https://i.imgur.com/eOjOG3y.png 2. Related to t...
File: Account Achievements01/20/21
Re: Thank you!
Posted By: QuantumPie
This addon is really great, thank you so much for making it! I would really appreciate a way to change the color of the yellow bar via a settings menu. But you have done a great job, thank you very much! The custom category is a great idea, however, sadly it doesn't work with Perfect Pixel. I'm glad you're enjoying the addo...
File: Account Achievements01/19/21
Failed to create control 'ZO_Achiev...
Posted By: QuantumPie
Failed to create control 'ZO_Achievement1'. Duplicate name. user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:34: attempt to index a nil value |rstack traceback: user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:34: in function 'Achievement:Initialize' user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:28: in fun...
File: Account Achievements01/18/21
Re: Error on first load
Posted By: QuantumPie
When you load the addon for the first time, with uninitialized achievements data, you'll get a "attempted to index a nil value" error on line 271. The error can be solved by commenting out the UpdateSummary prehook until you load a character and do a reload to initialize the data structure in the saved vars. A solution could be mo...
File: Custom Player Pins01/17/21
Re: To be really useful for guilds in Cyrodiil running several groups
Posted By: QuantumPie
To make this a mandatory addon for all PvP guilds can you make the name list selectable from your Friend List or a guild list so you can select people outside your group and put the icon also on the compass so we can have one leader for a number of groups. Many thanks in advance N. Would be amazing if you can an also put t...
File: Custom Player Pins09/17/20
Please make your function GetColor...
Posted By: QuantumPie
Please make your function GetColor local or add it to your addon's namespace CUSTOM_PLAYER_PINS (function addon.GetColor...) as you overwrite all other GetColor functions this way and it is a very widely spread name. And you still include the language files AND load them from your manifest txt file AND overwrite VOTAN's language s...
File: Auramastery06/19/20
Does anyone know how the "replacer...
Posted By: QuantumPie
Does anyone know how the "replacer legend" function works? I'm trying to track Sload's Call stacks (136123) and am using the text "Stacks = {s}" but the {s} isn't replaced with the number of stacks https://i.imgur.com/3zxVkVk.png
File: ESOUI lua API autocompletion for JetBrains IntelliJ IDEA IDE (EmmyLua plugin) & esoui sources search06/12/20
Is there XML auto completion by cha...
Posted By: QuantumPie
Is there XML auto completion by chance? I noticed the json and js file and copied it over but that didn't do anything.
File: Map Pins06/06/20
Filter's Tab Overcrowded
Posted By: QuantumPie
Does anyone know how to deal with other addon's adding their own filters? I have to many and they go outside of the screen. I can't see the Greymoor options because of this https://i.imgur.com/umUdYlJ.png