Could you tell me which code i copy wrong?
"
[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;
[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
"
And i copy it in the last of
"3rdParty\AdvancedItemFilter\Classes/EvaluableItem.cs"
HelloRadziu
[CustomItemRules] The rule "item.IsElderItem " has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming...