MMOMinion

Full Version: Zoning in the duty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't have a copy of the Brayflox HM profile, otherwise I'd have a reference there.

What's the best way to have the bots cross the in-duty zone lines?

Several of the HW dungeons have these.

Is it just to teleport the bots to the zone line? Which taskFunction is used?
you just do it like any other encounter its just on the ground, just look at any other profile, they all hit the ground before the boss. Just do a dokill=false. then it lands in that spot which triggers boss then they go on to the next encounter at the end of teh wait/fail timers.
[x] = {
["doKill"] = false;
["radius"] = 1;
["bossIDs"] = "0;";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 3000;
["failTime"] = 2000;
["startPos"] = {
["General"] = {
["y"] = x;
["x"] = x;
["h"] =x;
["z"] = x;
};
};
};


x's replace as you need.

change wait and fails as you need for load times.
(06-30-2015, 03:18 PM)Cichard Wrote: [ -> ]https://www.dropbox.com/s/3pljudh4142o5j....info?dl=0

I appreciate that. Simple enough.

If you don't mind answering a follow up question, where do you find the interactid for the ffxiv_task_interact task?

Is it the unique id of the entity?
unique id