MMOMinion

Full Version: Use Item on Location
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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;
                    };
                };