Results: 4Comments by: uberswe
File: Jump10/16/22
Thanks, I have changed it to JUMP a...
Posted By: uberswe
Thanks, I have changed it to JUMP and fixed my register for event in the latest update. Just a hint: Having a global like "Jump" maybe not unique enough and destroy other addons locals which will use a variable local = Jump You should either use all uppercase like JUMP or a more unique global like JumpGlobal or JumpAddon or simil...
File: Item Set Dumper10/15/22
Yeah IF the cratfted sets would be...
Posted By: uberswe
Yeah IF the cratfted sets would be in API I would not need LibSets and update it each time :( But scanning the itemIds for crafted ones and doing the set collections for non craftable is somehow duplicate so I decided to just do the itemId scanning for both as it's more reliable than an API where the half would be missing -> extra p...
File: Item Set Dumper10/15/22
I have not checked your code but th...
Posted By: uberswe
I have not checked your code but that "the UI might freeze for some seconds" I know a lot ;) LibSets provides all the set data and in order to update it on PTS and new patches it needs to scan all itemIds of the game once to check for new setIds and so on. I've managed to get kicked from the server a lot due to the loop I was usi...
File: Guild Member Manager10/14/22
Thanks for your addon. If you want...
Posted By: uberswe
Thanks for your addon. If you want to be evenmore compatible with other guild roster addons you should use the library some other addons use too: https://www.esoui.com/downloads/info2784-LibGuildRoster.html Thanks, I do use it as a dependency actually ## DependsOn: LibGuildRoster>=10 LibHistoire I will look over the d...