11-02-2015, 12:24 AM
(11-01-2015, 09:48 PM)Ace Wrote: Simulate "Marker List" by applying ["maxtime"] on tasks. Simulate "Marker Team" by applying ["timeout"] on tasks.
I don't know how to set mark team, and "time out". I code my profile on lua file directly.
For example, if Abalathian Mistletoe has two possible positions which are so far away from eachother. How to seperate those two markers?
[1] = {
--Sea of Clouds Map ID 401.
--[["condition"] = {
["Player.stats.gathering >= 353"] = true;
};--]]
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 401;
["pos"] = {
["h"] = -2.585214138031;
["hx"] = 0;
["hy"] = 0;
["hz"] = 0;
["x"] = 785.28411865234;
["y"] = 6.2306041717529;
["z"] = 3.6882929801941;
};
["type"] = "botany";
["radius"] = 100000;
["item1"] = "Abalathian Mistletoe";
["usestealth"] = true;
["dangerousarea"] = true;
["skillprofile"] = "Unspoiled";
["eorzeaminhour"] = 10;
["eorzeamaxhour"] = 11;
["resetdaily"] = true;
["mingp"] = 0;
["highpriority"] = true;
["unspoiled"] = true;
["gatherchocofood"] = fales;
["gathergardening"] = true;
["gatherrares"] = false;
["gatherspecialrares"] = fales;
};
[18] = {
--[["condition"] = {
["Player.stats.gathering >= 353"] = true;
};--]]
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 401;
["pos"] = {
["h"] = 0.55223393440247;
["hx"] = 0;
["hy"] = 0;
["hz"] = 0;
["x"] = 540.5888671875;
["y"] = 16.681776046753;
["z"] = -18.79541015625;
};
["type"] = "botany";
["radius"] = 100000;
["item1"] = "Abalathian Mistletoe";
["usestealth"] = true;
["dangerousarea"] = true;
["skillprofile"] = "Unspoiled";
["eorzeaminhour"] = 10;
["eorzeamaxhour"] = 11;
["resetdaily"] = true;
["mingp"] = 0;
["highpriority"] = true;
["unspoiled"] = true;
["gatherchocofood"] = fales;
["gathergardening"] = true;
["gatherrares"] = false;
["gatherspecialrares"] = fales;
};
Also, I got "return position error". what should I code on lua file to set return position? I have post two screenshot for those errors. Please help out. Thanks!