08-09-2016, 11:12 PM
I see there are gathering templates available, such as this one
Is there such a template to hunt specific mobs in specific areas?
Code:
local obj1 = {
["setup"] = {
["gearsetbotany"] = 18;
["gearsetmining"] = 19;
};
["tasks"] = {
[1] = {
-- Coerthas Central Highlands Map ID 155.
--[["condition"] = {
["Player.stats.gathering >= 353"] = true;
};--]]
["minlevel"] = 46;
["maxlevel"] = 60;
["mapid"] = 155;
["pos"] = {
["x"] = 282;
["y"] = 301;
["z"] = -98;
};
["type"] = "mining";
["radius"] = 300;
["item1"] = "Darksteel Ore";
["usestealth"] = true;
["dangerousarea"] = true;
["skillprofile"] = "Miner Unspoiled";
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 1;
["resetdaily"] = true;
["mingp"] = 300;
["highpriority"] = true;
["unspoiled"] = true;
};