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

Could someone update version Trinity 1.6.3.4

FyM

New Member
Joined
Sep 25, 2012
Messages
219
Reaction score
0
Heard some bugs about the new trinity , been using 1.6.3.4 for a long time now and still loving it , hope someone could do us the favour thanks!
 
ive used it at the beginning too, trust me the community edition is slightly better (my stats went up a little bit with it)
but i think it should be possible to fix it if you dont wanna use the newer one
i just cant tell you how, but if you aint lazy, someone updated the recent one himself and posted it, you could ask him kindly how he did it and do it yourself
 
ty for the upload oh wait... :) plz share user/pass
 
[18:49:24.635 N] Compiler Error: e:\DB\plugins\GilesTrinity\TownRun.cs(818,21) : error CS1502: The best overloaded method match for 'Zeta.Internals.Actors.DiaActivePlayer.InventoryMa nager.SellItem(Zeta.Internals.Actors.ACD)' has some invalid arguments

go into this file TownRun.cs

find the function

Code:
ZetaDia.Me.Inventory.SellItem(thisitem.DynamicID);
change to

Code:
ZetaDia.Me.Inventory.SellItem(thisitem.ACDItem);
then try again ^^
 
Is that the only line of fix for the old trinity?
 
i can not find townrun.cs in old trinity folder
im using giles 1.3.6.4 and v0.45
 
So how to update 0.45 then? That was the best one. The new community version seems to be focused only on monks no matter how much if fucks up everything else.
 
So how to update 0.45 then? That was the best one. The new community version seems to be focused only on monks no matter how much if fucks up everything else.

yes i just can not find the code in that cs file
 
i can not find townrun.cs in old trinity folder
im using giles 1.3.6.4 and v0.45

1.3.6.4 and 0.45 use a single cs file the way giles had written it, which might explain why the combat is so much better in these.
 
for old 1364 and 0.45...i changed like this .but did not work either

found this : ZetaDia.Me.Inventory.SellItem(thisitem.ThisDynamicID);

changed to: ZetaDia.Me.Inventory.SellItem(thisitem.ACDItem);

and the error log

[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(2966,40) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(9367,60) : error CS1061: 'GilesTrinity.GilesTrinity.GilesCachedACDItem' does not contain a definition for 'ACDItem' and no extension method 'ACDItem' accepting a first argument of type 'GilesTrinity.GilesTrinity.GilesCachedACDItem' could be found (are you missing a using directive or an assembly reference?)
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10412,36) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10416,32) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10482,40) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10759,44) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11113,44) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11123,44) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11160,32) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11393,32) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11394,32) : warning CS0162: Unreachable code detected
[11:07:39.245 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(15395,17) : warning CS0162: Unreachable code detected
 
I think you need to change this one too:

Code:
ZetaDia.Me.Inventory.SalvageItem(thisitem.ThisDynamicID);
to:
Code:
ZetaDia.Me.Inventory.SalvageItem(thisitem.ACDItem);
 
i think there lots of code need fix in the 0.45..
i change the 2 codes above.still errors
 
ZetaDia.Me.Inventory.SellItem(thisitem.ThisDynamicID);

change to

ZetaDia.Me.Inventory.SellItem(thisitem.ACDItem);

Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(2966,40) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(9399,60) : error CS1061: 'GilesTrinity.GilesTrinity.GilesCachedACDItem' does not contain a definition for 'ACDItem' and no extension method 'ACDItem' accepting a first argument of type 'GilesTrinity.GilesTrinity.GilesCachedACDItem' could be found (are you missing a using directive or an assembly reference?)
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10444,36) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10448,32) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10514,40) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(10791,44) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11145,44) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11155,44) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11192,32) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11425,32) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(11426,32) : warning CS0162: Unreachable code detected
[16:47:04.582 N] Compiler Error: e:\D3\DB\shu282959\Plugins\GilesTrinity\GilesTrinity.cs(15427,17) : warning CS0162: Unreachable code detected
 
GilesCachedItem doesn't contain property ACD, you need to select ACD by select using DynamicId (until a normal fix is made I guess).
Look at my town run.cs under GilesSellOverlord
Also just in case - use the CanSell method.
 
Back
Top