Rankings: Difference between revisions

From UO-Phoenix Wikipedia
Jump to: navigation, search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monthly PvM ==
== Monthly PvM ==
This ranking tracks player kills of non-player mobiles.<br />
This ranking tracks player kills of non-player mobiles.<br />
You can track rankings with command: '''[rankings'''<br />
You can track rankings with command: '''[ranking'''<br />
Alternatively at MyUOP page [https://uo-phoenix.com/myuop/rankings.php '''HERE''']<br />
Alternatively you can also check rankings at the [https://uo-phoenix.com/myuop/rankings.php '''MyUOP - Rankings'''] page.<br />
 
=== Points Forumla ===
=== Points Forumla ===
Points are generally 1 point per kill but get scaled further with higher hits at or above 100.<br />
Points are generally 1 point per kill but get scaled further with higher hits at or above 100.<br />
Most creature hits can be discovered at the [https://uo-phoenix.com/wiki/index.php/Bestiary '''Phoenix Bestiary''']
Most creature hits can be discovered at the [https://uo-phoenix.com/wiki/index.php/Bestiary '''Phoenix Bestiary'''] listed under '''HP'''.<br />


<code>
<code>
Line 15: Line 16:
For example, if the creature has ''280'' hits:<br />
For example, if the creature has ''280'' hits:<br />
''280 ÷ 100 * 5 = 14, divide by 2 = 7'' points given.<br />
''280 ÷ 100 * 5 = 14, divide by 2 = 7'' points given.<br />
''All figures are rounded to the nearest whole number.''


End of month rewards the #1 spot with a unique titled item.
End of month rewards the #1 spot with a unique titled item.

Latest revision as of 00:37, 16 April 2024

Monthly PvM

This ranking tracks player kills of non-player mobiles.
You can track rankings with command: [ranking
Alternatively you can also check rankings at the MyUOP - Rankings page.

Points Forumla

Points are generally 1 point per kill but get scaled further with higher hits at or above 100.
Most creature hits can be discovered at the Phoenix Bestiary listed under HP.

   Points = 1
if(Hits >= 100) Points = (Hits ÷ 100 * 5) / 2

For example, if the creature has 280 hits:
280 ÷ 100 * 5 = 14, divide by 2 = 7 points given.
All figures are rounded to the nearest whole number.

End of month rewards the #1 spot with a unique titled item.