01-05-2016, 09:20 AM
Hi, I was just wondering if there was anyway to modify the code below so that it will count HQ items in the total amount as well.
I already know how to obtain different item ID's and farm different amounts of items such as cobalt ore and what not. But I don't know how to make it count the HQ items as part of the total.
I already know how to obtain different item ID's and farm different amounts of items such as cobalt ore and what not. But I don't know how to make it count the HQ items as part of the total.
Code:
["condition"] = {
["ItemCount(7) < 3333"] = true;
};
["complete"] = {
["ItemCount(7) <= 3333"] = false;
};