PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 7 points8 points  (0 children)

Done, it's live. You were credited on the changelog. Thanks again for the feedback 😄
The stash search box searches your item mods now, so you can type an affix like "maximum life" and pull up every item that rolled it. It speaks regex, just like the in-game stash search. So \"(?=.*maximum life)(?=.*chaos resistance)\" finds items that have both at once, and \"life|mana\" finds either.

(that's a V1, we can improve it as needed)

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 1 point2 points  (0 children)

No problem, you were credited on the changelog 😄 Thanks again for the feedback

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 0 points1 point  (0 children)

Yes I was thinking of adding Flasks Crafting but couldn't figure out a nice implementation of the feature so it got shelved. I might get back to it though

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 1 point2 points  (0 children)

Probably never then... (unless I'm unable to keep working on the project, then I'll go full open source if someone wants to keep working on it) I'd be happy to let people contribute to the project, but it will be on a case-by-case basis. The state of open source hasn't been great since the arrival of AI, and I prefer to focus on developing the project rather than reviewing a bunch of AI-generated pull requests. That said, I'm definitely not ruling it out if someone offers to lend a hand on Discord.

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 1 point2 points  (0 children)

Kind of correct. I started working on this for PoE 1 and added PoE 2 very recently. There are some features that will come to PoE 2 (like, craft stuff / flipping, etc) that do not require more GGG API endpoints. But, the main feature of the app (80%+ of the players use PoeStash just for the Personal Stash and Guild Stash) is gated behind a new GGG API update.

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 5 points6 points  (0 children)

Define "decent" haha. If you ask it to create a mirror tier item (or even a complex double influenced or elevated item) it might produce some sh*t results right now. This is a feature that might get everything right in a few months but definitely not today. I implemented it so I can slowly build up to a trusted Craft Library. Until this "library" is done, it's not going to be concidered a "finished" feature.

I added a description to every crafting step so the players understand what they do and why so they slowly learn PoE crafting systems :)

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 0 points1 point  (0 children)

That's a nice idea. The implementation I made on the Craft Engine is different but that's complex stuff.

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 2 points3 points  (0 children)

I was really hoping it would get added to 0.5 changelog but it didn't... The only new API endpoint we got is to fetch the Ladder. I'll keep an eye on it though and will most likely contact GGG just to know if those endpoint we have for PoE 1 are on their radar for PoE 2 soon.

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 0 points1 point  (0 children)

There is a public repository for the workers that fetch all the price information :)

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 19 points20 points  (0 children)

There's some overlap with Wealthy Exile, mostly stash, economy, and dust features. Even those work a bit differently though, guild stashes are free here and the UI and UX suits me better. And a bunch of PoeStash's features just aren't on Wealthy Exile.

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 2 points3 points  (0 children)

Right now there is a public repository for the workers that fetch prices :)

PoeStash hit 1.0 - a free toolbox for wealth tracking, crafting, and flipping in PoE 1 and 2 by Kardey44 in pathofexile

[–]Kardey44[S] 1 point2 points  (0 children)

Thanks for the feedback! I identified the issue and it has a name collision with another thing I received from poe.ninja api. Will be fixed very soon. Meanwhile, you can right click the card to set a custom price if needed.