Thread Rating:
  • 12 Vote(s) - 3.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gather Mode - Profile Support/GUI Changes
I'm trying to create an afk bot to gather Chysahl Greens collectibles

Each time I reload the modules to test lastSelectedMarkerType switches from Unspoiled Marker to
Code:
lastSelectedMarkerType = "Botany Marker"
in my XXXX_settings.lua making the char unable to run towards the node

1 ) How can I fix that ?

I've also created a skillprofile to use a custom rotation

2 ) Will it work or because I have selected the collectible on the Gather UI will use somehow another set by the bot default?

Regarding this botanist profile, is there anything you can see wrong on it?


profile

Code:
local obj1 = {
    ["setup"] = {
        ["gearsetmining"] = 15;
        ["gearsetbotany"] = 6;
    };
    ["tasks"] = {
        [1] = {
            ["type"] = "botany";
            ["radius"] = 75;
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["whitelist"] = 8;
            ["mapid"] = 397;
            ["pos"] = {
                ["x"] = -687;
                ["y"] = 99;
                ["z"] = -578;
            };
            ["highpriority"] = true;
            ["usestealth"] = true;
            --["resetdaily"] = true;
            ["gathergardening"] = false;
            ["item1"] = "Chysahl Greens";
            --["eorzeaminhour"] = 9;
            --["eorzeamaxhour"] = 21;
            ["dangerousarea"] = true;
            ["skillprofile"] = "Chysahl Greens"
            ["unspoiled"] = true;
            ["marker"] = "Chysahl Greens"
        };
    };
}
return obj1

setting automatically changing

Code:
minionlib_raw =
{
    DefaultMaps =
    {
        [128] = "Limsa (Upper)",
        [129] = "Limsa (Lower)",
        [130] = "Ul dah - Steps of Nald",
        [131] = "Ul dah - Steps of Thal",
        [132] = "New Gridania",
        [133] = "Old Gridania",
        [134] = "Middle La Noscea",
        [135] = "Lower La Noscea",
        [137] = "Eastern La Noscea",
        [138] = "Western La Noscea",
        [139] = "Upper La Noscea",
        [140] = "Western Thanalan",
        [141] = "Central Thanalan",
        [144] = "Gold Saucer",
        [145] = "Eastern Thanalan",
        [146] = "Southern Thanalan",
        [147] = "Northern Thanalan",
        [148] = "Central Shroud",
        [152] = "East Shroud",
        [153] = "South Shroud",
        [154] = "North Shroud",
        [155] = "Coerthas",
        [156] = "Mor Dhona",
        [175] = "Wolves Den",
        [177] = "Limsa Lominsa - Inn",
        [178] = "Ul dah - Inn",
        [179] = "Gridania - Inn",
        [180] = "Outer La Noscea",
        [198] = "Limsa Lominsa - Command",
        [204] = "Gridania - First Bow",
        [205] = "Lotus Stand",
        [210] = "Ul dah - Heart of the Sworn",
        [212] = "Waking Sands",
        [286] = "ImOnABoat",
        [331] = "Garuda_Entrance",
        [336] = "Wolves Den",
        [337] = "Wolves Den",
        [351] = "Rising Stones",
        [352] = "Wolves Den",
        [376] = "Frontlines",
        [395] = "Intercessory",
        [397] = "Coerthas Western Highlands",
        [398] = "The Dravanian Forelands",
        [399] = "The Dravanian Hinterlands",
        [400] = "The Churning Mists",
        [401] = "Sea of Clouds",
        [402] = "Azys Lla",
        [418] = "Ishgard - Foundation",
        [419] = "Ishgard - The Pillars",
        [422] = "Frontlines - Slaughter",
        [427] = "Ishgard - Scholasticate",
        [433] = "Ishgard - Fortempts Manor",
        [439] = "Ishgard - Chocobo Proving Grounds",
        [456] = "Ishgard - Ruling Chamber",
        [463] = "Matoyas Cave",
        [478] = "Idyllshire",
    },
    gMarkerMgrMode = "Single Marker",
    gNoMeshLoad = "0",
    lastSelectedMarker =
    {
        unspoiledMarker = "Gysahl Greens",
    },
    lastSelectedMarkerType = "Botany Marker",
}
 


Messages In This Thread
RE: Gather Mode - Profile Support/GUI Changes - by drakaris - 10-14-2015, 02:11 PM

Forum Jump:


Users browsing this thread: 8 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products