Mardaneus86 / futwebapp-tampermonkey

TamperMonkey scripts to enhance the FUT 21 Web App - Discontinued
MIT License
192 stars 103 forks source link

Change transfer list relist price before expiration #8

Closed Mardaneus86 closed 6 years ago

Mardaneus86 commented 7 years ago

In the current implementation, the complete transfer list is relisted whenever auctions expire. This doesn't give you a lot of room to update the pricing for a specific item.

It would be nice if you were be able to adjust the price for relisting before expiration (this would require the use of local storage). Or perhaps automatically using a percentage above the minimum BIN price (found on Futbin or on the market itself).

Something to keep in mind is rate limiting. Because when you have the maximum transfer list size it could be 100 items, that would potentially mean 100 individual relist requests.

Mardaneus86 commented 6 years ago

Decided not to do any automation in this script.