Lyfox

Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 2,275 total)
  • Author
    Posts
  • in reply to: Missing Keystrokes #5319
    Lyfox
    Lyfox
    Participant
    0

    Hmm yea looks like a keybind problem. Can you archive and attach your KEYBIND.DAT as described here: https://miqobot.com/forum/forums/topic/error-using-any-grid-for-gathering/#post-4434
    Ill take a look.

    in reply to: Stormblood – Upgrade Stage 1 #5312
    Lyfox
    Lyfox
    Participant
    0

    I believe these are the issues in question: https://miqobot.com/forum/forums/topic/scenario-engine/#post-3104

    Thanks for the update Miqobot! Greatly appreciate all the hard work.

    in reply to: Missing Keystrokes #5300
    Lyfox
    Lyfox
    Participant
    0

    Its kinda hard to give a proper answer without any logs or details. What does Miqo say in message log? Can you show a full scenario?
    As for guessing, what scale do you have on crafting log 100% or less?

    in reply to: [Beta] Scenario Scripting Engine #5297
    Lyfox
    Lyfox
    Participant
    1+

    I think the difference is startGathering(1) vs startGathering(999). Internal gathering script ends after one node and cordial logic doesnt activate. Theres “Smart cordials usage” and “Time-based chapter repeats” in planned functions on page 1 so i assume it will be adressed. Waiting for this too.

    in reply to: Miqobot closes and won't work until PC restart #5278
    Lyfox
    Lyfox
    Participant
    0

    Most likely McAfee implemented some “new” detection method with bugs and now it gives you false positive. Imo it should be asked at McAfee forums since its their problem. Google says this: https://community.mcafee.com/thread/51613?start=0&tstart=0

    in reply to: Crafting Scenario question #5263
    Lyfox
    Lyfox
    Participant
    0

    Heres a tip from devs on how to use ingame macros: https://miqobot.com/forum/forums/topic/crafting-rotation-help-enhancement-request/#post-882
    Dont forget to disable solver > use to switch to macros. Scenario function for that is craftMacro(), instead of solverPreset().

    Not really sure about steady hand II a screen of your settings would probably help.

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

    In some nodes, gathered resources only show up some of the time. Is there a way to gather for multiple materials or from multiple slots?

    Thanks!

    Yes use gather by name for multiple materials: https://miqobot.com/forum/forums/topic/help-gathering/#gather-by-name

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

    Hmm no Firefox should work without issues. Can you show a screen or something so i can reproduce it?

    in reply to: Scenario Scripting Question (Fishing) #5242
    Lyfox
    Lyfox
    Participant
    3+

    First of all try to keep each fishing session in a different chapter. Most functions work better this way. Secondly you have to keep rotating fishing spots to avoid “fish sense something amiss” message. Even if weather doesnt match you still have to cast rod at least once in this spot to reset another. Miqo functions are actually aware of this and thats why they are designed to fish for 1 min on bad weather. Also keep in mind that navigation takes time. So if you wait until 9am before navigating you will lose precious time while moving.

    What I would do is set up one waypoint for Sawfish and one somewhere else for reset. Something like this.

    //Chapter 1 – Titanic Sawfish
    grid(sawfish)
    waypoint(0)
    afkUntil(9:00et)
    workUntil(14:59et)
    goodWeather(Clear Skies)
    goodWeather(Fair Skies)
    skipBadWeather()
    findFish(1.35)
    fish(30)

    //Chapter 2 – Reset
    grid(sawfish)
    waypoint(23)
    workFor(00:00:05)
    findFish(1.35)
    fish()
    repeatAll(10)

    You can split chapter 1 into 9:00-12:00 and 12:00-15:00 to fish in different spots but you could lose mooch opportunity so id recommend against it.

    in reply to: Fishing #5241
    Lyfox
    Lyfox
    Participant
    0

    Well if youre too shy to share info here you can contact their tech support: https://miqobot.com/#support
    They will probably ask you the same.

    in reply to: Fishing #5239
    Lyfox
    Lyfox
    Participant
    0

    Hard to say without some screens or logs. Everythings working fine here. Care to give more info?

    in reply to: Crafting Scenario question #5229
    Lyfox
    Lyfox
    Participant
    1+

    Take a look at sticky thread right here: https://miqobot.com/forum/forums/topic/crafting-scenario-generator/
    Its easy to replace my presets with whatever you want. You can make a script that will generate scenarios with your macros.

    in reply to: Coerthan Tea Leaves (Lv53) #5226
    Lyfox
    Lyfox
    Participant
    in reply to: Is there any Timeframe? #5225
    Lyfox
    Lyfox
    Participant
    1+

    Ive tried farming monster mats by hand. Their HP is so high and drop rate is so low that its practically the same as being a retainer. If venture brings you 10 per hour monster grind will give you maybe 15-20. And your character will be out there all the time drawing attention. Having this feature would be nice of course but not a life changer.

    Potd farming on the other hand will be a real blast.

    in reply to: Can you loop the path in 3D monitor? #5209
    Lyfox
    Lyfox
    Participant
    0

    Yep easily with scenario engine.

    goToWaypoint(1)
    goToWaypoint(2)
    goToWaypoint(3)
    goToWaypoint(4)
    goToWaypoint(5)
    goToWaypoint(6)
    goToWaypoint(7)
    goToWaypoint(8)
    repeatChapter(100)

    You can skip some mid points as Miqo will go through them anyway.

Viewing 15 posts - 1,891 through 1,905 (of 2,275 total)