Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change of the selling priority, following item quality instead of a random pick #104

Merged
merged 9 commits into from
Sep 14, 2024

Commits on Aug 23, 2024

  1. Initialization fixed to be performed at script startup; included copy…

    …right in the new source files
    kewinrausch committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9700bb8 View commit details
    Browse the repository at this point in the history
  2. Handle of the configuration reloading in the correct way from the com…

    …mand line (cleanup and initialization of new elements)
    kewinrausch committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f8e0d89 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    dd6163a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Introduced a mechanism that allows the bot to adapt to the market pri…

    …ces (right now is a plain average which resets to allow quick convergence with the markets sentiments)
    kewinrausch committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    80c72de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1a6d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a1c672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d5757 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Change in item selection for the selling operations; instead of using…

    … a random pickup, which can always result in bad rolls and waste of cycles, the selling priority now follows the items rarity. First the bot will try to fill up poor items, and then when quotas are reached it will move to more rare ones
    kewinrausch committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b7c6352 View commit details
    Browse the repository at this point in the history
  2. Aligning to master branch

    kewinrausch committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    eed931e View commit details
    Browse the repository at this point in the history