Hi all,
I'm using Item Rule to filter legendaries. However, no matter what I write in the legendary.dis, DB just keep stashing legendary potions instead of selling them.
For example, I've tried:
[QUALITY] == "Legendary" && [NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [SALVAGE]
or:
[QUALITY] == "Legendary" && [NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [SELL]
or:
[QUALITY] == "Legendary" && [NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [TRASH]
or:
[NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [TRASH]
or:
[NAME] == "BOTTOMLESS POTION OF REJUVENATION" # TRUE -> [TRASH]
None of the above works....
Anyone can help on this?
I'm using Item Rule to filter legendaries. However, no matter what I write in the legendary.dis, DB just keep stashing legendary potions instead of selling them.
For example, I've tried:
[QUALITY] == "Legendary" && [NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [SALVAGE]
or:
[QUALITY] == "Legendary" && [NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [SELL]
or:
[QUALITY] == "Legendary" && [NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [TRASH]
or:
[NAME] == "BOTTOMLESS POTION OF REJUVENATION" -> [TRASH]
or:
[NAME] == "BOTTOMLESS POTION OF REJUVENATION" # TRUE -> [TRASH]
None of the above works....
Anyone can help on this?