Account Search
-- If you would like to learn more about an Old School RuneScape account, type in the name - below. We cannot provide information within 24 hours of a sighting of a player, - therefore we cannot provide the latest locations and the latest gear information for an - account. -
-- - - -
- - - {% if prediction %} -
Prediction
--
- {% for key, value in prediction.items() %}
- {% if key == "predictions_breakdown" %}
-
- {{ key }}:
-
-
- {% for sub_key, sub_value in value.items() %}
- {% if sub_value != 0 %}
-
- {{ sub_key }}: {{ sub_value * 100 }}% - {% endif %} - {% endfor %} -
- {% elif key == "prediction_confidence" %}
- - {{ key }}: {{ value * 100 }}% - {% else %} -
- {{ key }}: {{ value }} - {% endif %} - {% endfor %} -
- 
-