How are points assigned?

Started by Deleted user Edit Topic

Al-Lexx Lv 1

>Points = Max(1, Ceil( 1 - (Rank - 1)/(NumPlayers - 1) )^7 ) * 100)

There are five ")" but only four "(". WTF? I'm confused. 

canaaerus Lv 1

ah, the missing ( is why i never got this formula right.
its actually Points = Max(1, Ceil(( 1 - (Rank - 1)/(NumPlayers - 1) )^7 * 100))