item number from each node is no good if you start to high....
gather 1000
starting at 9200 shard will get you stuck
it will never reach 10200 shards
i use item count
ItemCount(12538) < 9950
etc
btw shards is an example
your adamantite condition would be something like this....
gather 1000
starting at 9200 shard will get you stuck
it will never reach 10200 shards
i use item count
ItemCount(12538) < 9950
etc
btw shards is an example
your adamantite condition would be something like this....
Code:
[22] = {
["condition"] = {
["ItemCount(2560) < 100"] = true;
};
["skillprofile"] = "Gathering HQ";
["type"] = "botany";
["radius"] = 200;
["item1"] = "Adamantite Ore";
["item2"] = "6";
["unspoiled"] = true;
["minlevel"] = 59;
["mapid"] = 402;
["pos"] = {
["x"] = 42.36;
["y"] = 40;
["z"] = -843.68;
};
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 23;
["eorzeamaxhour"] = 0;
["mingp"] = 400;
["dangerousarea"] = true;
["highpriority"] = true;
["range"] = 10;
};