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

Compare Current Eq to Results #43

Open
Nexxxy opened this issue Nov 22, 2018 · 1 comment
Open

Compare Current Eq to Results #43

Nexxxy opened this issue Nov 22, 2018 · 1 comment

Comments

@Nexxxy
Copy link

Nexxxy commented Nov 22, 2018

I hate checking and finding what kind of item was switched by your permutations in the result.html

And in addition i wanted to learn some python, so i wrote some short python script (my first one) parsing a HTML result file of simc and compare it with the input.txt file from simc.

It would be awesome if you could add the currentEq to the last stage (mb via option in settings.py ) to compare dps from currentEq to 2-3 permutations.

The output is like :

-----------------current Equip -vs- Nexxyana_0013 (dps: 16857)----------------------------
diffslot : trinket1 	change id : 159631 -> 160651 (vigilants_bloodshaper)
diffslot : trinket2 	change id : 160651 -> 161472 (lions_grace)

-----------------current Equip -vs- Nexxyana_0025 (dps: 16852)----------------------------
diffslot : trinket1 	change id : 159631 -> 160651 (vigilants_bloodshaper)
diffslot : trinket2 	change id : 160651 -> 161472 (lions_grace)

-----------------current Equip -vs- Nexxyana_0039 (dps: 16839)----------------------------
diffslot : trinket1 	change id : 159631 -> 160656 (twitching_tentacle_of_xalzaix)
diffslot : trinket2 	change id : 160651 -> 161472 (lions_grace)

My simc-parser is attached to this issue.
Feel free to copy some code for your project.
simc-cmp.py.txt

Greetings
Nexxy

@Nexxxy
Copy link
Author

Nexxxy commented Nov 22, 2018

One Problem is shown above .. you cant calculate Equip ilvl ..
Permutation 13 and 25 are the same items except for the ilvl of vigilants_bloodshaper.
13 is ilvl 375
25 is ilvl 370
The diff is in bonus_id
13 is bonus_id=4799/1808/1497/4783
25 is bonus_id=5007/4802/1527/4786
but i dont get how to calculate the ilvl ^^.

Thats why i cant show whitch of the 2 items is which permutation :(

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