-
-
Notifications
You must be signed in to change notification settings - Fork 15
Price Sniper and Item Price Alerts
A discord bot that will alert you when prices are low on items you want to buy or when prices are high on items you want to sell! The bot reads through Universalis crowd sourced data and will message you with a DM whenever universalis finds items matching your price floor or ceiling.
When sniping for deals this will show you the cheapest price in your region. If you don't know how to travel to other datacenters in your region, then watch this guide on how to do that.
These alerts require a free trial or the Patreon Supporter
rank. Either join our patreon or just join the discord and run the /free-trial
command to get a free trial of our advanced patreon features.
We are only using publicly available data. We are **NOT** relying on any in-game data services and these alerts are **TOS compliant**.
- Go to our price level alert generator https://saddlebagexchange.com/price-sniper
- Select the items you want to monitor along with:
- The price you desire for the item.
- Select
above
to be alerted when the marketboard price is above your price on your home server. - Or pick
below
to be alerted when the marketboard price is below your price region wide. - If you want to only be alerted on HQ versions or all version of the item.
- Choose the
Quantity
button if you want to be alerted on quantity instead of price.
-
Click add to add this to your json data.
-
When you are done copy your json data to your clipboard. It may look like the following:
{
"home_server": "Famfrit",
"user_auctions": [
{"itemID": 4745, "price": 100, "desired_state": "above", "hq": false},
{"itemID": 4745, "price": 1000, "desired_state": "below", "hq": true},
{"itemID": 4745, "price": 100, "desired_state": "above", "hq": true},
{"itemID": 4097, "price": 100, "desired_state": "above", "hq": false},
{"itemID": 4097, "price": 100, "desired_state": "below", "hq": false},
{"itemID": 2, "price": 1000, "desired_state": "below", "hq": true},
{"itemID": 2, "price": 1000, "desired_state": "below", "hq": false},
{"itemID": 30406, "price": 1000, "desired_state": "below", "hq": false}
]
}
Once you have generated you alert data you can go to the discord and add this to our alert cycle with the following /ff price
commands same as the undercut alert:
-
/ff price-register
to start alerts -
/ff price-unregister
to stop the alerts -
/ff price-update
to update without stopping
For quantity based alerts its the same just swap price
with quantity
:
-
/ff quantity-register
to start alerts -
/ff quantity-unregister
to stop the alerts -
/ff quantity-update
to update without stopping
This is still in the alpha phase so there will be some bugs.
It does require the patreon rank which you can obtain through our patreon, by joining the dev team to help us build the site or by requesting a 1 month free trial allowing you access to all discord bot alerting features.