Skip to content
TORNLIFE More

RW Armor respect earned.

Started by lamashtu [2001015] on in Bugs & Issues.

9 replies · 185 views · thread synced · 3 days ago · View on torn.com
About this thread

Posts archived: 10 / 10 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
10
Discussion span
→
People posting
6
Likes on archived posts
1
Posts by staff, officers and moderators
7
Authority score
59 / 100
Historical score
50 / 100
Story score
48 / 100
Engagement score
51 / 100

Most-liked replies

lamashtu [2001015]
I've been experimenting with the RW equipment API calls, and found the following result:

{
"itemstats": {
"ID": 656,
"UID": 8733071715,
"name": "Riot Body",
"type": "Defensive",
"market_price": 0,
"stats": {
"damage_taken": 1204167,
"hits_received": 1089,
"most_damage_taken": 7975,
"damage_mitigated": 1028675,
"most_damage_mitigated": 6729,
"first_owner": 2038773,
"time_created": 1658075557,
"respect_earned": 8.83,
},
},
}

If the respect_earned stat isn't a bug, I'd love some clarification on how it happened.
Chedburn [1] Admin Developer
I can see indeed a 'respect earned' row exists for this armour, when it should only work for weapons (I presume).
aurel1 [1046304] Admin Staff
That should not be possible of course, I cleared the stat for now, let's wait and check if this will happen again - so we can track the attack logs and check when exactly the issue happened.
nikitad [2147691] Tester

Hello
It's been a very long time since the latest reply, and the issue is in 'Info Required' status
Is the issue still actual?
Thanks

lamashtu [2001015]

That item ID no longer has the respect_earned showing up.

 

However looking up my Enfield:

{
"itemstats": {
"ID": 219,
"UID": 8611679943,
"name": "Enfield SA-80",
"type": "Primary",
"market_price": 202364,
"stats": {
"damage": 37990165,
"rounds_fired": 64271,
"hits": 15650,
"misses": 9191,
"damage_taken": 6820,
"reloads": 250,
"highest_damage": 14775,
"hits_received": 5,
"most_damage_taken": 2677,
"damage_mitigated": 3779,
"most_damage_mitigated": 1753,
"finishing_hits": 4077,
"critical_hits": 3691,
"first_owner": 2001015,
"time_created": 1657108800,
"respect_earned": 29230.13,
},
},
}

I'm thinking hits_received, most_damage_taken, damage_mitigated, and most_damage_mitigated probably shouldn't be tracked for weapons?

aurel1 [1046304] Admin Staff

This a very old log and there were some issues when it was introduced, I will ask Mauro to exlude that from api response.