Lyfox

Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 2,280 total)
  • Author
    Posts
  • in reply to: Scenarios for lvling BTN and MNR 61-70 #6534
    Lyfox
    Lyfox
    Participant
    0

    Yea i remember having that problem as well mainly for Beech Branch. Typing ‘Unspoiled’ in gather preset fixed it.

    As for Collectors Glove its probably because you dont have enough GP. Rotation in this scenario requires 700 GP, not 600 like author said. However 63+ items use 600 GP rotation. So you can take that one and apply for Raw Triphane/Beech Branch.

    in reply to: Scenario Weather(fishing) #6532
    Lyfox
    Lyfox
    Participant
    2+

    Something like this. Put waypoint numbers from your own grid.

    //chapter 1 – arrive
    job(FSH)
    bait(Spoon Worm)
    waypoint(4)
    findFish()

    //chapter 2
    afkUntil(0:05ET)
    workUntil(7:55ET)
    goodWeather(Rain)
    skipBadWeather()
    fish(99)

    //chapter 3
    afkUntil(8:05ET)
    workUntil(15:55ET)
    goodWeather(Rain)
    skipBadWeather()
    fish(99)

    //chapter 4
    afkUntil(15:05ET)
    workUntil(23:55ET)
    goodWeather(Rain)
    skipBadWeather()
    fish(99)

    //chapter 5 – reset
    waypoint(17)
    findFish()
    fish(1)
    repeatAll(20)

    in reply to: Scenario Weather(fishing) #6531
    Lyfox
    Lyfox
    Participant
    0

    Weather is checked only once. From Miqo documentation:

    skipBadWeather( )

    If weather is not found in whitelist, function will automatically set next activity limit to 60 seconds: workFor(00:01). Consequent calls to workFor() in the same chapter will not change the limit.

    The best way to do this is to check weather immediately after change. At 0ET, 8ET, 16ET. Make three chapters for each of those + one chapter to reset. Waypoints are numbers on your grid, it should be waypoint(4) for example. Id also suggest using findFish() immediately after waypoint().

    And its very easy to test with Next button you dont have to sit for 40 minutes.

    in reply to: [Request] scenario for Gyr Abanian Spring Water #6526
    Lyfox
    Lyfox
    Participant
    0

    Already done: https://miqobot.com/forum/forums/topic/request-level-50-60-unspoiled-nodes-scenario/#post-5979
    Replace ‘chromite ore’ with ‘abanian spring water’ in gathering preset. You can remove chapters you dont need.

    in reply to: Peculiar issue with moochPreset() #6524
    Lyfox
    Lyfox
    Participant
    0

    Do you have a fishing quit icon on hotbar? What key is it assigned to?

    in reply to: (REQUEST) Snow Crab Aetherial Reduction #6521
    Lyfox
    Lyfox
    Participant
    0

    Thats gonna be in the next version: https://miqobot.com/forum/forums/topic/stormblood-upgrade-stage-2/#post-5444
    But even without veteran trade its tons of aethersand.

    in reply to: [Request] Level 50-60 Unspoiled Nodes Scenario #6512
    Lyfox
    Lyfox
    Participant
    0

    It uses gather by name. In gather preset ‘unspoiled-sb’ theres a list of all mats. Just replace ‘chromite ore’ with ‘abanian spring water’ then click overwrite. You can do this directly in Miqo after import, no need to edit .txt.

    in reply to: Crafting.. #6505
    Lyfox
    Lyfox
    Participant
    0

    You need them on your hotbar because its the only way to use them with keyboard. https://miqobot.com/forum/forums/topic/help-keybinds/

    in reply to: (REQUEST) Snow Crab Aetherial Reduction #6500
    Lyfox
    Lyfox
    Participant
    0

    Made one today. Dont forget to enable Collect buff. Normal gig for Snow Crab -> raining lots of Dawnlights.
    Works great with a simple scenario:

    gather(40)
    aetherialReduct()
    repair()
    repeatChapter(3)

    in reply to: Index: Gathering Grids #6499
    Lyfox
    Lyfox
    Participant
    0

    Gyr Abanian Spring Water is in the same node as Chromite Ore. All those grids are working.

    in reply to: How to change quantity? #6489
    Lyfox
    Lyfox
    Participant
    2+

    Try ‘cycle through tabs’ instead. Its NUM7/NUM9 by default. On quantity fields it does increase/decrease.

    in reply to: Crafting Solver: Saving solved recipes? #6466
    Lyfox
    Lyfox
    Participant
    1+

    Scenario can do that too.

    in reply to: Crafting multiple items #6461
    Lyfox
    Lyfox
    Participant
    1+

    You can use scenario generator from my script. It will do exactly what you ask plus switching jobs when needed. https://miqobot.com/forum/forums/topic/crafting-scenario-generator/

    in reply to: Reason for not leaving your bot on for a week when sleeping. #6455
    Lyfox
    Lyfox
    Participant
    2+

    SE dont track, it happened because someone else reported you. Every time new content is out you have to be extra careful because of many players around.
    Sorry it happened to you but theres a reason this guide exists: https://miqobot.com/forum/forums/topic/is-miqobot-safe/

    in reply to: Bountiful Yield II? #6446
    Lyfox
    Lyfox
    Participant
    1+

    Its already there. From Upgrade Stage 2 thread:

    No modifications to gathering rotations are required.
    New skills are 100% compatible with the current rotations designer. Whenever Miqobot detects an upgraded ability on your hotbar, she will automatically use it instead of an old one.

    • Impulsive Appraisal II is used instead of Impulsive Appraisal.
    • Unearth III is used instead of Unearth II.
    • Leaf Turn III is used instead of Leaf Turn II.
    • Bountiful Yield II is used instead of Bountiful Yield.
    • Bountiful Harvest II is used instead of Bountiful Harvest.
Viewing 15 posts - 1,801 through 1,815 (of 2,280 total)