-
-
Notifications
You must be signed in to change notification settings - Fork 15
WoW discord price sniper and spike alerts
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!
Heres how to get price alerts!
- Make your data here on this webpage
- Then go in discord and give it to the bot.
- 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
- Go to the bot data generator on our website. The default screen looks like this:
- Pick the items you want to monitor by name and pick a price.
- Pick if you want to be alerted when they go below a price or above a price.
- Click add to add it to the json data below.
- Select your region and server name.
- After that your json data will look like the following. Click the copy button to copy the data to your clipboard.
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!
-
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:
Using AAA mini Bot (they work the same, just different names):
- This will cause a box to pop up. Paste your json data from the website in here.
- After the Blizzard data updates (around 30 min past the hour) you will receive alerts on anything above or below your set parameters.
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" }
]
}
]