Thread Rating:
  • 16 Vote(s) - 2.81 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stormblood: Ephemeral/Aetherial Gathering Bot/Min
#21
(08-04-2017, 05:02 AM)Ryuuji Wrote:  
(08-04-2017, 05:00 AM)Ryuuji Wrote:  why some places it doesnt fly it just walk?? how can i make so it flys?
Reply
#22
(08-03-2017, 05:32 AM)thagh0st Wrote:  works fine now thank you! is there a way to aetherial reduction so bags don't fill up so quickly?

Use the sellout application in the bot so that it can aether reduce you have to have the item in your inventory for it to work and you go to the reduce tab then click always reduce and it will reduce the item when your inventory is full all but 4 slots normally
Reply
#23
(08-04-2017, 05:38 AM)Ryuuji Wrote:  
(08-04-2017, 05:02 AM)Ryuuji Wrote:  
(08-04-2017, 05:00 AM)Ryuuji Wrote:  why some places it doesnt fly it just walk?? how can i make so it flys?

Depends on the nav mesh and your 'Advanced Settings'.  It will only mount if the next node is a set distance away, and it will only fly if the mesh supports it.
Reply
#24
Glad to say after a full night of afk testing this works great now.
No longer need the 4-8am lua, the normal one is perfect
just need coridals

Now we just need a fisher one that does the blue sand & ivory soles
Reply
#25
Running SM + Methodical gather profile and it just sits in town. Using the Lvl 70_Aetherial skill profile.
Reply
#26
(08-08-2017, 04:26 PM)Thirst87 Wrote:  Running SM + Methodical gather profile and it just sits in town. Using the Lvl 70_Aetherial skill profile.

Both of those are gathering skill profiles.

You need to download either of the Stormblood Aetherial profiles and run them.
Reply
#27
Hi ghost.
Is there a way to make your profile only gather doman yellow and aldanite for the dusklights, and if there aint nodes up to just farm crystals or the leves used in pots.
I cant figure out how to edit the profile so it dosent collect the other aetheriels like everboorn etc.
Reply
#28
(08-10-2017, 12:52 PM)mistz Wrote:  Hi ghost.
Is there a way to make your profile only gather doman yellow and aldanite for the dusklights, and if there aint nodes up to just farm crystals or the leves used in pots.
I cant figure out how to edit the profile so it dosent collect the other aetheriels like everboorn etc.

