Author Topic: formula for knocking out players  (Read 1401 times)

jzallen

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
formula for knocking out players
« on: April 16, 2022, 03:57:13 PM »
Is there a way yo add bonus points for knocking out a player?
if you know a player out in position 10th - 5th you get 1 extra point. If you knock out a player in 4th-2nd you get 5 extra points

Is that possible?

jzallen

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: formula for knocking out players
« Reply #1 on: April 18, 2022, 01:01:41 PM »
Checking back on this

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: formula for knocking out players
« Reply #2 on: April 18, 2022, 02:41:33 PM »
Sure.  Add this to your current formula:

+ if(r > 4 and rank < 11, 1) + if(rank > 1 and rank < 5, 5)

jzallen

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: formula for knocking out players
« Reply #3 on: April 18, 2022, 03:04:29 PM »
Corey,

Does that add the points to the finisher or the person doing the knock out? We want it to go to the person doing the knock out.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: formula for knocking out players
« Reply #4 on: April 18, 2022, 05:03:43 PM »
Doh!  I completely misread your question.

Unfortunately no, there isn't a way to pull in the ranks of the player(s) one has eliminated.