06-25-2016, 12:44 PM
How does this look my character just stands still
local obj1 = {
["setup"] = {
["gearsetmining"] = 1;
["gearsetbotany"] = 2;
};
["tasks"] = {
["type"] = "botany";
["radius"] = 150;
["item1"] = "Wind Shard";
["minlevel"] = 01;
["mapid"] = 148;
["pos"] = {
["x"] = 162.92;
["y"] = -26.85;
["z"] = 456.67;
};
["normalpriority"] = true;
["usestealth"] = false;
["gathermaps"] = false;
Any and all help is appreciated Thanks in advance
local obj1 = {
["setup"] = {
["gearsetmining"] = 1;
["gearsetbotany"] = 2;
};
["tasks"] = {
["type"] = "botany";
["radius"] = 150;
["item1"] = "Wind Shard";
["minlevel"] = 01;
["mapid"] = 148;
["pos"] = {
["x"] = 162.92;
["y"] = -26.85;
["z"] = 456.67;
};
["normalpriority"] = true;
["usestealth"] = false;
["gathermaps"] = false;
Any and all help is appreciated Thanks in advance