Loot Filtration: Difference between revisions
From Path of Diablo Wiki
Line 102: | Line 102: | ||
* < | * < | ||
* = | * = | ||
* <= | |||
* >= | |||
* != | |||
Using ''Greater than >'', ''Less than <'' and '' | Using ''Greater than >'', ''Less than <'', ''Equal to ='', ''Less than or equal to <='', ''Greater than or equal to >='', and ''Not equal to !='' will help add conditions to rules. | ||
You may want to hide gold stacks that are not worth your time (stacks below 1000g) by typing: '''ItemDisplay[GOLD<1000]:''' | You may want to hide gold stacks that are not worth your time (stacks below 1000g) by typing: '''ItemDisplay[GOLD<1000]:''' |