10-28-2015, 11:32 PM
(10-28-2015, 09:34 PM)sebbs Wrote: Whats your end goal?
To have it mine for a specific time or quantity etc....
Specific quantity would be nice, I tried adding a condition like in the crystal farming profile but even this basic one just stands there doing absolutely nothing.
Code:
["condition"] = {
["ItemCount(12532) < 300"] = true;
};
["complete"] = {
["ItemCount(12532) <= 300"] = false;