MMOMinion

Full Version: HQ vs. NQ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If this has been asked and answered previously, I apologize; I did do several fruitless searches.

1. Can Minion differentiate between HQ and NQ items?

2. If so, how would I stipulate to such; for instance, in the following argument, how would I frame the argument for collecting 99 HQ items?

Code:
            ["condition"] = {
                ["ItemCount(14) < 99"] = true;
            };
            ["complete"] = {
                ["ItemCount(14) <= 99"] = false;

Thank you in advance!
HQ you add 1000000

Normal
5135

HQ
1005135

["ItemCount(ItemId) < Numer"] = true;

["ItemCount(1005135) < 99"] = true;