I would like to know this also. I have the same issue.my bot keeps selling greys instead of salvage and I just cant figure out how to fix this?
if (qualityLevel >= ItemQuality.Inferior && qualityLevel <= ItemQuality.Superior)
if (quality >= ItemQuality.Inferior && quality <= ItemQuality.Superior)
Greys give reusable parts, the same crafting mat as whites do. For me at least I have far less reusable parts than veiled crystals. I'd rather use my inventory space on greys, whites and blues than rares.why people need to salvage grey item? I don't understand. Don't you get enough Arcane dust from salvaging blue item?
This question gets asked just about every day it seems...
In Trinity\DbProvider\TownRun.cs change line 359 to
Code:if (qualityLevel >= ItemQuality.Inferior && qualityLevel <= ItemQuality.Superior)
In in Trinity\Items\TrinityItemManager.cs change line 533 to
Code:if (quality >= ItemQuality.Inferior && quality <= ItemQuality.Superior)
This will get trinity to salvage all greys and whites