https://www.curseforge.com/wow/addons/saddlebag-exchange
We are currently working on fixing our curseforge file upload, hold tight and try a direct download for now if you want to try it right now!
To download the addon clone the repo locally or download it as a zip file.
- Copy the
SaddlebagExchangeWoW
folder to yourWorld of Warcraft\_retail_\Interface\AddOns\
folder to load the addon into your game. Make sure the name of the folder isSaddlebagExchangeWoW
and notSaddlebagExchangeWoW-main
if you downloaded as a zip file. - Go to the auction house and view your active auctions
- Click the
Get Undercut Alert Data
button that pops up when you view the auction house or run the slash command/sbex
.
Json data similar to the following will be printed into the saddlebag popup window:
What you copy to your clipboard should look like this:
{
"homeRealmName": "Thrall",
"region": "US",
"user_auctions": [
{"itemID": 194275,"price": 200000000},
{"itemID": 197968,"price": 299990000},
{"itemID": 194276,"price": 399990000},
{"itemID": 194272,"price": 399990000},
{"itemID": 192097,"price": 57500},
{"itemID": 194278,"price": 389990000},
{"itemID": 194274,"price": 400000000},
{"itemID": 194312,"price": 48889900}
]
}
- Then you will copy that json output to your clipboard and send it to the discord bot. We recommend the Chat Copy Paste addon to make this easy.
If you ever have issues or invalid json use the "Clear All Data" to reset your undercut json.
This will clear out all data and then you will need to check all your auctions again to update it once more.
If you have further issues contact us on discord.