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

Trinity no longer salvages greys/whites

bmike210

New Member
Joined
Feb 22, 2015
Messages
12
Reaction score
1
Anyone else having this issue?

Pickup and Salvage options.
zvfadmM.png
99l5I6I.png


Bot sells whites and greys now rather than salvaging them.

Tried new install(both stable and beta) and with just Trinity(2.4.2) and QuestTools(3.3.1).
 
I've got the same issue.. :( Very frustrating to have 20k yellows, 15k blues and 100ish white crafting materials :C
 
I think I may have figured it out. The bot is salvaging whites but only of superior quality which is a small percentage of white items. The rest get sold. In Trinity\DbProvider\TownRun.cs I changed line 359 to
Code:
if (qualityLevel >= ItemQuality.Inferior && qualityLevel <= ItemQuality.Superior)

Hopefully this should include all whites. Doing some testing now.

Edit: Seems to be working
 
Last edited:
It looks like just changing the range in TownRun.cs wasn't enough. I had to also change the allowable white salvage range in TrinityItemManager.cs
 
It looks like just changing the range in TownRun.cs wasn't enough. I had to also change the allowable white salvage range in TrinityItemManager.cs

what did u change in TrinityItemManager.cs?
thx for sharing.
 
Back
Top