Hi I don't want my bot pick up handcrossbow under level 63. But it still pick up I don't know what is wrong with my code. Can someone point out,
Thanks
I did change the item rules type to File based script rules in trinity configuration
This is my code
[QUALITY] == "Legendary" && [LEVEL] >= 63 && [TYPE] == "HandCrossbow"
[QUALITY] == "Legendary" && [LEVEL] <= 62 && [TYPE] == "HandCrossbow" -> [IGNORE]
Thanks
I did change the item rules type to File based script rules in trinity configuration
This is my code
[QUALITY] == "Legendary" && [LEVEL] >= 63 && [TYPE] == "HandCrossbow"
[QUALITY] == "Legendary" && [LEVEL] <= 62 && [TYPE] == "HandCrossbow" -> [IGNORE]






