Forum Replies Created
-
AuthorPosts
-
I needed to make my Healing gear so I did it as a scenario.
Read the top page of scenario and understand the script before proceeding.
Happy Holidays!
//5.4 Gear Crafting – Healing
//Chapter 2-8 are 5.4 Mats
//takes Approx 45 Minutes
//Use food x2//Chapters 9-20 are 5.4 Gear
//takes around 20 minutes
//Use food x1 (HQ Chili Crab)//Scenario assumes you have
//pre-5.4 mats already
//If you don’t then you should!//Modify to suit your needs
//Seriously check this 1stAttachments:
You must be logged in to view attached files.Since there are essentially 2 recipes, 35D & 70D, I would suggest a few things:
1. To maximize the amount of time Miqo is crafting instead of calculating:
a. Have each craft hotbar laid out the exact same way.
b. All crafting gear should be configured exactly the same.
c. All crafting jobs should be @ 80.
2. You will have to use food manually or through a keypress in the script. Timing is critical here so your buff doesn’t end before crafting does.
3. Craft all mats first then start gear recipes.- This reply was modified 3 years, 11 months ago by PinHead.
I noticed this as well. I was testing Miqo vs the Balance Teamcraft rotations and she spammed Rapid Synth a lot. I feel the Balance rotation is more reliable right now. Maybe adding a forced Muscle Memory option like Innovation & Manipulation would do the trick.
- This reply was modified 3 years, 11 months ago by PinHead.
November 29, 2020 at 12:28 pm in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #25114Here you go & enjoy. As payment please study & analyze the script and look at how it works.
I have created a couple things here:
-Grid
-Fishing Preset
-ScenarioThe scripts assumes a few things:
1. You can fly on your mount. If you can’t fly then this is a great opportunity to expand the grid.
2. This uses Cordials.
3. Have some Rat Tails for bait
4. I use Alt+1 for Patience. Since Miqo doesn’t use Patience for the first cast I have a manual key performed to use it.Titanic Sawfish is only available from 09:00et-15:00et with good weather being Clear & Fair Skies. The script combats this with skipbadweather & AFK/WorkUntil timers. This scenario repeats 9999 times as well. Good Luck as this quest took me months to complete and only did so after I became a level 80 Fisher.
Happy Hunting.
- This reply was modified 3 years, 11 months ago by PinHead.
Pentamelded Facet crafting gear and max’d Skysteel tools. Control first, Cap CP on all items, Craftsmanship isn’t really necessary but is nice.
https://ffxiv.ariyala.com/ – Ariyala’s Toolkit is great to test out melding scenarios.
Legendary fish that desynth to high price items. For example Gigantshark, Twitchbeard, Octomammoth, Toramafish, Frilled Shark, Shark Tuna, Olgoi-Khorkoi, The Lone Ripper, and Ninja Betta all desynth down to some expensive items. Some of these products, like the Pareo’s and Maro shorts, can be further broken down for a chance at waterproof cotton cloth.
I wrote a couple scenarios for these fish and it was good to go for about a month before others caught on. MB prices are currently being decimated by the extreme undercutters but could be different on your server.
The best way to learn is to dissect other scripts that are available. The Miqobot help button on the Scenario tab has all of the available functions.
As an example, here is a portion of a Scrip Gathering Scenario I use.
#########################################
//White Oak Branch 10am/pm
teleportIf(Wright)
job(BTN)
gatherPreset(GatherPresetName)
selectGrid(NavigationGridName)
mount()
goToWaypoint(8)
afkUntil(10:00et)
rotationIfGP(Collect0)
rotationIfGP(Collect400)
rotationIfGP(Collect600)
gather(1)
key(7)
#########################################An explanation line by line:
1 – A simple comment for me to know where I am in the script timeline.
2 – Teleport my character to the town Aetheryte in Wright, Teleport is assigned to Hotbar & Keybind.
3 – Changes my job to Botanist, assigned to Hotbar & Keybind.
4 – Changes my Gathering tab Preset in Miqo.
5 – Changes my Navigation Grid in Miqo.
6 – My character jumps on the current mount, assigned to Hotbar & Keybind.
7 – My character follows the Navigation Grid path to Waypoint #8.
8 – My character waits until 10:00am Eorzea Time before performing the next step.
9-11 – Depending on how much GP I currently have Miqo will use the proper Gathering Rotation.
12 – The Gathering function will be performed on the closest gathering node that my Grid has access to.
13 – Key #7 is pressed on the keyboard, this is my Hi-Cordial. Assigned to Hotbar & Keybind.Requirements:
Build a Navigation grid from the Aetheryte to gathering node destinations.
Build a Gathering tab preset which will control your Gathering config.
Build the Gathering tab skill rotations to control which skills are used during Gathering.
Map Actions to Hotbars and Keybinds.Small steps. Learn how to create a Navigation Grid first. Once you do that, create a Scenario that will have your character go from point A to point B and then back again. Keep in mind some functions overwrite settings in other functions. An example is gatherPreset should always come before selectGrid, otherwise your Navigation Grid will be overwritten.
I hope this helps.
For those not following Patch Notes, 5.2 Patch Notes
Yes that is too bad, taking away the occasional windfall through Reuse for veteran crafters.
Did you see “Gil is no longer given as a reward when submitting collectables”? One of the easiest gil making schemes, Scrips & Materia. With item prices being lowered for scrip item shop we will see how this affects Gathering & Perception materia prices.
-
AuthorPosts