10-08-2015, 08:51 PM
(This post was last modified: 10-08-2015, 08:57 PM by brocklesnar.)
(10-08-2015, 08:25 PM)ludijak599 Wrote: Sry to be a bother but im trying to set up the counter. I copyed your setting for chards/crystals but the bot doesn't stop and just continues gathering. I sill dont fully understand the item count and what is the number for in ( ). Do i need a specific setup if i cap on crystals before shards?
["condition"] = {
["ItemCount(5) < 9500"] = true;
};
["complete"] = {
["ItemCount(5) <= 9500"] = false;
};
ItemCount(ID):
ItemCount(5) means it will check the amount for Earth Shard.
["ItemCount(10302) < 1"} = true;
["itemCount(10302) <= 1"] = false;
(tho not usable ID for gathering the idea is the same)
Would check for Cauldronkeep's alembic. once it finds it would move to next task and skip it.