[DiscordArchive] someone can explain me that?
[DiscordArchive] someone can explain me that?
Archived author: phulo84 • Posted: 2018-06-06T18:17:11.275000+00:00
Original source
someone can explain me that?
Archived author: Kraft • Posted: 2018-06-06T18:19:49.982000+00:00
Original source
looking at the code. hold on.
Archived author: Kraft • Posted: 2018-06-06T18:21:40.649000+00:00
Original source
Disclaimer: I don't use arena so this system is not something I normally deal with. It does look like there is a slight difference in the calculation of win points and loss points, though.
Archived author: Kraft • Posted: 2018-06-06T18:22:00.169000+00:00
Original source
If you win this is what is called ```mod = sWorld->getFloatConfig(CONFIG_ARENA_WIN_RATING_MODIFIER_2) * (1.0f - chance);```
Archived author: Kraft • Posted: 2018-06-06T18:22:18.639000+00:00
Original source
and if you lose this is what is called ```mod = sWorld->getFloatConfig(CONFIG_ARENA_LOSE_RATING_MODIFIER) * (-chance);```
Archived author: Kraft • Posted: 2018-06-06T18:23:10.768000+00:00
Original source
You can see that the winner gets the difference of 1 - percent chance, but the loser gets the whole percent chance. That means if the random chance is .6 then the winner would get the total points * .4 and the loser would lose total points * .6
Archived author: phulo84 • Posted: 2018-06-06T18:23:43.917000+00:00
Original source
yes
Archived author: phulo84 • Posted: 2018-06-06T18:24:16.255000+00:00
Original source
but when i lose i win les than when i win?
Archived author: phulo84 • Posted: 2018-06-06T18:24:25.611000+00:00
Original source
sorry
Archived author: phulo84 • Posted: 2018-06-06T18:25:38.930000+00:00
Original source
but when i lose i lose more points than when i win?