Skip to content

WoW discord price sniper and spike alerts

Alex Cohen edited this page Oct 29, 2024 · 27 revisions

Saddlebag Discord Bot Price Sniper

Summary

Available to 🦸🏻Gaming Hero Subscribers!🦸🏻

Available to discord subscribers, patreons and free trial members.

Also available for free in discords that install the AzerothAuctionAssassin mini bot!

Now with a quantity option to snipe based on quantity or price!

image image

TLDR

Heres how to get price alerts!

  1. Make your data here on this webpage
  2. Then go in discord and give it to the bot.
  3. Wait for alerts in your DMs

Heres the commands for AAA mini:

- /alert-start
- /alert-stop
- /alert-update 

If you are a saddlebag exchange discord user you will do this instead

- /wow price-register
- /wow price-update
- /wow price-unregister
- /check-alerts

Setup

  1. Go to the bot data generator on our website. The default screen looks like this:
image
  1. Pick the items you want to monitor by name and pick a price.
  2. Pick if you want to be alerted when they go below a price or above a price.
image
  1. Click add to add it to the json data below.
  2. Select your region and server name.
  3. After that your json data will look like the following. Click the copy button to copy the data to your clipboard.
image

If you want to be alerted for every server in your region instead of just one at a time for sniping Recipes and BOA's then use our desktop app the Azeroth Auction Assassin which supports both retail and classic!

image
  1. Go to our discord and in any channel (or the bot-command channels if you are confused) run the /wow price-register command. Type out the command and the bot will autocomplete, don't paste the /wow price-register command in discord it wont pop up.

If you are using the Azeroth Auction Assassin mini bot then you will use /alert-start and /alert-stop instead, but they act exactly the same.

Using Saddlebag Bot:

image

Using AAA mini Bot (they work the same, just different names):

image
  1. This will cause a box to pop up. Paste your json data from the website in here.
image
  1. After the Blizzard data updates (around 30 min past the hour) you will receive alerts on anything above or below your set parameters.

Get alerts for multiple realms

OPTIONAL To monitor more than one realm use a json list instead, if you want help with formatting ask chatgpt:

[
{
  "region": "NA",
  "homeRealmName": "Thrall",
  "user_auctions": [
    { "itemID": 194641, "price": 1000000000, "desired_state": "above" },
    { "itemID": 420420, "price": 1000000000, "desired_state": "above" }
  ]
},
{
  "region": "NA",
  "homeRealmName": "Emerald Dream",
  "user_auctions": [
    { "itemID": 194641, "price": 1000000000, "desired_state": "above" },
    { "itemID": 420420, "price": 1000000000, "desired_state": "above" }
  ]
}
]
Clone this wiki locally