Take it, i just commented others resourses for you. Now it mines only Domain yellow, Almandine and crystals it the ephemeralnode is absent. If you want reedit it just delete "--[[" here 
Code:
--[[    [4] = {  --Schorl 12PM-4PM (Miner / Azim Steppe 29,15)

and "]]--" at the and of "step 12"
Code:
[12] = {  -- Re-Pop Task 01 (2of2) @ 8PM-12AM (Botany / Yanxia)
            ["mapid"] = 614;
            ["radius"] = 30;
            ["pos"] = {
                -- 113.03 50.77 -470.0 1.13
                ["x"] = 113.03;
                ["y"] = 50.77;
                ["z"] = -470.0;
                ["h"] = -1.13;
            };
            ["type"] = "botany";
            ["item1"] = "Wind Crystal";
            ["eorzeaminhour"] = 20;
            ["eorzeamaxhour"] = 0;
            ["skillprofile"] = "Lvl70_Aetherial";
            ["gathermaps"] = false;
            ["gathergardening"] = false;
            ["lowpriority"] = true;
            ["maxtime"] = 7500;
            ["timeout"] = 750;
            ["usestealth"] = true;
        };]]--

Same thing here
Code:
--[[ [16] = {  --Torreya Branch 4AM-8AM (Botany / The Lochs 13,16)

and at the end of "step 18" 
Code:
[18] = {  -- Re-Pop Task 01 (2of2) @ 4AM-8AM (Botany / The Lochs)
            ["mapid"] = 621;
            ["radius"] = 30;
            ["pos"] = {
                -- 271.27 17.83 -622.7 -2.8
                ["x"] = 271.27;
                ["y"] = 17.83;
                ["z"] = -622.7;
                ["h"] = -2.80;
            };
            ["type"] = "botany";
            ["item1"] = "Ice Crystal";
            ["eorzeaminhour"] = 4;
            ["eorzeamaxhour"] = 8;
            ["skillprofile"] = "Lvl70_Aetherial";
            ["gathermaps"] = false;
            ["gathergardening"] = false;
            ["lowpriority"] = true;
            ["maxtime"] = 7500;
            ["timeout"] = 750;
            ["usestealth"] = true;
        };]]--


Attached Files
.lua   Stormblood Aetherial_commented.lua (Size: 12.8 KB / Downloads: 35)
Reply
#29
(08-10-2017, 02:58 PM)popan4eg Wrote:  
(08-10-2017, 12:52 PM)mistz Wrote:  Hi ghost.
Is there a way to make your profile only gather doman yellow and aldanite for the dusklights, and if there aint nodes up to just farm crystals or the leves used in pots.
I cant figure out how to edit the profile so it dosent collect the other aetheriels like everboorn etc.

Take it, i just commented others resourses for you. Now it mines only Domain yellow, Almandine and crystals it the ephemeralnode is absent. If you want reedit it just delete "--[[" here 
Code:
--[[    [4] = {  --Schorl 12PM-4PM (Miner / Azim Steppe 29,15)

and "]]--" at the and of "step 12"
Code:
[12] = {  -- Re-Pop Task 01 (2of2) @ 8PM-12AM (Botany / Yanxia)
            ["mapid"] = 614;
            ["radius"] = 30;
            ["pos"] = {
                -- 113.03 50.77 -470.0 1.13
                ["x"] = 113.03;
                ["y"] = 50.77;
                ["z"] = -470.0;
                ["h"] = -1.13;
            };
            ["type"] = "botany";
            ["item1"] = "Wind Crystal";
            ["eorzeaminhour"] = 20;
            ["eorzeamaxhour"] = 0;
            ["skillprofile"] = "Lvl70_Aetherial";
            ["gathermaps"] = false;
            ["gathergardening"] = false;
            ["lowpriority"] = true;
            ["maxtime"] = 7500;
            ["timeout"] = 750;
            ["usestealth"] = true;
        };]]--

Same thing here
Code:
--[[ [16] = {  --Torreya Branch 4AM-8AM (Botany / The Lochs 13,16)

and at the end of "step 18" 
Code:
[18] = {  -- Re-Pop Task 01 (2of2) @ 4AM-8AM (Botany / The Lochs)
            ["mapid"] = 621;
            ["radius"] = 30;
            ["pos"] = {
                -- 271.27 17.83 -622.7 -2.8
                ["x"] = 271.27;
                ["y"] = 17.83;
                ["z"] = -622.7;
                ["h"] = -2.80;
            };
            ["type"] = "botany";
            ["item1"] = "Ice Crystal";
            ["eorzeaminhour"] = 4;
            ["eorzeamaxhour"] = 8;
            ["skillprofile"] = "Lvl70_Aetherial";
            ["gathermaps"] = false;
            ["gathergardening"] = false;
            ["lowpriority"] = true;
            ["maxtime"] = 7500;
            ["timeout"] = 750;
            ["usestealth"] = true;
        };]]--


Cool thanks ^^ will give it a try, im a retard at this, so i tried to just delete half of the script, and it kinda didint end well.

Cool thanks ^^ will give it a try, im a retard at this, so i tried to just delete half of the script, and it kinda didint end well.
Reply
#30
Not sure what happened, but for the past 4 days this profile went from perfect for a week, to now always going under the water in the steppe after like 2 hours or so.

I'm almost positive it's not this profiles fault, but not sure if there's a way for it to be fixed within the profile either.
Seemed to happen at the same time the update to the bot took place for the underwater update
Although it could just be me, anyone else?
Reply
 


Forum Jump:


Users browsing this thread: 4 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products