I totaly hit a wall here. I am trying to get the current percentage for a certain pack.
Using this:
var li = backpacksPercentPrice("Tigerspine Mountains", "Villanelle");
foreach (var l in li)
{
Log(l.item.name + " = " + l.percentPrice + "%");
}
I get a list printed, that contains all packs that originate from "Tigerspine" and there current value (in %) for Villanelle.
How can I now just grap the price for 1 specific pack with this stats? (Like "Tigerspine Mastercraft Ingots" or "Tigerspine Grape Jam")
Thanks in advance.
Using this:
var li = backpacksPercentPrice("Tigerspine Mountains", "Villanelle");
foreach (var l in li)
{
Log(l.item.name + " = " + l.percentPrice + "%");
}
I get a list printed, that contains all packs that originate from "Tigerspine" and there current value (in %) for Villanelle.
How can I now just grap the price for 1 specific pack with this stats? (Like "Tigerspine Mastercraft Ingots" or "Tigerspine Grape Jam")
Thanks in advance.






