CraftingManagerSetQuality Method |
List of how many high quality materials to use for each ingredient in the recipe.
Example HQMats="0,3,2" This will use all normal items for the first ingredient,
3 high quality items for the second, and 2 high quality items for the third. Default: all zero.
Special numbers: If you set an index to -1 then it will prefer high quality mats, and then use normal mats once you run out of high quality.
A value of -2 will use normal quality until you run out then use high quality.
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static Task<bool> SetQuality(
int[] HQMats
)
Parameters
- HQMats
- Type: SystemInt32
Return Value
Type:
TaskBooleanSee Also