Lyfox

Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 2,270 total)
  • Author
    Posts
  • in reply to: Crafting [Scenario Generator] #3736
    Lyfox
    Lyfox
    Participant
    0

    Youre doing everything right. Now copy and paste the script from first post directly into Console. Then press Enter.

    in reply to: Crafting [Scenario Generator] #3732
    Lyfox
    Lyfox
    Participant
    0

    Switching jobs is fully automated but of course you need em on hotbar.
    Yea self sufficient is always on why not. Full GC delivery in one go. Pretty sure it can handle 100+ reagents no sweat, just make sure you have enough inventory space.

    Ive got something for that duplicates problem, should be easily solved. Will post later.

    in reply to: Index: Gathering Grids #3694
    Lyfox
    Lyfox
    Participant
    in reply to: Gathering issue #3686
    Lyfox
    Lyfox
    Participant
    1+

    Ok there you go.

    Your keybinds for camera are too complex and overlap on themselves. Set them all to arrow keys without shift and it will start working.

    Basically when Miqo wants to hold “Point to the Right” and release “Point to the Left” it results in: hold Shift + hold Right + release Shift + release Left. Shift is negated and only Right arrow is sent.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Gathering issue #3681
    Lyfox
    Lyfox
    Participant
    0

    Ok good half way there. Its definitely a keybind conflict, just have to find which one exactly. Can you drop your KEYBIND.DAT file? From this folder: https://www.reddit.com/r/ffxiv/comments/1u7uf0/config_file_names_and_descriptions/
    Put it in RAR and attach here. Ill take a look and tell you whats wrong.

    in reply to: Gathering issue #3674
    Lyfox
    Lyfox
    Participant
    0

    A key conflict means you have some combination of simple keys bound to another action. That white circle is target cursor. Look in Keybind – System – Target Cursor Left and Right, what did you bind there?
    Also if you post Miqo log message it will be easier to understand.

    in reply to: Crafting [Scenario Generator] #3527
    Lyfox
    Lyfox
    Participant
    0

    Oh yea thats right sometimes you have to add numbers to names. But imo the list shouldnt be too large. The only ones i encountered so far are Camphor and Honey. Ill think of an easy way to handle this in script.

    in reply to: HELP !!! Cordial items grid #3495
    Lyfox
    Lyfox
    Participant
    2+

    Navgrids exported separately if you need them.

    Attachments:
    You must be logged in to view attached files.
    in reply to: HELP !!! Cordial items grid #3493
    Lyfox
    Lyfox
    Participant
    4+

    Scenario that gathers all reagents and crafts cordials in HQ (assuming you have the stats of course). Used Ai’s grids with extension to local aetherytes. Chapter 5 is where crafting happens. You can change the crafting spot to whatever you like. Will repeat for 6 hours (change this in chapter 5 if you want more).
    Approx 45 cordials per hour.

    IMPORTANT: Filtered Water is GC vendor mat. Buy a few stacks beforehand (usually cheap on market board).

    Attachments:
    You must be logged in to view attached files.
    in reply to: Multiple Pc with One License #3474
    Lyfox
    Lyfox
    Participant
    0

    Yea its possible. You can even drop Miqo on thumb drive (though your antivirus might not be happy): https://miqobot.com/forum/forums/topic/question-regarding-license/

    in reply to: Crafting [Scenario Generator] #3462
    Lyfox
    Lyfox
    Participant
    0

    Thanks! Thought id show an example as well. Heres what i do to craft Ironworks left side set.

    1. Use this link to quickly fill the crafting list: http://ffxivcrafting.com/list/saved/15516,1:15534,1:15519,1:15518,1:15515,1:15517,1
    2. Press “Craft These Items”, Ctrl-Shift-J, copypaste the script above. See attached picture.

    (Note how Camphor correctly appears before Eikon Leather.)

    urygp

    • This reply was modified 7 years, 8 months ago by Lyfox Lyfox.
    Attachments:
    You must be logged in to view attached files.
    in reply to: Racing + GoldOre/DarksteelOre Please :) #3446
    Lyfox
    Lyfox
    Participant
    0

    Empty grid() is to deselect your grid, because you want her to run in straight line without the grid.

    in reply to: Racing + GoldOre/DarksteelOre Please :) #3445
    Lyfox
    Lyfox
    Participant
    0

    You got it right except one thing. Theres no big aetheryte on chocobo square so teleport() wont work. Use teleportNpc(1-7). It means use the nearby npc or aethernet, select line 1 then line 7. If you attuned to all shards in Gold Saucer chocobo square will be 7. The correct script would be:

    teleport(The Gold Saucer)
    grid(The Gold Saucer)
    goToXYZ(-1.95, -3.06, 1.50)
    teleportNpc(1-7)
    grid()
    goToXYZ(-0.62, -64.01, -0.00)

    in reply to: Miqo Radar #3436
    Lyfox
    Lyfox
    Participant
    0

    Yes there is. Select show nothing on 3d radar tab, untick other checkboxes like fates and stuff + untick radar checkbox on navigation tab. According to devs this makes radar go dormant and cpu usage drops to 0.

    EDIT: Huh ive just noticed a tiny black box in the top left corner (where grid name is usually shown). And when you untick the last checkbox it disappears. Guess it means radar indeed stops drawing,

    • This reply was modified 7 years, 8 months ago by Lyfox Lyfox.
    in reply to: Error Chocobo Racing #3424
    Lyfox
    Lyfox
    Participant
    0

    Exactly what it says – youre missing a keybind for slot 1.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 2,026 through 2,040 (of 2,270 total)