licoffe / POE-Stash-indexer-NG

High performance Path of Exile stash indexer
MIT License
43 stars 12 forks source link

On the poe-rates site, if you look up exalts, it compares them on many lines to exa instead of .c. #16

Open sclient opened 7 years ago

sclient commented 7 years ago

^^

licoffe commented 7 years ago

Thanks for reporting! :) It should be fixed now

sclient commented 7 years ago

Awesome, it is! Do feature requests go here? I was wondering about the extra levels for drop only gems like empower, enlighten, and enhance. you have them as lvl 1 only, and the prices vary greatly between those gem levels, would be soooo sweet if you could see all the levels as separate entries, as then people could figure out the cost/bene ratio on paying extra for levels 2+. It would also be effing amazing if you could somehow scrape the total xp on gem as a small % bar graph, but IDK if the api gives you gem xp gained info.

Oh! and if there is any way you could add a big logo link that I could alt tab off of to start a new search on a new tab, or if you could make a big new search in a new tab button, that would be awesome because its awkward making a duplicate tab and then starting a new search..

It would also be amazingly intuitive if you could search with the dropdown with your arrow keys and hit enter to start the search!

Thanks SO much for this tool, it is a good balance to that ninja site, and I felt had a better graph of the recent exa drop and subsequent recovery once a hoax was revealed.

licoffe commented 7 years ago

Awesome, it is!

Great! :)

Do feature requests go here?

Well, to be honest, this is probably the best place right now since I didn't create an official repo for the code I use to generate the stats :)

empower, enlighten, and enhance

Sure, I actually though about it some time ago but I got distracted and forgot about it. I'll do 4 categories: 1, 2, 3 and corrupted 4.

IDK if the api gives you gem xp gained info.

The API gives access to the total XP required and the current XP and also provides the calculated ratio between the two :) {"name":"Experience","values":[["1\/118383",0]],"displayMode":2,"progress":8.4471585069e-6}

I'm not really sure however that I understand what you're proposing.

licoffe commented 7 years ago

So, I added support for the three gems. Stats are being processed starting from now and should be added progressively.

sclient commented 7 years ago

"The API gives access to the total XP required and the current XP and also provides the calculated ratio between the two :)"

I think it would be cool if at least one of the available indexers showed the total XP on the gem for these gems is what I was asking (and it sounds like you saying it is possible, if I understand?).