What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

cbccjn

New Member
Joined
May 2, 2014
Messages
3
Reaction score
0
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?
 
Use it in SalvageSell.dis and make sure to UNCHECK "stash leg potion" in townrun tab
Last few versions of the Trinity are bugged though, sometimes it works, the next time you update it, it doesnt...
 
Thx bro~
btw, which of the statements I wrote above is in the correct form?
 
[QUALITY] == "Legendary" && [NAME] == "Bottomless Potion of Rejuvenation" -> [SELL]

[KEEP] if you want to stash
 
Back
Top