Thank you again, Sebbs.
What argument would be suitable for specifying an approximate number of items to be gathered?
For instance, I want to gather 10 (or a few more) items for the daily GC quest. I know I must use Item.ID so I can specify HQ items.
NVM, misread your last. If I understand you correctly, this is all I need:
["condition"] = {
["ItemCount(NNNN) < 10"] = true;
};
Well, heck, that can't be right either. Keep in mind I may have many resources in the profile for gathering and I want the bot to move on to the next item or node once the desired quantity is achieved.
What argument would be suitable for specifying an approximate number of items to be gathered?
For instance, I want to gather 10 (or a few more) items for the daily GC quest. I know I must use Item.ID so I can specify HQ items.
NVM, misread your last. If I understand you correctly, this is all I need:
["condition"] = {
["ItemCount(NNNN) < 10"] = true;
};
Well, heck, that can't be right either. Keep in mind I may have many resources in the profile for gathering and I want the bot to move on to the next item or node once the desired quantity is achieved.