{% extends "base.html" %} {% load humanize %} {% block header %} Buyback {% endblock %} {% block description %} Appraise Buyback Items {% endblock %} {% block content %}
General Rate {{buyback_settings.general_buyback_rate|stringformat:'0.2f'}}
Blue Loot Rate {{buyback_settings.blue_loot_buyback_rate|stringformat:'0.2f'}}

Instructions

  1. Prepare your items in the staging system.
  2. Paste your items to receive their appraisal value.
  3. Create an item exchange contract to
  4. The price of the contract should be the value you receive from the tool below
{% if buyback_settings.character_handlers.all %} For issues, contact any of the following: {% endif %}
{% csrf_token %}

Item Appraisal

{% endblock %} {% block scripts %} {% endblock %}