MMOMinion

Full Version: Quest building
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to build a quest that will use the city aetherytes. I need the bot to select the 1st option then the 3rd when interacting with the aetheryte. is there a way to do this in one step or do I have to break it down into 2? here's an example of what I'm trying to do:

[3] = {
["mapid"] = 129;
["type"] = "interact";
["conversationindex"] = 1;
["id"] = 8;
["itemreward"] = false;
["meshname"] = "Limsa (Lower)";
["pos"] = {
["y"] = 19.486715316772;
["x"] = -84.238204956055;
["z"] = -3.9380836486816;

I have tried to change the conversation line to : ["conversationindex"] = "1;3"; but it hasn't worked. anyone know how to get this to work or do I need to break it down into 2 steps?
2 steps.