AF: Fishing

Calculating the fishing of a fellowship. AF = sum(fish fished by all fellows) / AFT * 1000, round to int

AB: Average Brew Points

Calculating the brewing potions points of a fellowship. AB = sum(potions brewed by all fellows) / AFT * 1000, round to int

AG: Points for gathering

Calculating the gathinring points of a fellowship. AG = sum(gathered by all fellows) / AFT * 1000, round to int

AL: Average Level

Calculating the average level points of a fellowship AL = Sum(PL of fellows) / AFT * 1000, round to next int

AG: Average Gather

Calculates the herb and orb gather points of a fellowship. AG = AFT / (sum(all gathers of fellows) * 0.01, rounded to int

AMK: Average Monster Kill

The average monsters killed by each fellow in a fellowship according to AFT. ACMK: Average fellow monsterkill:Sum(All Monsters killed by any fellow in their fellowship) / Count(Members in Fellowship), rounded to 0 AMK = ACMK / AFT * 1000, round to next int

AFT: Average Fellowship Time

We will calculate the average playtime of a fellow within their fellowship according to DesignNote. AFT = round(Sum(playtime all Fellows) / count(Fellows) ; 2)

This website uses cookies. By continuing to use this site, you accept our use of cookies.