index is wrong .
index = 0 means start quest.
index = 255 = complete stage of quest.
step 1 = index 1 etc etc
what is the accept stage?
if your doing a different quest / kill stage .. that entire index will be index = 1 because the original quest isnt actually progressing.
index = 0 means start quest.
index = 255 = complete stage of quest.
step 1 = index 1 etc etc
what is the accept stage?
Code:
[2206] = {
["level"] = 30;
["name"] = "A Journey to Remember";
["prereq"] = false;
["steps"] = {
[1] = {
["delay"] = 0;
["id"] = 1016143;
["itemreward"] = false;
["mapid"] = 128;
["meshname"] = "Limsa (Upper)";
["pos"] = {
["x"] = 15.800399780273;
["y"] = 40.200004577637;
["z"] = -0.83973133563995;
};
["type"] = "start";
};
[2] = {
["delay"] = 0;
["id"] = 1016144;
["index"] = 1;
["itemreward"] = false;
["mapid"] = 137;
["meshname"] = "Eastern La Noscea";
["pos"] = {
["x"] = 503.23568725586;
["y"] = 16.529745101929;
["z"] = 454.83996582031;
};
["type"] = "interact";
};
};
};
if your doing a different quest / kill stage .. that entire index will be index = 1 because the original quest isnt actually progressing.