Skip to content

WoW Discord Undercut Alerts

Alex Cohen edited this page Jun 25, 2023 · 6 revisions

Description:

To use our undercut alerts you either need to ask us for access in our discord or become a patreon.

Our WoW Addon will generate json data for undercut alerts! You will then go to our discord and run /wow undercut-register to give this to our discord bot.

You can also run this yourself at any time by trying the alpha version of our web page

Web Page: alpha-undercut-check

Discord Alert: image

Our alerts track the price levels of your auctions vs the blizzard auction api data and alerts you via discord when we find that you have been undercut. We only do this for items that are not commodities (only sell in stacks of 1) as commodities are almost always undercut within an hour.

The great thing about our tool is that it can alert you when you are away from the auction house or even when you're offline as it relies on web api data instead of in game data. This is very useful on items like Recipes that are high value and slow moving allowing you the chance to be alerted via discord before a potential buyer arrives.

How to Setup Undercut alerts?

  1. Download the Saddlebag Exchange addon from curseforge: https://www.curseforge.com/wow/addons/saddlebag-exchange

  2. When you open the auction house window you will notice 2 buttons at the top, you must click on your Auctions tab to view your auctions for the data to populate automatically or update.

  • Show Single Undercut Data will show just the json data for your current character
  • View Full Undercut Data will show you all of the json data for all of your characters

image

image

image

  1. Copy this to your clipboard with control + c and you will then give it to our discord bot:

Addon Undercuts Json Example:

[{
    "homeRealmName": "16",
    "region": "US",
    "user_auctions": [
        {"petID": 3331 ,"price": 33339900, "auctionID": 1225766256},
        {"petID": 1387 ,"price": 99990000, "auctionID": 1228529275},
        {"petID": 845 ,"price": 33339400, "auctionID": 1228528783},
        {"petID": 844 ,"price": 66669000, "auctionID": 1228528435},
        {"petID": 1804 ,"price": 114900, "auctionID": 1228529658},
        {"petID": 846 ,"price": 25000000, "auctionID": 1225767527}
    ]
}]
  1. In our discord run /wow undercut-register
image
  1. A window will pop up and you put your json data in there:
image
  1. When we get new data from the api once per hour you will get an alert if we find the price of your item is undercut or it is no longer there meaning your item and all at the same price probably sold!
Clone this wiki locally