Critical-Impact / InventoryTools

Dalamud plugin for inventory tracking
GNU General Public License v3.0
41 stars 28 forks source link

Comparison between variables #241

Open Blueflamefirez opened 7 months ago

Blueflamefirez commented 7 months ago

I want to create a filter for comparisons using built-in variables:

For example, if vendor selling price > marketboard average -> highlight However, it's not possible to add such comparions because there are no inbuilt exposing of these variables. I think it would be a great feature implement, adding further customizability of allagantools!

I do not know of any other way to do such a comparison without having both prices update dynamically.

Blueflamefirez commented 7 months ago

I know that DelvUI has tags avaliable to use, such as [current:HP] etc. I'm thinking something along those lines