I want to keep legendary plans and the archon gloves, only one worth keeping. Rest you can buy, if, when you need on ah for less than 15k
Anyone know if this is right to add in common.dis :
// crafting plans setting
[QUALITY] == "Legendary" && [TYPE] == "CraftingPlan" -> [KEEP]
[QUALITY] == "Rare6" && [TYPE] == "CraftingPlan" -> [KEEP]
[QUALITY] == "Rare5" && [TYPE] == "CraftingPlan" -> [TRASH]
[QUALITY] == "Rare4" && [TYPE] == "CraftingPlan" -> [TRASH]
?
This way it saves lesser wanted stuff as well, best would be only radiant star emerald + legendary + archon gloves..
What to write?
Even possible now?