ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Item Database (https://www.esoui.com/forums/showthread.php?t=989)

alexistheboss15 04/18/14 01:16 AM

Item Database
 
Hey guys, I need a database of treadable items in ESO.

I am not sure how to get one, is there one available?

I need basically item stats/description/thumbnail/name/level etc...

Same thing that comes up when you drag over an item.

Maybe as an excel sheet or a database file.

BadVolt 04/18/14 02:09 AM

Quote:

Originally Posted by alexistheboss15 (Post 4810)
Hey guys, I need a database of treadable items in ESO.

I am not sure how to get one, is there one available?

I need basically item stats/description/thumbnail/name/level etc...

Same thing that comes up when you drag over an item.

Maybe as an excel sheet or a database file.

It can be parced from tooltip itself.
With cycle as
Lua Code:
  1. function GetItemDescr()
  2.    local MaxItems=10000 (more for sure)
  3.    for i=1,MaxItems do
  4.       PreviouslyCreatedTooltop:SetLink("[|H3A92FF:item:"..i..":49:28:0:0:0:0:0:0:0:0:0:0:0:0:15:0:0:288:0|hSomeName|h]")
  5.    end
  6. end
You can try this. All that matters is item ID. And then parcing your tooltip.


All times are GMT -6. The time now is 07:09 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI