[Works Fine]
[QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" -> [TRASH]
[Not Working]
[QUALITY] == "Legendary" && [SNO] == "223577" -> [TRASH] //"Mempo of Twilight"
[SNO] == "223577" -> [TRASH] //"Mempo of Twilight"
I've spent a day for making item rules with SNO attributes from [http://diacollector.com], But It doesn't work.
How can i get SNO attributes working? in item rules.
[QUALITY] == "Legendary" && [NAME] == "Mempo of Twilight" -> [TRASH]
Code:
[Trinity] IR2 Mempo of Twilight [Helm_norm_unique_12-213] [Helm] = (TRASH)
[Not Working]
[QUALITY] == "Legendary" && [SNO] == "223577" -> [TRASH] //"Mempo of Twilight"
[SNO] == "223577" -> [TRASH] //"Mempo of Twilight"
Code:
[Trinity] IR2 Mempo of Twilight [Helm_norm_unique_12-213] [Helm] = (NULL)
[Trinity] Mempo of Twilight [Helm_norm_unique_12-213] [Helm] = (autokeep legendaries)
I've spent a day for making item rules with SNO attributes from [http://diacollector.com], But It doesn't work.
How can i get SNO attributes working? in item rules.
Last edited:






