Tattoo
Member
- Joined
- Dec 16, 2011
- Messages
- 133
- Reaction score
- 11
Hi,
please don't link me to the WIP Community Loot rules, they look for nearly perfect ancient items, what in my opinion isn't suitable or necessary.
What i'm looking after is something like this:
Keep all ancient items
Keep these named legendary item (unity, torch, soj,...)
trash all other legendarys
Is this possible without editing every single item by name?
i tried this, but didn't work:
[QUALITY] == "Legendary" # [ANCIENT] -> KEEP
[QUALITY] == "Legendary" && [NAME] == "Unity" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Incense Torch of the Grand Temple" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Cindercoat" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "The Ess of Johan" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Stone of Jordan" -> [KEEP]
[QUALITY] == "Legendary" && [BASETYPE] == "Weapon" -> [TRASH]
[QUALITY] == "Legendary" && [BASETYPE] == "Armor" -> [TRASH]
[QUALITY] == "Legendary" && [BASETYPE] == "Jewelry" -> [TRASH]
Regards
P.S.: Working by Scoring doesn't fit's for me either, Blizz is often changing Set's and Items from non-useable to highly needed (see torch) - so i'd like to decide on my own which ancient i'll keep.
please don't link me to the WIP Community Loot rules, they look for nearly perfect ancient items, what in my opinion isn't suitable or necessary.
What i'm looking after is something like this:
Keep all ancient items
Keep these named legendary item (unity, torch, soj,...)
trash all other legendarys
Is this possible without editing every single item by name?
i tried this, but didn't work:
[QUALITY] == "Legendary" # [ANCIENT] -> KEEP
[QUALITY] == "Legendary" && [NAME] == "Unity" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Incense Torch of the Grand Temple" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Cindercoat" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "The Ess of Johan" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Stone of Jordan" -> [KEEP]
[QUALITY] == "Legendary" && [BASETYPE] == "Weapon" -> [TRASH]
[QUALITY] == "Legendary" && [BASETYPE] == "Armor" -> [TRASH]
[QUALITY] == "Legendary" && [BASETYPE] == "Jewelry" -> [TRASH]
Regards
P.S.: Working by Scoring doesn't fit's for me either, Blizz is often changing Set's and Items from non-useable to highly needed (see torch) - so i'd like to decide on my own which ancient i'll keep.