Lyfox

Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 2,280 total)
  • Author
    Posts
  • in reply to: using 2 Foods #7183
    Lyfox
    Lyfox
    Participant
    0

    Yep exactly. You can click “?” button in Miqo it has detailed description for every function.

    in reply to: Solver time on multiple crafts #7168
    Lyfox
    Lyfox
    Participant
    0

    Yea what Nyaughty said. And i think you use too many precision settings. Solver needs only 18 seconds.

    Well im using CP 8:1 + Ingenuity it says 17.8 sec on predictor but in reality:
    Solver DONE: 14185.1445378652 ms

    in reply to: using 2 Foods #7163
    Lyfox
    Lyfox
    Participant
    1+

    Place food and tea on your hotbar. Calculate how many crafts you can do without refreshing tea. Lets say its roughly 6 crafts per 15 min. Then simply do this:

    icon(7, 1, 5.0) //food
    icon(7, 1, 5.0) //food
    
    icon(7, 2, 5.0) //tea
    craft(6)
    icon(7, 2, 5.0) //tea
    craft(6)
    icon(7, 2, 5.0) //tea
    craft(6)
    icon(7, 2, 5.0) //tea
    craft(6)
    
    repeatAll(99)
    in reply to: Ephemeral Duskglow 70*** #7142
    Lyfox
    Lyfox
    Participant
    0

    Yep thats what i meant as well. 1-2 per 70 minute window as my stats are not even close to yours. And yes if youre after money duskglows are not a very good choice. You earn much more by selling crystals you get in the process. (Note these are 700+ wind and 700+ lightning which are always in demand.) Or by farming yellow scrips as you said.

    in reply to: Ephemeral Duskglow 70*** #7134
    Lyfox
    Lyfox
    Participant
    0

    Wow 16 duskglows in only two rotations? Thats amazing. Im getting maybe 1-2 per rotation but most likely 0.
    Aethersands have always been a pain to farm because everything is RNG. Impulsive procs are rng, purity is rng, and even 8/8 does not guarantee sand most of the time its just a pile of crystals. Thats why it makes a perfect task for the bot.

    in reply to: Plant fertilization scenario? #7133
    Lyfox
    Lyfox
    Participant
    0

    Use holdKey() instead of key() to cycle through targets. The game evaluates cycling differently so you have to hold it for a short duration to make it register, like 0.2 seconds.
    To target first plant:

    key(f12, 0.5)      //target object
    

    To target next plant:

    holdKey(num6, 0.2) //next
    key(num0, 0.5)     //confirm
    in reply to: Crafting [Scenario Generator] #7127
    Lyfox
    Lyfox
    Participant
    0

    Ok its fixed. Now Garlandtools generator functions exactly the same way as the original one. Merged the fix into the post above so just grab the new script and use it.
    Example image attached.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Ephemeral Duskglow 70*** #7115
    Lyfox
    Lyfox
    Participant
    0

    Is collectors glove on your hotbar? What keybind is it assigned to?

    in reply to: Request: Dungeon Running for Light Farm #7109
    Lyfox
    Lyfox
    Participant
    2+

    Alright made some for you. I forgot HMs have locked doors so it turned out longer than i thought but still very easy and straightforward.

    You have to make two game macros for this – one aoe, one solo. Ive no idea which class you will be running with and what gear so heres a very simple example for BLM.

    Aoe macro:

    /targetenemy
    /ac "Fire III" <wait.4>
    /targetenemy
    /ac "Triplecast" <wait.1>
    /ac "Fire II" <wait.4>
    /targetenemy
    /ac "Fire II" <wait.4>
    /targetenemy
    /ac "Fire II" <wait.4>
    /targetenemy
    /ac "Surecast" <wait.1>
    /ac "Flare" <wait.4>
    /ac "Transpose" <wait.1>

    Solo macro:

    /targetenemy
    /ac "Fire III" <wait.4>
    /targetenemy
    /ac "Fire" <wait.3>
    /targetenemy
    /ac "Fire" <wait.3>
    /targetenemy
    /ac "Fire" <wait.3>
    /targetenemy
    /ac "Fire" <wait.3>
    /targetenemy
    /ac "Fire" <wait.3>
    /targetenemy
    /ac "Blizzard III" <wait.3>
    /ac "Blizzard" <wait.3>

    Multiple /targetenemy ensures that when a monster dies the rotation will continue. If youre using non target aoe skills you dont need it of course. Remember its just an example and you can design something that will suit your char better.

    After youre done with macros follow this guide:

    1. Place Aoe macro on hotbar 9, slot 1.
    2. Place Solo macro on hotbar 9, slot 2.
    3. Verify that you have the following keys bound:
      U – Duty finder
      Num8 – Cursor up
      Num2 – Cursor down
      Num4 – Cursor left
      Num6 – Cursor right
      Num0 – Confirm
      F12 – Target nearest NPC
    4. Import attached file in Miqobot.
    5. Open Duty Finder, set Undersized party, and select Haukke (Hard). Close Duty Finder.
    6. Open Miqobot, switch to scenario tab, select ‘Haukke HM Farm’.
    7. Click Start.

    Dont hide Miqobot window, keep an eye on the script running and what its doing at the moment. It will most likely require tweaking and customizing to your own preference. Ive left extra afk timers for loading, macros, interactions so sometimes it will stand around doing nothing. If you notice something that needs adjusting feel free to do so. This is the fastest way to learn.
    Use ‘next’ button to quickly skip through lines after adjustment.
    The second boss is especially nasty for casters as it drops silence and paralysis which can break your rotation completely. You might want to make a solo macro specifically for this one which will be stupid but failproof (for example spamming blizzards on BLM is less dps but wont fail because of paralysis). Im launching macro twice on each boss so it should be fine even with low dps.

    And as i said in Ifrit thread, dont move your mouse while its running or it may break ui cursor. Ive left extra cursor signals to let it auto recover after some random mouse movement but its not invincible. It will get better in the future when Miqo team adds special scenario functions for this stuff so for now just be careful.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Ephemeral Duskglow 70*** #7107
    Lyfox
    Lyfox
    Participant
    0

    Weird. Could you post the message log? Cant figure out whats happening on your side without log info.

    EDIT: Oh wait do you start scenario from chapter 1 without looking at the time? Yea of course it wont work. When you arrive at ephemeral site it must be already spawned. You have to look at eorzea time, select the chapter that matches active ephemeral zone and then click start. Sorry i thought it was obvious thats why i didnt mention it in original post.

    • This reply was modified 7 years, 1 month ago by Lyfox Lyfox.
    in reply to: Request Usuginu octopus #7102
    Lyfox
    Lyfox
    Participant
    0

    Yep theres a scenario: https://miqobot.com/forum/forums/topic/index-scenarios/
    Ctrl-f, usuginu. I think its a little outdated by now as it can be caught without mooch since 4.25. So dont forget to edit Ruby Shrimp preset and remove “ignore tugs – large”.

    in reply to: snow crabs #7101
    Lyfox
    Lyfox
    Participant
    0

    Theres no scenario but theres a navigation grid. You can find it in index thread: https://miqobot.com/forum/forums/topic/index-gathering-grids/
    Ctrl-f, snow crab.

    in reply to: Crafting Macros #7100
    Lyfox
    Lyfox
    Participant
    0

    Patient touch is op. But it was already discussed and devs gave an answer so i dont see a reason doing it again. Take a look here: https://miqobot.com/forum/forums/topic/crafting-flaw/

    But youre right if you want to make sure that no ability ever fails you can simply remove Patient and Hasty. This way youre shaving off about 40% from your HQ bar. Though if youre absolutely confident that your stats are high enough you can give it a go. Like i said im sitting on minimum stat requirements and Makers Mark + Patients are basically making me overmelded overpowered omnicrafter. Of course i dont neglect my Reclaim and im not afraid to see that tiny 10% fail as im making tons of gil to make up for it.

    I have craftmanship 1729 & Control 1590 CP 524 (With Food)

    With those stats you should have absolutely no problem with any recipe. You have Makers Mark and you follow recommendations from Upgrade Stage 2 thread right? Could you show a crafting log from Miqo?

    in reply to: Crafting Macros #7094
    Lyfox
    Lyfox
    Participant
    0

    Well im using CP 8:1 + Ingenuity it says 17.8 sec on predictor but in reality:
    Solver DONE: 14185.1445378652 ms

    All reddit macros require some whopping 560+ CP and 1700+ control and they still dont get you anywhere near 100%: https://cdn.discordapp.com/attachments/277959964264235008/449181480380530688/unknown.png
    But with those stats you should have no trouble with Miqo solver.

    Whatever settings you choose on solver they will not help you get better HQ. They alter accuracy by 1-3% at most. What matters the most is your CP and your choice of cross class skills. Also crafting solver has a built in 100% solution detector: https://miqobot.com/forum/forums/topic/beta-crafting-solver-for-60-gathering-rotations-desynthesis/page/3/#post-2193
    So if you are looking for 100% macro then solver is already the answer for you.

    What are your stats exactly? Could you show some Miqo logs? Id gladly help if i had more info.
    Im currently sitting at 1530/1380 and 511 CP (with food). By feeding 8k quality into 70*** its popping HQ like candies. Im lazily working my way towards Onishi set but im not really in a hurry as crafting solver is making me easy money already.

    in reply to: Crafting [Scenario Generator] #7090
    Lyfox
    Lyfox
    Participant
    1+

    Heh found it. Theres an object in global namespace called ‘gt’ which apparently contains all the data including ingredients list. Respect to devs who make transparent source code. This will take a while but totally fixable now.

Viewing 15 posts - 1,696 through 1,710 (of 2,280 total)