View Single Post
07/24/19, 06:06 AM   #2
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
try to add a debug message to figure out first, if your config is defined or not:

Lua Code:
  1. d(Config.MaterialFilterSettings.LootAlchemy)
  2. d(Config.MaterialFilterSettings.LootCooking)


second thing is, you check for
Code:
itemType ==
, but you maybe forgot to define the itemType? maybe it's better if you post the whole code of the ItemFilter function.
  Reply With Quote