Closed GoogleCodeExporter closed 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
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
> 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
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
[deleted comment]
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
Ok, I leave it open with Low priority.
Original comment by m.schedr...@gmail.com
on 15 Aug 2012 at 11:43
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
> 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
Currently impossible, because this additional values is null for everyone.
Original comment by m.schedr...@gmail.com
on 16 Aug 2012 at 1:08
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
Only total values available.
Original comment by m.schedr...@gmail.com
on 16 Aug 2012 at 2:26
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
why the comments #14 #15 #16 #17 are gone?
Original comment by grzegorz...@gmail.com
on 1 Nov 2012 at 10:45
It was a trash
Original comment by m.schedr...@gmail.com
on 2 Nov 2012 at 9:16
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
Original issue reported on code.google.com by
grzegorz...@gmail.com
on 14 Aug 2012 at 9:29