PinHead

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 57 total)
  • Author
    Posts
  • in reply to: Is a Scenario like this possible? #25413
    PinHead
    PinHead
    Participant
    1+

    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 1st

    Attachments:
    You must be logged in to view attached files.
    in reply to: Is a Scenario like this possible? #25407
    PinHead
    PinHead
    Participant
    0

    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, 5 months ago by PinHead PinHead.
    in reply to: Is crafting broken? #25361
    PinHead
    PinHead
    Participant
    1+

    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, 5 months ago by PinHead PinHead.
    in reply to: Miqo hides my taskbar #25128
    PinHead
    PinHead
    Participant
    0

    In my experience Miqo wouldn’t do that, what you are experiencing is configuration based issue. You are probably playing the game in full screen mode, if so enable Windowed mode in the game settings. Also, ensure your taskbar is not set to hide.

    in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #25114
    PinHead
    PinHead
    Participant
    0

    Lyfox answered this above. Check the scenario timer against in-game time. 2am is 02:00et, 2pm is 14:00et.

    I’ve also found that if you get to the AFK waypoint late then you will wait an entire 24hr in-game for this timer to fire. This happens from time-to-time and is always a facepalm moment.

    in reply to: Looking for FSH scenario – Titanic Sawfish #25100
    PinHead
    PinHead
    Participant
    1+

    Coincidentally this will also pick up Pirate’s Bane when the Fisher’s Intuition requirement is met. In testing this morning I have picked both the target fish and the Legendary.

    • This reply was modified 3 years, 5 months ago by PinHead PinHead.
    Attachments:
    You must be logged in to view attached files.
    in reply to: Looking for FSH scenario – Titanic Sawfish #25096
    PinHead
    PinHead
    Participant
    1+

    Here 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
    -Scenario

    The 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, 5 months ago by PinHead PinHead.
    in reply to: 1.3.34 is AWESOME #22563
    PinHead
    PinHead
    Participant
    0

    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.

    • This reply was modified 3 years, 10 months ago by PinHead PinHead.
    • This reply was modified 3 years, 10 months ago by PinHead PinHead.
    in reply to: Hi ticket items. #22172
    PinHead
    PinHead
    Participant
    0

    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.

    in reply to: Crafting/Gathering/Housing #21754
    PinHead
    PinHead
    Participant
    0

    Here is what I used to buy my small house. This was posted somewhere else on the forum.

    • This reply was modified 4 years ago by PinHead PinHead.
    • This reply was modified 4 years ago by PinHead PinHead.
    Attachments:
    You must be logged in to view attached files.
    in reply to: A little help #21753
    PinHead
    PinHead
    Participant
    0

    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.

    in reply to: Toggle Combat Assist in Scenario #21694
    PinHead
    PinHead
    Participant
    0

    Don’t throw away your data, post it for others to use/modify/enhance.

    One of the things I am waiting for is the scripted Combat Assist and expanded Trust Dungeon support.

    in reply to: Guaranteed Patience While Fishing #21687
    PinHead
    PinHead
    Participant
    1+

    @FishAlot I have just started with a large scenario covering a smattering of large fish and this problems plagues me constantly. I have not found a workaround yet.

    Looking forward to the update from Miqo.

    in reply to: Shadowbringers 5.58 – Issues & Feedback #20613
    PinHead
    PinHead
    Participant
    0

    I have a feature request. Can you add the actions Deep Vigor & Brunt Force to the Gathering tab?

    Thank you for the great work that you and your team does for us.

    in reply to: Crafting Action "Reuse" Gone after 5.2 #20004
    PinHead
    PinHead
    Participant
    0

    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.

Viewing 15 posts - 31 through 45 (of 57 total)