MMOMinion
Quest building - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Quest building (/showthread.php?tid=10645)



Quest building - sasquatch23 - 02-02-2015

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?


RE: Quest building - Ace - 02-02-2015

2 steps.