MMOMinion
Use Item on Location - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Public Chat (https://www.mmominion.com/forumdisplay.php?fid=91)
+--- Thread: Use Item on Location (/showthread.php?tid=10326)



Use Item on Location - zerovisual - 01-03-2015

So I was looking at the Stone Temple Hard duty profile. The second boss requires you to ideally use the cannons. The profile that is out their requires a lot of finesse to make work. So what I am wondering thought it is possible to have a character actually use the cannons in this duty.

For example, use the cannon, and target at x,y,z on the ground?

If this is possible it would be the most ideal way to handle the 2nd boss.


RE: Use Item on Location - Leon - 01-03-2015

It's probably doable with, but let's wait for a proper code from someone.

["usepos"] = {
["y"] = -66.363212585449;
["x"] = -222.75425720215;
["z"] = 396.59188842773;

PHP Code:
                [2] = {
                    [
"usepos"] = {
                        [
"y"] = -66.363212585449;
                        [
"x"] = -222.75425720215;
                        [
"z"] = 396.59188842773;
                    };
                    [
"type"] = "useitem";
                    [
"mapid"] = 154;
                    [
"meshname"] = "North Shroud";
                    [
"itemid"] = 2000616;
                    [
"delay"] = 3000;
                    [
"pos"] = {
                        [
"y"] = -66.328727722168;
                        [
"x"] = -222.61454772949;
                        [
"z"] = 393.45126342773;
                    };
                };