darvid / wraeblast

A library for interacting with Path of Exile game and economy data, and a unique loot filter generation framework.
MIT License
29 stars 6 forks source link

Some T1 Item Bases might not get displayed #9

Open kxc0re opened 2 years ago

kxc0re commented 2 years ago

Just ran some Abysses and noticed ilvl86 Stygian Vises not showing up on strictness D2

Since the Base is worth 12-16c, the filter might be missing that:

https://poe.ninja/challenge/base-types?name=stygian&level=86%2B

darvid commented 2 years ago

hmm, may need some manual rules for stygians, allowing all bases doesn't seem ideal, even in higher quantiles

warning: latest nightly is going to show a LOT more shit, going to try and tweak things and maybe rebuild

kxc0re commented 2 years ago

ye bases in general are a bit of a weird thing, same as multibase uniques/prophecy items an audio cue for that, as in "multi base unique 10c - 1 ex" would be kinda nice, i mean i know the restless ward on the ground isnt anywhere near 10c - 270ex, its still kinda weird

darvid commented 2 years ago

so a few updates...

TDLR: more base types show up now. unfortunately, due to poe.ninja data being off, not all of them should be showing up. as annoying as it is for me to see a bunch of non-influenced bases visible when running nem3 tropical island, I think it makes sense to rely on the data and just provide additional filter flavors for players who don't want to see bases (or non-influenced bases).

Cloudslapper commented 2 years ago

Is there a somewhat simple solution to turning the bases off or changing the filter in general? Trying to turn Q4 into a Tower mfing filter and its absolute hell changing every item and stack count manually by hand. Up until now i've been doing it manually, but unless i wanna do that nonstop i have to rely on an old filter iteration, so prices are inaccurate.

If i have to install python and learn to do it through that, i'm up for it. Just need a somewhat friendly step by step on doing it.

darvid commented 2 years ago

@Cloudslapper you're referring to the non-influenced bases that were just enabled right? let me see what I can do in terms of an additional filter variant. just let me know about all the changes you've been making, or the ones you'd like to see made.

kxc0re commented 2 years ago

over the last 2 days i've come to realize the poe.ninja base item pricing is insanely unreliable, which is kind of a bummer

darvid commented 2 years ago

ok so I've temporarily disabled non-influenced bases, and added a manual rule for stygian vises >= ilvl 81. I figure they don't really drop outside of specific content (abyss, sims, etc.) so it should be less annoying than seeing worthless non-influenced bases spamming your nem3/double beyond/whatever content.

long term, I think there are a few problems that will need to be addressed, and I'm slowly trying to organize some ideas around solving them:

until then, I'll probably try to add some simple variants for nem3, MF, and possibly simulacrum.

Cloudslapper commented 2 years ago

Current changes made to fit tower farming: (Q4 because D2 simply showed too much for me to edit it manually) Showing harbinger shards (chaos and up) Showing sextants Showing Tainted currencies 2c and up: Fusing, Chromatic, Mythic etc. as they sell instantly in bulks Showing various minor currency which ends up making a big part of your actual chaos per hour

example: only the exalted orb is shown by default, nothing else in that image is shown. image

Edit 1: The fusings are shown simply because i'm self-linking items and selling them. Quite profitable with the current fusing prices being shit

Showing Scarabs Showing Splinters in stacks of 3 and up, both Breach and Legion Showing various Divination cards which are easy turn-ins such as Society's Remorse and The Wretched Edit 2: Showing Essences

There's prolly a lot more i can't remember off the top of my head, i'll be back with more if i remember.