Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trinity stashs items with wrong item properties #77

Open
sebflex opened this issue Jun 24, 2018 · 2 comments
Open

Trinity stashs items with wrong item properties #77

sebflex opened this issue Jun 24, 2018 · 2 comments

Comments

@sebflex
Copy link

sebflex commented Jun 24, 2018

So for example the item having 550 vit and 550 strength, 2 sockets...
My rule for this item to keep it, is this one:
image
But the bot keep the item with 5xx vit and 5xx strength, because of wrong value calculations, in the logfile you find something like this:
("Vitality (Item: 1.141801E+09 -v- Rule: 645)",
("Primary Stat (Item: 1.142948E+09 -v- Rule: 645)

As you see, it knows the value which the item should have, but the current values of the current item are totally fucked up <.<

@sebflex
Copy link
Author

sebflex commented Jul 22, 2018

So, did you look into this matter?

@sebflex
Copy link
Author

sebflex commented Aug 2, 2018

Another example:

2018-08-01 21:31:28,381 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  Inarius's Reticence (Legs) is not a selected item type - Slot
2018-08-01 21:31:28,381 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  Inarius's Reticence (467575) is a selected Item with 4 rules.
2018-08-01 21:31:28,382 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  1 required rules:
2018-08-01 21:31:28,384 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  Evaluated Inarius's Reticence -- Primary Stat  (Item: 1.142768E+09 -v- Rule: 623) = True
2018-08-01 21:31:28,384 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  Evaluated Inarius's Reticence -- Vitality  (Item: 1.141654E+09 -v- Rule: 623) = True
2018-08-01 21:31:28,384 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  Evaluated Inarius's Reticence -- Armor  (Item: 0 -v- Rule: 733) = False
2018-08-01 21:31:28,385 [Main Bot Thread] INFO  DefaultLogger (null) - [Trinity 2.2018.713] Inarius's Reticence [P6_Necro_Set_3_Pants] [Legs] = ItemListCheck=KEEP
2018-08-01 21:31:28,383 [Main Bot Thread] DEBUG DefaultLogger (null) - [Trinity 2.2018.713]   >>  item must have 2 of 3 optional rules:

"Vitality (Item: 1.141654E+09 -v- Rule: 623) = True"....
"Primary Stat (Item: 1.142768E+09 -v- Rule: 623) = True"....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant