ff14-advanced-market-search / SaddlebagExchangeWoW

Apache License 2.0
4 stars 2 forks source link

wow-addon

https://www.curseforge.com/wow/addons/saddlebag-exchange

wow api call guide

https://github.com/ff14-advanced-market-search/saddlebag-with-pockets/wiki/API-Call-Guide:-Part-2-(WoW-API)

Addon JSON Output Example

image

Discord Alert Example:

Screen Shot 2022-12-20 at 12 30 41 PM

Descirption and Instructions

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.

  1. Copy the SaddlebagExchangeWoW folder to your World of Warcraft\_retail_\Interface\AddOns\ folder to load the addon into your game. Make sure the name of the folder is SaddlebagExchangeWoW and not SaddlebagExchangeWoW-main if you downloaded as a zip file.
  2. Go to the auction house and view your active auctions
  3. 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:

image

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}
    ]
}
  1. 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.

Clear Button and Error Handling

If you ever have issues or invalid json use the "Clear All Data" to reset your undercut json.

image

This will clear out all data and then you will need to check all your auctions again to update it once more.

image

If you have further issues contact us on discord.