12-24-2014, 05:21 AM
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["quests"] = {
[1176] = {
["steps"] = {
[1] = {
["mapid"] = 340;
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[2] = {
["mapid"] = 340;
["type"] = "interact";
["meshname"] = "Home";
["id"] = 131129;
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[3] = {
["mapid"] = 340;
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[4] = {
["mapid"] = 340;
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[5] = {
["mapid"] = 340;
["type"] = "interact";
["itemturnin"] = true;
["itemturninid"] = {
[1] = 8165;
};
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
};
};
};
}
return obj1
Waiting to try it when the timer resets. Seems intermittent making the first interaction at the moment.
Script is hanging on step 4. Doesn't seem to like the second menu.
Seems that the second menu option is not a menu as it goes straight to an item hand in selector.
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["quests"] = {
[1176] = {
["steps"] = {
[1] = {
["mapid"] = 340;
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[2] = {
["mapid"] = 340;
["type"] = "interact";
["meshname"] = "Home";
["id"] = 131129;
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[3] = {
["mapid"] = 340;
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[4] = {
["mapid"] = 340;
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
[5] = {
["mapid"] = 340;
["type"] = "interact";
["itemturnin"] = true;
["itemturninid"] = {
[1] = 8165;
};
["meshname"] = "Home";
["doWait"] = true;
["waitTime"] = 2500;
["delay"] = 10000;
["pos"] = {
["y"] = 34.5;
["x"] = -682.47833251953;
["z"] = -619.11346435547;
};
};
};
};
};
}
return obj1
Waiting to try it when the timer resets. Seems intermittent making the first interaction at the moment.
Script is hanging on step 4. Doesn't seem to like the second menu.
Seems that the second menu option is not a menu as it goes straight to an item hand in selector.