Thread: 3.3 Update
View Single Post
01/16/18, 07:00 AM   #13
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by Dolgubon View Post
It looks like GetSmithingPatternNextMaterialQuantity is nil on the PTS right now. Was it renamed or accidentally taken out?
I believe it was removed because of this:
The Creation tab at Crafting Stations will now remember the level you have selected, rather than the number of materials. This is to prevent accidentally crafting the wrong level gear when switching between slots that require different material amounts, such as Helmet and Pants.
The API notes also say:
GetSmithingPatternMaterialItemInfo() now also returns for a certain quantity of a certain material which level item it makes.
So you probably will have to think of a new way to do what you did with that function.
  Reply With Quote