hanklin45110126 / wot-xvm

Automatically exported from code.google.com/p/wot-xvm
0 stars 0 forks source link

Current tank efficiency instead of average efficiency #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to calculate players efficiency based on current, used in 
battle, tank?
for example:
players avg efficiency is about 900: on tiers 1-5 is very low, below 600, at 
higher tiers is over 1000, but on particular tank is over 1500

I would like to see the 1500 number instead of 900  :)
(it is possible now?) 

Original issue reported on code.google.com by grzegorz...@gmail.com on 14 Aug 2012 at 9:29

GoogleCodeExporter commented 8 years ago
Give me a formula. :)
There is no per-tank efficiency formula now.

Original comment by m.schedr...@gmail.com on 15 Aug 2012 at 6:50

GoogleCodeExporter commented 8 years ago
there is, but, user have to upoad dossier file ;) 
see http://www.vbaddict.net/wot.php
so, maybe there are some other possibilites, based on accuracy, destroyed tanks 
per battle, avg. experience gathered, etc? 

maybe no number is needed, just bad/good/excellent player indicator?

i dont know current formula for efficiency...
maybe later i could look into code ;)

Original comment by grzegorz...@gmail.com on 15 Aug 2012 at 11:24

GoogleCodeExporter commented 8 years ago
> there is, but, user have to upoad dossier file ;) 
This is unreal.

> i dont know current formula for efficiency...
From readme:       {{eff}}         - player efficiency 
(http://wot-news.com/index.php/stat/calc/en/)

Original comment by m.schedr...@gmail.com on 15 Aug 2012 at 11:30

GoogleCodeExporter commented 8 years ago
Code is here: 
http://code.google.com/p/wot-xvm/source/browse/trunk/src/nodejs-xvm-proxy/utils.
js#3

Original comment by m.schedr...@gmail.com on 15 Aug 2012 at 11:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The dossier file can be faked and there's no possibility to get all dossiers 
from all players on all servers.
The only way to obtain this information reliably is by getting them from the 
WoT website. WG is already making a step forward by introducing extendend 
post-battle stats[1][2], but we don't know when they'll start providing this 
data also in ingame service-record / smartphone apps / website stats. Probably 
some1 with good connections can ask some developer if thats in plans and when 
it's gonna be released or even push development of this feature. Until then XVM 
has as already stated above no possibility to provide this feature, but as this 
seems to be at least in plans I would vote for leaving this bug open.

[1] 
https://forum.worldoftanks.eu/index.php?/topic/137121-80-work-in-progress-post-b
attle-stats/
[2] 
https://forum.worldoftanks.com/index.php?/topic/145908-version-80-preview-after-
battle-statistics/

Original comment by johannes...@gmail.com on 15 Aug 2012 at 11:39

GoogleCodeExporter commented 8 years ago
Ok, I leave it open with Low priority.

Original comment by m.schedr...@gmail.com on 15 Aug 2012 at 11:43

GoogleCodeExporter commented 8 years ago
let see any tank in garage: battles participated, victories, defeats, battles 
survived, destroyed, hit ratio, damage, total exp, avg exp
NO SPOTTED, NO DEFENCE, NO CAPTURE POINTS...
ok...should wait for better stats API ;)

now, my question is: is it possible to set those variables for display?
dmg = battles.damage_dealt / battlesCount,
des = battles.frags / battlesCount,
and also hit ratio

Original comment by grzegorz...@gmail.com on 15 Aug 2012 at 12:16

GoogleCodeExporter commented 8 years ago
> dmg = battles.damage_dealt / battlesCount,
Already issued: http://code.google.com/p/wot-xvm/issues/detail?id=125

> des = battles.frags / battlesCount,
> and also hit ratio
don't sure frags and hitratio is useful parameters

Original comment by m.schedr...@gmail.com on 15 Aug 2012 at 12:43

GoogleCodeExporter commented 8 years ago
Currently impossible, because this additional values is null for everyone.

Original comment by m.schedr...@gmail.com on 16 Aug 2012 at 1:08

GoogleCodeExporter commented 8 years ago
so how the efficiency is calculated if those values are NULL :) ???
DMG/DES - I took it from JS code 
http://code.google.com/p/wot-xvm/source/browse/trunk/src/nodejs-xvm-proxy/utils.
js#26

Original comment by grzegorz...@gmail.com on 16 Aug 2012 at 1:17

GoogleCodeExporter commented 8 years ago
Only total values available.

Original comment by m.schedr...@gmail.com on 16 Aug 2012 at 2:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
why the comments #14 #15 #16 #17 are gone?

Original comment by grzegorz...@gmail.com on 1 Nov 2012 at 10:45

GoogleCodeExporter commented 8 years ago
It was a trash

Original comment by m.schedr...@gmail.com on 2 Nov 2012 at 9:16

GoogleCodeExporter commented 8 years ago
Here is thread about new per-vehicle rating.
http://www.koreanrandom.com/forum/topic/1643-/
Issue is closed.

Original comment by m.schedr...@gmail.com on 19 Dec 2012 at 7:51