Lyfox

Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 2,275 total)
  • Author
    Posts
  • in reply to: Request Gold ore and Darksteel #3335
    Lyfox
    Lyfox
    Participant
    1+

    Those 2 grids were in Miqo since like a year ago if i remember correctly. Scenario would be super easy.

    //Chapter 1
    teleport(Camp Dragonhead)
    job(MIN)
    grid(Darksteel)
    waypoint(choose one where you want to afk)
    afkUntil(1:00ET)
    gather(1)

    //Chapter 2
    teleport(Camp Drybone)
    job(MIN)
    grid(Gold Ore)
    waypoint(choose one here too)
    afkUntil(9:00ET)
    gather(1)

    Ill make an exported version in a few.

    in reply to: Sugestion, toggle hasty touch #3333
    Lyfox
    Lyfox
    Participant
    0

    Hasty touch is rng it can fail 7 times in a row even with sh2. But yea an option to make it always buffed similar to BB and PbP would be nice.

    in reply to: Index: Chocobo Racing Waypoints #3332
    Lyfox
    Lyfox
    Participant
    0

    Hello, I need help, with waypoint, it’s great, except that my chocobo jumps 2 seconds too early, I have to know how to change it or if you can change it?

    From 63% it jumps too late about 2 seconds

    Umm your description is confusing. So too early or too late?

    in reply to: Issue with keybind #3286
    Lyfox
    Lyfox
    Participant
    0

    Could be wrong but this is the only keybind with “Page” i see. Check it out.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Bot keeps taking screenshots in Steam? #3284
    Lyfox
    Lyfox
    Participant
    0

    Afaik you have to restart Steam after changing the screenshot key.
    And yep F12 is the issue because its “target npc” in FF14 by default.

    By the way theres no such thing as Steam client. You can simply exit Steam and start FF14 with normal launcher: https://www.reddit.com/r/ffxiv/comments/2mavlh/how_to_run_ffxiv_without_logging_on_steam_steam/

    in reply to: Bur report. #3277
    Lyfox
    Lyfox
    Participant
    0

    Oh i see. Maybe its indeed a bug then. Lets wait for devs.

    in reply to: [Beta] Scenario Scripting Engine #3276
    Lyfox
    Lyfox
    Participant
    0

    Can confirm, it doesnt work. Just tried it and it doesnt do anything. It says:
    Adventure calls! I have to jump into wormhole. (Angle: 2.87)

    And skips the function.

    Well until it gets fixed, i guess you can do this:

    holdKey(w, 5.0)
    afkFor(0:0:30)

    in reply to: Bur report. #3273
    Lyfox
    Lyfox
    Participant
    0

    It seems you accidentally hit next recipe arrow yourself. You can reproduce it in 1.2.54 too. Its a lack of selector logic, nothing wrong with new version. 1.2.6 beta has setCraftRecipe() which adds this logic.

    Just try it with scenarios, they are truly awesome.

    recipe(Electrum Ingot)
    craft(max)

    in reply to: hidden item-botany issue #3269
    Lyfox
    Lyfox
    Participant
    0

    Oh yea saying its “mature tree” isnt necessary. Its only if you want to filter out other stuff. In 99% cases you can leave it empty.
    Glad to help!

    in reply to: hidden item-botany issue #3266
    Lyfox
    Lyfox
    Participant
    0

    Sure, if its easier for you.

    Attachments:
    You must be logged in to view attached files.
    in reply to: hidden item-botany issue #3264
    Lyfox
    Lyfox
    Participant
    0

    Something is wrong with your settings. Can you give at least a screenshot of Miqo window?

    in reply to: Racing oddity #3262
    Lyfox
    Lyfox
    Participant
    1+

    Probably clicking an item. Most likely your pet hotbar is misplaced. Character – Hotbar Settings – Pet Hotbar. I think its the same issue ive seen (SE screwed some settings and they got bugged). Pic to help: https://miqobot.com/forum/forums/topic/index-chocobo-racing-waypoints/page/3/#post-3169

    in reply to: [Beta] Scenario Scripting Engine #3260
    Lyfox
    Lyfox
    Participant
    0

    Omg i just had an awesome idea. @miqo could we get these 2 functions:
    1. showPopup()
    2. stopScenario()
    1st will display a message box and freeze scenario until i click ok.
    2nd will automatically stop at this exact point.

    This would tremendously help with custom actions which are not implemented yet. Like turning in collectables @anonuser mentioned. Im totally cool that Miqo cant do everything yet and im totally cool with doing it myself for a while. I just need a way to tell her “hey this is the part where you call me and let me take control”. So she would gather collectables, teleport to Idleshire, get to npc, show me a popup (to get me out of netflix) and go idle. Then i turn in things manually and click start on next chapter.

    Itll be extremely helpful in Stormblood as there will be lots of new content which Miqo obviously cant do yet. And to be honest i dont want her to do new content, i want to try it myself first, like new harpoon fishing.. So she does some old boring gathering and when it comes to new gameplay she gives me control back.

    I mean i can kinda do this already by splitting my scenario into several parts. But these 2 functions would make it much easier to organise. And sorry for the wall of text.

    in reply to: [Beta] Scenario Scripting Engine #3258
    Lyfox
    Lyfox
    Participant
    0

    I can navigate to the NPC, and use the keypresses to get to where I need to be, but I can’t see a logic to determine how many times I would need to do it.

    Why not overdo it a little? If you expect to have 15-20 Morels by then you can overestimate to 20. It will show some errors yea but who cares nobody sees them anyway. Dunno about exact timings but something like:

    key(num0, 0.5)
    key(num*, 0.5)
    key(num0, 0.5)
    key(num0, 2)
    repeatChapter(20)

    A function for that would be nice of course but its a good workaround until next update.

    in reply to: [Beta] Scenario Scripting Engine #3256
    Lyfox
    Lyfox
    Participant
Viewing 15 posts - 2,056 through 2,070 (of 2,275 total)