Thread Tools Display Modes
08/09/16, 05:09 AM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
can anyone update ItemSetGuide PLS!

very usefull addon!

http://www.esoui.com/downloads/info6...mSetGuide.html

i found in my inbox

Hi,

I have updated libraries in ItemSetGuide, so it does not throw UI errors. And list of item sets will be updated by auto-update function when you open addon's UI (just onece per session). This function is not perfect, but it works.

Here is the link:
but all links to Garkin's Dropbos is broken now...

can you do smthing like he did?

Last edited by QuadroTony : 08/09/16 at 11:18 AM.
  Reply With Quote
08/09/16, 07:18 AM   #2
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
Originally Posted by QuadroTony View Post
i can imagine, that this is a lot of work to do and need a lot of time to update it. i think the addon authors wanna play the game too and not just code smtg.
what about going to a website where you can check it like this: http://www.uesp.net/wiki/Special:EsoBuildEditor ?
  Reply With Quote
08/09/16, 07:42 AM   #3
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by Scootworks View Post
i can imagine, that this is a lot of work to do and need a lot of time to update it. i think the addon authors wanna play the game too and not just code smtg.
what about going to a website where you can check it like this: http://www.uesp.net/wiki/Special:EsoBuildEditor ?


i heard Garking implemented smthing in this addon to autoadd all sets from game client? can you check?
  Reply With Quote
08/09/16, 07:57 AM   #4
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
Originally Posted by QuadroTony View Post
i heard Garking implemented smthing in this addon to autoadd all sets from game client? can you check?
no, i can't code
  Reply With Quote
08/09/16, 08:08 AM   #5
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
There is an hidden addon which should do this, maybe his author will reply on this.

But this one should not be updated, it's a 2 years obsolete addon, too many things to redo. if someone is interested it'll be quicker to restart from scratch.

We lived 2y without this, it should not be so important.
  Reply With Quote
08/09/16, 08:16 AM   #6
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
people lived without wheel long ago
and feels not bad without it


instead of alttab and google every set you need to know, best way to use addon like this
  Reply With Quote
08/09/16, 09:33 AM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Isn't this somehow implemented into CraftStore already? I'm not sure about sets that cannot be crafted but if I remember right there was some dropdown box to select the sets and and styles etc.
  Reply With Quote
08/09/16, 09:43 AM   #8
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by Baertram View Post
Isn't this somehow implemented into CraftStore already? I'm not sure about sets that cannot be crafted but if I remember right there was some dropdown box to select the sets and and styles etc.
Dungeon Set overview removed (to much data and effort to keep it)
and its was only part of sets
  Reply With Quote
08/09/16, 10:09 AM   #9
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Hey eso allows to open URLs from ingame now. So you could just use notepad or any other addon, note the url to the sets and click it

Or you start to collect the set data into lua format and provide it to some addon dev which will implement this into an addon where he/she is sure to get several feature requests in the future, having to update the data over and over again after each patch...
I wouldn't even think about this as an addon as it is time consumtion˛. MAybe someone who gets payed for it will add this then.

I'd use the websites and forum threads which are way more comfortable.
Put the info into an excel file and print it. This way you save your alt+tab
  Reply With Quote
08/09/16, 11:12 AM   #10
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
meh i cant find there must be a Garkin's updated version of ItmSetGuide

  Reply With Quote
08/09/16, 11:18 AM   #11
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
i found in my inbox

Hi,

I have updated libraries in ItemSetGuide, so it does not throw UI errors. And list of item sets will be updated by auto-update function when you open addon's UI (just onece per session). This function is not perfect, but it works.

Here is the link:
but all links to Garkin's Dropbos is broken now...

can you do smthing like he did?
  Reply With Quote
08/09/16, 11:55 AM   #12
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Maybe he did not used the wrong terms, but it's impossible.

There is no API function which does this.

To know if a set exist you must have at least 1 itemLink and with this you can't know which equipSlot the set item have. And it's the same thing for maxLevel.
  Reply With Quote
08/09/16, 01:58 PM   #13
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Garkin just had used a list of "hard-coded" set infos and item ids which were updated once the addon loads.
So ther emust be a hard-coded itembase in the addon!
Have fun maintaining it, as written above this is an never ending story and imo nothing for an ingame addon!
  Reply With Quote
08/11/16, 06:31 AM   #14
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Baertram View Post
Garkin just had used a list of "hard-coded" set infos and item ids which were updated once the addon loads.
So ther emust be a hard-coded itembase in the addon!
Have fun maintaining it, as written above this is an never ending story and imo nothing for an ingame addon!
In the orginal addon is hard-coded list of itemsets. I didn't want to make too much changes to the original code, so I have just added a few lines where I was looking for missing sets using the GetItemLinkSetInfo(itemLink) function.

If you are interested here is my 1.5 years old version: ItemSetGuide-1.3_modified_for_Update6.zip
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » can anyone update ItemSetGuide PLS!

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off