08-23-2015, 08:43 PM
Hey, I am trying to tell the quest profiler to equip an item and than take a quest. Sadly it does not accept it and sends me to grinding directly. What am I missing?
Code:
[599] = {
["level"] = 1;
["name"] = "My first Pickaxe";
["prereq"] = {
};
["steps"] = {
[1] = {
["index"] = 1;
["itemid"] = 2519;
["mapid"] = 131;
["meshname"] = "Ul dah - Steps of Thal";
["pos"] = {
["x"] = -17.98131942749;
["y"] = 6.1999998092651;
["z"] = 157.7096862793;
};
["type"] = "equip";
};
[2] = {
["id"] = 1002298;
["index"] = 2;
["itemreward"] = false;
["mapid"] = 131;
["meshname"] = "Ul dah - Steps of Thal";
["pos"] = {
["x"] = -17.98131942749;
["y"] = 6.1999998092651;
["z"] = 157.7096862793;
};
["type"] = "start";
};
[3] = {
["buyamount"] = 10;
["condition"] = {
["ItemCount(5106) < 10"] = true;
};
["conversationindex"] = 2;
["delay"] = 0;
["id"] = 1001966;
["index"] = 3;
["itemid"] = {
[-1] = 5106;
};
["itemreward"] = false;
["itemturnin"] = false;
["mapid"] = 131;
["meshname"] = "Ul dah - Steps of Thal";
["pos"] = {
["x"] = 123.82758;
["y"] = 4.0099;
["z"] = -84.80780;
};
["type"] = "vendor";
};
[4] = {
["id"] = 1002298;
["index"] = 255;
["itemreward"] = false;
["itemrewardslot"] = 0;
["mapid"] = 131;
["meshname"] = "Ul dah - Steps of Thal";
["pos"] = {
["x"] = -17.98131942749;
["y"] = 6.1999998092651;
["z"] = 157.7096862793;
};
["type"] = "complete";
};
};
};