View Single Post
11/16/19, 01:39 PM   #1
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
[open] GetSmithingPatternResultLink returning intricate item

While at a woodworking station, typing the following will output an intricate item link into chat, despite not being able to craft such an item:

/script d(GetSmithingPatternResultLink(4, 1,9,2,10,0))

When you attempt to craft it using CraftSmithingItem, it creates a no trait item.
The item ID of a normal non trait item is 43549, the ID of a non trait item created using an intricate trait is 43558, and the ID of the link returned is 45330

There's a similar situation with ornate.
  Reply With Quote