Qt-dev / exile-diary

A game tracker for Path of Exile. Track literally everything that drops in your maps, and more!
40 stars 6 forks source link

Currency shards have weird ratios #273

Closed Didrikos closed 1 month ago

Didrikos commented 9 months ago

Would also be nice to exclude items from stats under threshhold specified by user.

Qt-dev commented 9 months ago

The threshold thing is one of my next tasks yup. Are the weird ratios due to the fact that poe.ninja is having weird prices or is it something else?

Didrikos commented 8 months ago

Some shards are not present on poe.ninja so no idea from where it takes the value but it's a lot different.

obraz obraz

Qt-dev commented 8 months ago

I got a fix for shard pricing in my dev version, I'll look at these 2 to see if that fixes it then

Qt-dev commented 8 months ago

And the answer to where it comes from : It uses the actual orb and splits the price by the number of splinters to make an orb :)

Didrikos commented 8 months ago

Possible but doesn't match the price anyways, 18 horizon shards can't be 5.35c when they're 0.33c as full.

Qt-dev commented 8 months ago

Yup yup that's the bug. It's doing some weird calculation in a weird way, and so most shards and some other currencies are priced weirdly. When I deploy the fix I have in Dev, you should be able to hit "Reprice" and it should all be fixed in a few seconds using the proper calculation

Qt-dev commented 1 month ago

This should be fixed now, I'll leave it open for league start but probably close it next week