10-08-2015, 09:11 PM
(10-08-2015, 09:02 PM)Wonderland Wrote: Hi,
What you've done here is amazing work. I have been trying unsuccessfully to add in the gathering of the grade 3 topsoil's with no luck. I was wondering if you might be able to add it in? Or at least as an optional file? Unfortunately I have no real lua coding experience and no idea how to make it work. There isn't a real lot of source material around at the moment.
Cheers!
i just finished mine today thx to lil debug from Ace xD
This one is for gathering Thanalan topsoil, just copy/paste it. for it to work u need to use Toil skill to discover all items or it wount gather gardening
[1] = {
["type"] = "mining";
["radius"] = 150;
["gathergardening"] = true;
["gatherrares"] = true;
["item1"] = "Water Cluster";
["minlevel"] = 46;
["mapid"] = 140;
["pos"] = {
["x"] = -111.19593811035;
["y"] = 48.079681396484;
["z"] = 341.31753540039;
};
["highpriority"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 5;
["eorzeamaxhour"] = 8;
["whitelist"] = "6";
["mingp"] = 299;
["skillprofile"] = "Toil's";