登錄 / 註冊
> > > Score not working correctly


主題的留言: Score not working correctly
Grinrain
會員

帖子總數: 21
註冊: 2002/7/28
已發表: 2016/1/9 上午11:34

Maybe Score when you are sorting gear works as intended, and I do not understand how it i generated. Would have thought that if I set weight as the following:

HP = 1
Mana = 0.25

Then I would expect Score to = (HPx1) + (Mana x0.25) but does not appear to work that way, at least when you are comparing characters. Is there something missing?
Altreal1
白金會員

帖子總數: 220
註冊: 2007/1/16
已發表: 2016/1/12 下午12:37

Score to = ((HPx1) + (Mana x0.25)) /1.25

Looks to be dividing the formula by the overall weight.

edit: Had 1 profile with the math not working out exact, but the profile had 1 more hp than the ranking page.
Grinrain
會員

帖子總數: 21
註冊: 2002/7/28
已發表: 2016/1/12 下午12:45

A normalization factor of some sort would be fine, as long as I understood what was going on. As of now, not sure to trust the ranking.
Jelan
管理員

帖子總數: 11461
註冊: 2001/5/4
已發表: 2016/3/23 上午4:16

Altreal is correct, we are using a weighted average formula to calculate the score so that it does not explode out of proportion.