Eyefinity

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Bot not registering time? #36458

    Eyefinity
    Participant
    0

    It’s always a good idea to post your scenario, and the errors if there are any.

    in reply to: Warer Cluster farm scenario #36311

    Eyefinity
    Participant
    in reply to: Miqobot (unofficial) status FAQ #36253

    Eyefinity
    Participant
    4+

    The important thing right now is that the devs are safe, the bot can wait. Do you guys think we can support them somehow? If they have access to their paypal account, buying some months could help them, right?

    in reply to: Using GC script? #36059

    Eyefinity
    Participant
    0

    I’ve noticed that when the game is focused and when it isn’t. What I did finally is test the scenarios with the option “always on top” and the game focused, since apparently that’s how it works when you have the game minimized.

    in reply to: Navigation- stopping at every waypoint? #36058

    Eyefinity
    Participant
    0

    Thank you @lyfox, that helps a lot!

    in reply to: Navigation- stopping at every waypoint? #36046

    Eyefinity
    Participant
    0

    I think this is an important issue. I’ve noticed it as well, is there something we can do about? Probably a game configuration, something that can be improved in the bot itself?

    in reply to: Ishgard Macros #36037

    Eyefinity
    Participant
    0

    I take the macros from this website https://ffxivgillionaire.com/crafting-macros, although I haven’t used the Isghard ones but I don’t think they are any different with non-Ishgard.

    If your crafters are level 90 then you only need trained eye and basic synthesis/groundwork. You put those two in your hotbars, say ctrl+1 and ctrl+2, then in the “Crafting” tab you uncheck “use” to disable the solver since it’s broken and write the macro yourself, save it with the name you decide and finally in the scenario you use “craftMacro(xxx)” where “xxx” is the name you gave to the macro in “Crafting” tab.

    I hope I was clear enough, let me know if you need anything else.

    Greetings

    in reply to: New to miqo'bot, how do I set this up? (read post) #36015

    Eyefinity
    Participant
    1+

    Can you share your scenario?

    This is one of mine, very basic

    
    job(CUL)
    icon(1, 12, 3.0)
    craftMacro(Pumpkin Potage)
    recipe(Pumpkin Potage)
    craft(30)
    repairNpc()
    materiaExtract()
    repeatAll(3)
    

    icon(…) makes reference to a button in my 1st hotbar, position 12. Then I specify the craft macro (created in “crafting” tab), the recipe, how many times I want to craft it, and so on.

    Hopefully that’ll help you.

    in reply to: Miqo Command Index? #36014

    Eyefinity
    Participant
    0

    You have to press the “?” button in the “Scenario” tab. There you have all the functions and their descriptions.

    in reply to: Chat pause feature #35976

    Eyefinity
    Participant
    0

    Hey there @shadowrun, you have to press the “+” button and check the “auto-pause for chat” option

    in reply to: Question about sendkey command #35842

    Eyefinity
    Participant
    1+

    Hey @neitro, you can see that in the scenario functions. Go to “Scenario” and press the button “?”.

    The documentation for sendKey says

    sendKey( key, seconds )
    Send key into the game.
    If seconds specified, it will delay scenario flow by given amount.
    
    Supported:
    - alphanumeric keys
    - punctuation keys (except comma and diacritics)
    - F1-F12
    - Num0-Num9
    - Num-, Num*, Num/, Num.
    - Ctrl / Alt / Shift (must be combined with '+')
    - cursor control keys (must be enclosed in {})
    

    So it should be like

    
    sendKey(Num/, 1.5)
    
    • This reply was modified 2 years, 3 months ago by  Eyefinity.
    in reply to: Detecting chatting when it should not #35828

    Eyefinity
    Participant
    0

    Hey @lyfox, thanks for answering. To be honest I have no idea how to configure that in the game. The current binds for those keys are Cycle through UI components tabs Forward/Back.

    Besides that, I still think this is an unintented behavior since I cannot chat through those textboxes. Also if I want to specify something besides max I would need to type something there.

    Thanks for your reply!

    • This reply was modified 2 years, 3 months ago by  Eyefinity.
    • This reply was modified 2 years, 3 months ago by  Eyefinity.
    in reply to: Detecting chatting when it should not #35818

    Eyefinity
    Participant
    0

    Hey @ramen, it’s all good. That’s probably because I wasn’t clear enough. The image below shows this text box I mention

    1
    http://prntscr.com/26q8ios (the img tag doesn’t work with this link)

    If I activate that text box using Miqot it thinks I’m chatting and it pauses itself.

    Thanks!

    • This reply was modified 2 years, 3 months ago by  Eyefinity.
    in reply to: recurring problem with miqo(with me) #35782

    Eyefinity
    Participant
    0

    Hey @lyfox thank you for answering. The problem is related to your comment but it wasn’t exactly that, in fact, the problem was that I didn’t have any of those actions in any hotbar so the bot was using the ones in the collect window, now I moved them to each hotbar (min and btn) accordingly and now it seems to be working correctly. I’m still learning about this tool, so I make mistakes :P.

    Thanks again!

    in reply to: recurring problem with miqo(with me) #35780

    Eyefinity
    Participant
    0

    I’m not sure how to edit my previous post, I just wanted to add this log from a couple of minutes ago

    (8:24:25 AM) Selecting slot -> 2
    (8:24:26 AM) Using action: (Start)
    (8:24:26 AM) Using action: (Scrutiny)
    (8:24:33 AM) Using action: (Meticulous)
    (8:24:38 AM) Evaluating condition: (If Standard Procs) – Yes!
    (8:24:38 AM) Using action: (Scrutiny)
    (8:24:58 AM) Using action: (Scrutiny)
    (8:25:17 AM) Using action: (Scrutiny)
    (8:25:36 AM) Using action: (Scrutiny)
    (8:25:55 AM) Using action: (Scrutiny)
    (8:26:15 AM) Using action: (Scrutiny)
    (8:26:33 AM) Using action: (Scrutiny) <<<— I had to execute this action manually to unstuck the bot
    (8:26:39 AM) Using action: (Meticulous)
    (8:26:44 AM) Using action: (Meticulous)
    (8:27:03 AM) Using action: (Meticulous)
    (8:27:13 AM) Using action: (Finish)

Viewing 15 posts - 1 through 15 (of 17 total)