-
-
Notifications
You must be signed in to change notification settings - Fork 15
Allagan Tools Inventory Analysis
Our Allagan Data tool will analyze your inventory and items you are selling on the marketboard.
https://saddlebagexchange.com/allagan-data
This tool will do the following:
- Show you valuable items in your inventory you may have forgotten about
- Create the json data for our sale alerts
- Adds a 2nd method of generating json for undercut alerts (we still recommend the original method for more advanced filtering)
- Shows you what items are out of date on universalis, that you should update before leaving the marketboard.
Quicklinks:
- How to use the Allgan Data import
- How to use the in bags report
- How to update items for "out of date data"
- How to get json data for sale and undercut alerts
- Make sure you have Dalamund Plugins and Allagan tools installed and that you have the following columns enabled.
Make sure source, location, quantity and type are enabled
- Open the allagan tools inventory tab with the command
/allagantools
and then click theCopy JSON to clipboard
button
- Make sure your server is set in the website settings, go to https://saddlebagexchange.com/allagan-data, then paste in the json data from Allagan Tools and hit search:
- Review the report fields
The in bags report is very simple it shows you the most valuable items sitting in your inventory you may have forgotten about. These are very good items to list on the marketboard:
When an item shows up in the Out of date
lists for undercuts or sale alerts, it means that universalis does not see the data we need for our alerts. This could also mean that you are already undercut or have already sold these items.
To update this you just need to go to the marketboard (while Dalamund Plugins is running) and view the listings for any items that show up in our lists:
To make this easier I recommend adding all items you are selling to your favorites list so you can click through them instead of pasting the names into your marketboard search:
After you do this and all items are up to date then the list will be empty and you are ready to use the sale alerts and undercut alerts:
If you click the copy to clipboard buttons for the undercut or sale alerts you will get data similar to the following to be used in our discord with slash commands.
Sale alert (use with /ff sale-register
):
{
"item_ids":[21826,20744,35562,2731,7148,3023,35984,29682,7986,39378,2642,6460,4311,35573,6459,2236,30813,39391],
"retainer_names":["my retainer","my other retainer","my other other retainer"],
"server":"Famfrit"
}
Undercut alert (use with /ff undercut
):
{
"retainer_names": ["my retainer","my other retainer","my other other retainer"],
"server": "Lich",
"add_ids": [],
"ignore_ids": [],
"hq_only": false,
"ignore_data_after_hours": 720,
"ignore_undercuts_with_quantity_over": 9999
}