-
Notifications
You must be signed in to change notification settings - Fork 45
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
Age of an item in the stash #286
Comments
is there a way to somehow track the fact that the listed items is really yours? e.g. would it be possible to enable the name or use a unique id (if present) |
Yes I can do stuff to track an item. But that would require me to store information on the user's computer. At this time I am not considering storing anything on the user's pc outside of strict necessity for the program to function, ei settings file. |
You can enable lister's names in the settings, you will see your nickname |
I was hoping each item had a unique hash based on the actual player and that the trade API would allow to fetch for it. |
Looks like you can search by player id, so this could be done. it would end up being it's own widget, since I can't really integrate it into other stuff. right now still not going to implement since I have other stuff i'm actively working on, but this seems feasible |
Well let me come back every now and then to stress you out :) anyway ideally a simple popup on the item would be great |
@maxdd you can do this a bit better for now with dump tabs with "exact price on all items". Like this you don't have to remember for how long has each item been on sale for that price. It does require at least 4-5 premium stash tabs though. Basically, you set a tab to a single price (starting at some really high value, e.g. 1div) and dump everything there, once it is full and after some time (hour or few), you discount that whole tab by about 30/40% and leave it there again for some time. The amount of prem tabs you will need for this (to allow all the items to stay listed for enough time) depends on how much items you bring in, but do not discount/rotate the tabs faster then 1 hour, it takes time for the items to get shown on trade site and trading activity is not the same all the time. |
That's valuable information but I believe that optimization is what we are looking at :) I would rather not have to buy 5 stashes for that |
is there a way to place a dynamic highlight on the screen and read on which stash tab we are right now? If so, we could have a setting "older than X" and any item that the conditional applies for could be highlighted (if in the right stash tab). Given you already know exact items this could also be specifically enabled/disabled for certain tabs or items. Would be lovely! Would be a stretch goal for after the list of items that apply. |
Potentially, but the way the overlay works this would disappear every time you click back on the ui in game.
Not as far as I know rn, but I haven't really checked this specifically tbh |
I'm happy to see more and more interest on this. My stashes are so full of literally amazing items that even if I reroll new characters I would still have them there. Seems like my only solution is to invest in more tab stashes dough |
Is there a way to check the age of an item in a public stash?
I would like to reduce price for items that are sitting in the stash since weeks to try and gain as much out of it.
is that already visible?
The text was updated successfully, but these errors were encountered: