Thread Tools Display Modes
11/23/14, 04:11 PM   #1
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
no "ITEMTYPE_DWEMER_MATERIAL"?

I am trying to find the itemtypes for
Dwemer Material
Dwemer Raw Material
but can't find them in any API notes. Am I overlooking something?
  Reply With Quote
11/23/14, 04:29 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
dwemer scrap uses ITEMTYPE_RAW_MATERIAL and dwemer frames are found with ITEMTYPE_STYLE_MATERIAL
  Reply With Quote
11/23/14, 04:39 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Here are itemlinks, so you can try it yourself:

Code:
|H1:item:57587:30:1:0:0:0:0:0:0:0:0:0:0:0:0:14:0:0:0:0|h|h --Dwemer Frame
|H1:item:57665:30:1:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h --Dwemer Scrap
  Reply With Quote
11/23/14, 04:41 PM   #4
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Thanks both of you
  Reply With Quote
11/23/14, 05:09 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by SnowmanDK View Post
I am trying to find the itemtypes for
Dwemer Material
Dwemer Raw Material
but can't find them in any API notes. Am I overlooking something?
Dwemer Scraps:
ItemType: ITEMTYPE_RAW_MATERIAL


Dwemer Frame:
ItemType: ITEMTYPE_STYLE_MATERIAL
ItemStyle: ITEMSTYLE_AREA_DWEMER
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » no "ITEMTYPE_DWEMER_MATERIAL"?


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