[name] == crystalsword && [quality] == normal # [sockets] == 0 && [level] >= 26 && [level] <= 40 //
Any ideas why this won’t pick up regular crystal swords from Ilvl 26 to 40?
Sounds like it should be [itemlevelreq] instead
[name] == crystalsword && [quality] == normal # [sockets] == 0 && [level] >= 26 && [level] <= 40 //
Any ideas why this won’t pick up regular crystal swords from Ilvl 26 to 40?
Sounds like it should be [itemlevelreq] instead
If I remember correctly [level] needs to be before the first #
You are correct. thank you sir.