MMOMinion

Full Version: Garuda Extreme Farm Duty Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Here's what I came up with for Garuda Extreme.

This will drive your leader, the other bots will follow. Once Ruda dies, Make sure that leader does not leave the instance if you want loot. Simply turn off leaders Minion, open chest and roll on any toon. Once Leader bot Exits instance the rest will follow suit. Start the duty again on leader and voila!


All bots set to follow leader can safely run untouched all day, except to roll.
signature if you add a exit waypoint with a longer wait timer you can give yourself/group enough time to roll.
Lol I'm still trying to figure this out(but this is perfect for what we need)....... this was best I can do.... Working on Ifrit, But he's giving me a bit of targeting issue.
What do you mean targeting issue?
I've managed to write a Profile For Ifrit... But here is My issue that I am running into.. It will teleport right infront of ifrit to pull him, then teleport to Kill spot right after aggro. Well once it gets to fight spot it will not target Ifrit or attack him.. If I stop the bot and hit start again.... It will teleport to pull spot, and right back to kill spot, and then it DOES attack him... Why is this happening?



Code:
-- Persistent Data
local multiRefObjects = {

} -- multiRefObjects
local obj1 = {
    ["MapID"] = 295;
    ["Encounters"] = {
        [1] = {
            ["doWait"] = true;
            ["waitTime"] = 5000;
            ["fightPos"] = {
                ["General"] = {
                    ["y"] = 0.000000;
                    ["x"] = -17.715820;
                    ["h"] = -2.217989;
                    ["z"] = -28.030884;
                };
            };
            ["bossIDs"] = "1185;";
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["radius"] = 25;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 0.000000;
                    ["x"] = 5.000000;
                    ["h"] = -0.017006;
                    ["z"] = 0.000000;
                };
            };
        };
    };    
    ["EncounterIndex"] = 0;
}
return obj1
try adding a radius!! fight <pos> has no radius
Really sorry to be asking such a newbie question. But can you make a video or tutorial. I had it much easier see it..I just dont want to make a mistake and get caught doing this and than FU*( for everyone else.
You won't FU for everyone else, cause all 8 characters are control by him.
(02-11-2014, 08:03 PM)jaged74 Wrote: [ -> ]Really sorry to be asking such a newbie question. But can you make a video or tutorial. I had it much easier see it..I just dont want to make a mistake and get caught doing this and than FU*( for everyone else.

if you are having issues you need to just read the guide for the duty mode of the bot. duty mode auto mates dungeon TPing and kill mobs. I have leveling profiles for this mode and he has a garuda farm for this mode. My self i just use assist and the TP waypoints to do this untill they add in looting the chest.
Hello,

i'm trying to make my own WP TP but i cannot make it run ! the toons just don't Teleport, can someone help me, is there a tutorial or something like this ?? what's wrong on my code :

Code:
-- Persistent Data
local multiRefObjects = {

} -- multiRefObjects
local obj1 = {
    ["Encounters"] = {
        [1] = {
            ["doWait"] = true;
            ["waitTime"] = 5000;
            ["fightPos"] = {
                ["General"] = {
                    ["y"] = 130.11164855957;
                    ["x"] = 381.18542480469;
                    ["h"] = -8;
                    ["z"] = -3.1101768016815;
                };
            };
            ["bossIDs"] = "1548";
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["radius"] = 50;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = -9.000011;
                    ["x"] = 125.494232;
                    ["h"] = -3.136393;
                    ["z"] = 110.00927;
                };
            };
        };
        [2] = {
            ["doWait"] = true;
            ["waitTime"] = 5000;
            ["fightPos"] = {
                ["General"] = {
                    ["y"] = 189.55363464355;
                    ["x"] = 374.56002807617;
                    ["h"] = -8;
                    ["z"] = -2.4294991493225;
                };
            };
            ["bossIDs"] = "1074521375;1074519645;";
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["radius"] = 50;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 0;
                    ["x"] = 32.410114;
                    ["h"] = 1.95649;
                    ["z"] = -230.188477;
                };
            };
        };
        [3] = {
            ["fightPos"] = {
                ["General"] = {
                    ["y"] = 182.64765930176;
                    ["x"] = 274.79867553711;
                    ["h"] = -2;
                    ["z"] = -3.0724773406982;
                };
            };
            ["bossIDs"] = "1074521375;1074519645;";
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["radius"] = 50;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 9;
                    ["x"] = 87.937019;
                    ["h"] = -2.629738;
                    ["z"] = -433.427094;
                };
            };
            ["doWait"] = true;
            ["waitTime"] = 10000;
        };
    };
    ["EncounterIndex"] = 0;
    ["MapID"] = 159;
}
return obj1
</code>
Pages: 1 2 3