hi,
i am bussy with trying to figure out how sro calculates the % stats on an item from the values you get of the packet sro sends.
for example i get these values:
which display on a 2h item 22% phy, 19% att rate, 22% phy rein other are 0%
sro always reads it in reverse so we will get this value:
after a bit of changing the stats around i figured out that
7 = phy
3 8 = att rate
0 E0 = phy rein
and for example phy rein can change like this:
0 E0 = 22%
2 60 = 61%
and also to make it more confusing some values are added up like:
(other item them above - gear part)
the part: 3 80 = phy def
but when i added mag rein it became: 3 B4 = phy def & mag rein combined
and now i am stuck since i have no idea how to calculate the % out of these values which seems to be different on every white kind
does anyone know how to or maybe i am totally wrong on how to do this?
thx
i am bussy with trying to figure out how sro calculates the % stats on an item from the values you get of the packet sro sends.
for example i get these values:
Code:
E0 80 73 00 00 00 00 00
sro always reads it in reverse so we will get this value:
Code:
00 00 00 00 00 73 80 E0
7 = phy
3 8 = att rate
0 E0 = phy rein
and for example phy rein can change like this:
0 E0 = 22%
2 60 = 61%
and also to make it more confusing some values are added up like:
(other item them above - gear part)
Code:
00 00 00 1A 03 80 00
but when i added mag rein it became: 3 B4 = phy def & mag rein combined
and now i am stuck since i have no idea how to calculate the % out of these values which seems to be different on every white kind
does anyone know how to or maybe i am totally wrong on how to do this?
thx