04-03-2018, 06:39 PM
I am creating my first gathering profile for collectables and I cant find the command to actually "Collect" The bot gets to this point then I have to manually hit the collect button.
Skill Profile:
Skill Profile:
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["classes"] = {
***Omitted for length
};
["filters"] = {
[1] = "";
[2] = "";
[3] = "";
[4] = "";
[5] = "";
};
["mingp"] = 400;
["skills"] = {
[1] = {
["alias"] = "";
["collraritygt"] = 0;
["collraritylt"] = 0;
["collweareq"] = 0;
["collweargt"] = 0;
["collwearlt"] = 0;
["gatherattempts"] = 0;
["gatherattemptsmax"] = 0;
["gathermax"] = false;
["gpbuff"] = "";
["gpmax"] = 0;
["gpmin"] = 0;
["gpnbuff"] = "";
["gsecspassed"] = 0;
["hasitem"] = "";
["id"] = 241;
["isitem"] = "";
["isunspoiled"] = false;
["itemchancemax"] = 0;
["itemhqchancemin"] = 0;
["lastcast"] = 0;
["lastcastunique"] = {
};
["name"] = "King's Yield II";
["prio"] = 1;
["pskillg"] = "";
["singleuseonly"] = true;
["type"] = 1;
["used"] = true;
};
[2] = {
["alias"] = "";
["collraritygt"] = 0;
["collraritylt"] = 0;
["collweareq"] = 0;
["collweargt"] = 0;
["collwearlt"] = 0;
["gatherattempts"] = 0;
["gatherattemptsmax"] = 0;
["gathermax"] = false;
["gpbuff"] = "";
["gpmax"] = 0;
["gpmin"] = 0;
["gpnbuff"] = "";
["gsecspassed"] = 0;
["hasitem"] = "";
["id"] = 239;
["isitem"] = "";
["isunspoiled"] = false;
["itemchancemax"] = 0;
["itemhqchancemin"] = 0;
["lastcast"] = 0;
["lastcastunique"] = {
};
["name"] = "King's Yield";
["prio"] = 2;
["pskillg"] = "";
["singleuseonly"] = true;
["type"] = 1;
["used"] = true;
};
};
["version"] = 3;
}
return obj1