Lyfox

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,280 total)
  • Author
    Posts
  • in reply to: [Beta] Combat #10530
    Lyfox
    Lyfox
    Participant
    4+

    @mreleanor: Dunno what youre talking about. This is an early beta. Its stated clearly that it offers limited functionality. Theres plenty of other features which work perfectly. The purpose of the bot is to do grind for us. It doesnt have to deliver new content everyday to keep us happy.

    You can literally level all jobs to 70 with the dungeons already available. Which by the way i already did and it was amazing. Its free exp so why bother. Does it really make a big difference if you get 70 in four days or in three? Youre not moving a muscle anyway. Just let Miqo grind and be happy.

    in reply to: Combat Assist: 70 Summon problem #10525
    Lyfox
    Lyfox
    Participant
    1+

    Yea Miqo warned about it. Its work in progress.

    Battle rotations are currently optimized for levels 1-50, therefore Assist Mode usage still remains limited.
    Partial rotations are implemented for all levels, however some 51+ abilities may be used incorrectly or not used at all, so please do not expect the best performance at level 70 just yet. We continue working on battle rotations and will be releasing incremental updates in the upcoming versions.

    in reply to: [Beta] Combat #10509
    Lyfox
    Lyfox
    Participant
    4+

    Miqo team already answered these questions like a hundred times. All you have to do is take a look a few pages back. Making them repeat the same thing again will only distract them and delay the new versions.

    in reply to: Scenario Question #10504
    Lyfox
    Lyfox
    Participant
    0

    You can test scenario with gather(1) to see the whole action then change it to gather(100).

    in reply to: Quick MGP farming question #10498
    Lyfox
    Lyfox
    Participant
    2+

    Nice one.
    Correct me if im wrong but it takes about 1:30 to complete R300 with max stats at full speed. Then you have to wait 30 seconds to leave the race and another 30 seconds to requeue. Which means you get 1,009 MGP per 2:30.

    So R300 racing is 403 MGP per minute.
    Out on a Limb is 600+ MGP per minute.

    Sorry mate still not enough to beat minigames. But that bird is definitely something.

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

    Yea its position in search list. From Miqo documentation:

    setCraftRecipe( name, number )
    Craft next recipe by name.

    When search yields more than one recipe, specify the desired number as 2nd parameter.

    Im not sure a simple if statement would address that as it could accidentally craft a wrong recipe. For example ‘Mythrite Nugget’ shows ‘High Mythrite Nugget’ as the second entry in search. So imagine you run out of Mythrite Sand and the bot proceeds to burn your Lumythrite stocks instead. Not the best outcome.

    Ill ask one of the dataminers maybe they can compile a list of multijob recipes.

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

    Yea you can easily modify the scenario after its generated:

    recipe(Mythite Rivets, 2)

    I didnt implement any settings for multiple jobs so it always takes the first job available. But Miqo can select the second you just have to give her a hint. Does it hurt a lot? I might be able to fix it from within the script but its a pain to find all recipes like this.

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

    Yea it crafts exactly what you selected on the website. Select as many crafts as you need before generating a scenario.

    This line is responsible for using HQ materials: nqhq(balanced). You can easily edit your scenario before executing it.
    Replace ‘balanced’ with whatever ratio you want. Like NQ or HQ or 4:1. Its flexible and will adjust.

    in reply to: Botanist Only leveling #10472
    Lyfox
    Lyfox
    Participant
    0

    Youve probably selected the wrong chapter. Select the one that matches current eorzea time and then click start. Remember that Miqo uses 24 hour clock. 14:00 instead of 2:00pm.

    in reply to: Gathering Macro #10469
    Lyfox
    Lyfox
    Participant
    0

    Use gathering rotations instead of macros: https://miqobot.com/forum/forums/topic/beta-crafting-solver-for-60-gathering-rotations-desynthesis/#gathering-rotations

    HQ +30%
    x1 Yield +1
    Hit Once
    x1 Yield +1
    Hit Once

    Repeat last two as many times as you need.

    in reply to: Botanist Only leveling #10467
    Lyfox
    Lyfox
    Participant
    0

    Just delete miner chapters and use the rest. They dont overlap.

    in reply to: [Beta] Combat #10466
    Lyfox
    Lyfox
    Participant
    3+

    I dont think it will help. You suggest to replace ui bindings with xml bindings. Its the same amount of work.

    in reply to: Possible to create a window of time for a Scenario? #10452
    Lyfox
    Lyfox
    Participant
    1+

    Yea just put it at the first line it will never skip. No need to do it twice.

    repeatChapterUntil( time )
    Repeat current chapter until specified time.

    Time is evaluated only once, during the first repeat.

    in reply to: "Cannot Excute at this time " Chocobo race . #10443
    Lyfox
    Lyfox
    Participant
    5+

    Your pet hotbar is misplaced. Its bugged and disappear in chocoracing if you dont make game settings right.
    System – Character Config – Hotbar Settings – Pet Hotbar. Try this.

    pet hotbar

    Attachments:
    You must be logged in to view attached files.
    in reply to: Count limit with Gather By Name #10430
    Lyfox
    Lyfox
    Participant
    1+

    Yes you can do it with scenarios. Create 6 presets for each element. Each preset would contain one name like ‘Fire Rock’. Then you can simply switch presets as you go. 250 rocks is about 60 gathering nodes so:

    gatherPreset(fire rock)
    gather(60)
    gatherPreset(lightning rock)
    gather(60)
    gatherPreset(water rock)
    gather(60)

    Test it with gather(1) to make sure it works. Then change it to 60.

Viewing 15 posts - 1,336 through 1,350 (of 2,280 total)