01-11-2016, 04:23 AM
(01-11-2016, 01:30 AM)sebbs Wrote: http://www.mmominion.com/Thread-Video-Guides
Okay I followed the video guide pretty well I beleive and created my own profile to try a quest. When I start the bot to try it out and see if it worked it immediatley defaults to grind. It teleports me to Dravanian Forelands and starts doing fates... And honestly idk why.
This is the code from the profile that I created.
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["names"] = {
};
["quests"] = {
[1259] = {
["level"] = 42;
["name"] = "Gourd Grief";
["prereq"] = false;
["steps"] = {
[1] = {
["delay"] = 0;
["id"] = 1005561;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 45.921180725098;
["y"] = 6.0734729766846;
["z"] = 252.02169799805;
};
["type"] = "start";
};
[2] = {
["delay"] = 0;
["id"] = 2003073;
["index"] = 1;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 182.11950683594;
["y"] = -0.60929721593857;
["z"] = 67.065582275391;
};
["type"] = "interact";
};
[3] = {
["delay"] = 0;
["id"] = 2003071;
["index"] = 1;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 183.0069732666;
["y"] = -1.7510460615158;
["z"] = 23.902872085571;
};
["type"] = "interact";
};
[4] = {
["delay"] = 0;
["id"] = 2003069;
["index"] = 1;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 327.28265380859;
["y"] = -6.0309720039368;
["z"] = -8.8232049942017;
};
["type"] = "interact";
};
[5] = {
["delay"] = 0;
["id"] = 2003070;
["index"] = 1;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 328.50344848633;
["y"] = -4.8318791389465;
["z"] = -31.199172973633;
};
["type"] = "interact";
};
[6] = {
["delay"] = 0;
["id"] = 2003067;
["index"] = 1;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 354.01748657227;
["y"] = -4.5613918304443;
["z"] = -11.73425579071;
};
["type"] = "interact";
};
[7] = {
["delay"] = 0;
["id"] = 1005561;
["itemreward"] = false;
["mapid"] = 152;
["meshname"] = "East Shroud";
["pos"] = {
["x"] = 46.172828674316;
["y"] = 6.073450088501;
["z"] = 251.3399810791;
};
["type"] = "complete";
};
};
};
};
["vars"] = {
};
}
return obj1