No matter what I do, I can't get this to work:
Code:
Compiler Error: d:\Bots\DB-New 2\Plugins\Trinity\Combat\Weighting.cs(26,29) : error CS0111: Type 'Trinity.Trinity' already defines a member called 'RefreshDiaGetWeights' with the same parameter types
Compiler Error: d:\Bots\DB-New 2\Plugins\Trinity\Combat\Weighting.cs(1566,30) : error CS0111: Type 'Trinity.Trinity' already defines a member called 'RecordTargetHistory' with the same parameter types
Compiler Error: d:\Bots\DB-New 2\Plugins\Trinity\Combat\Weighting.cs(1609,31) : error CS0111: Type 'Trinity.Trinity' already defines a member called 'GetLastHadUnitsInSights' with the same parameter types
Compiler Error: d:\Bots\DB-New 2\Plugins\Trinity\Combat\Weighting.cs(1614,22) : error CS0102: The type 'Trinity.Trinity' already contains a definition for 'MaxWeight'
Compiler Error: d:\Bots\DB-New 2\Plugins\Trinity\Cache\CacheUIObject.cs(12,18) : warning CS0660: 'Trinity.Cache.CacheUIObject' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: d:\Bots\DB-New 2\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'Trinity.Items.ItemWrapper' defines operator == or operator != but does not override Object.Equals(object o)
Edit:
I've did a clean installation, it worked. I hope I won't have to do it everytime though.
Edit #2:
As soon as I click start, I get this spam:
Code:
[Trinity] Inserting GoldInactivity into TreeStart
[Trinity] Inserting XPInactivity into TreeStart
[Trinity] Inserting XPInactivity into TreeStart
[Trinity] Inserting GoldInactivity into TreeStart
[Trinity] Inserting XPInactivity into TreeStart
[Trinity] Inserting GoldInactivity into TreeStart
[Trinity] Inserting XPInactivity into TreeStart
[Trinity] Inserting GoldInactivity into TreeStart
[Trinity] Inserting XPInactivity into TreeStart
And the bot stops, with this message:
Code:
Bot Thread Ended. Was this requested?
What should do?