Skip to content

Allagan Tools Inventory Analysis

Alex Cohen edited this page Jul 27, 2024 · 13 revisions

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:

  1. Show you valuable items in your inventory you may have forgotten about
  2. Create the json data for our sale alerts
  3. Adds a 2nd method of generating json for undercut alerts (we still recommend the original method for more advanced filtering)
  4. 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

  1. Make sure you have Dalamund Plugins and Allagan tools installed and that you have the following columns enabled.

image

Make sure source, location, quantity and type are enabled

image

  1. Open the allagan tools inventory tab with the command /allagantools and then click the Copy JSON to clipboard button

FINAL FANTASY XIV 4_19_2023 12_04_06 PM (2)

  1. 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:

image

  1. Review the report fields

image

In Bags Report

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:

image

Out of Date Data

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.

image

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:

image

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:

image

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:

image

Sale and Undercut alert json data

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"
}

image

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
}
Clone this wiki locally