Cake

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: [Scenario] 5.3 Recipe gathering mats #23825

    Cake
    Participant
    0

    Thank you, I didn’t read that post before

    in reply to: Shadowbringers 5.58 – Issues & Feedback #23820

    Cake
    Participant
    0

    Are there any updates on auto turn in collectibles?

    in reply to: [Scenario] 5.3 Recipe gathering mats #23813

    Cake
    Participant
    0

    Thank you! I mean I do have enough stats for it. 430 gear melded. 758 gp

    Can you also add a Fireheart Cobalt to the list? Or can I do it myself?

    • This reply was modified 3 years, 8 months ago by  Cake.
    in reply to: [Scenario] 5.3 Master Crafter Mats/Legendary Nodes #23812

    Cake
    Participant
    0

    I figured it out.

    Also, everytime it goes to Tender drill it gets stuck at the ledge at the mountain

    in reply to: [Scenario] 5.3 Master Crafter Mats/Legendary Nodes #23790

    Cake
    Participant
    0

    Is there a way to make it after every gather so it goes back to homepoint?

    in reply to: [Scenario] 5.3 Recipe gathering mats #23779

    Cake
    Participant
    0

    Does it matter what keybind, pick clean is on? Or does it have to be on 4. It just won’t hit the material I’m gathering for

    in reply to: [SCENARIO] Endless Scuroglow. #16931

    Cake
    Participant
    0

    How can I make it so it does Aetherial Reduct every gather? My inventory is getting full already.

    in reply to: [Scenario] Shadowbringers 5.0 Aethersands #16430

    Cake
    Participant
    0

    I don’t know why. But after a while I get AFK kicked from the game… Isn’t this supposed to prevent that? Or the scenario gets stuck somewhere then I get AFK kicked


    Cake
    Participant
    0

    go to Navigation Tab->grids, it will list all the grids you have, most likely you imported a few times including the original scenario which might have diff Eulmore grid but named same. Miqobot doesn’t update the grid with exact same name it just keeps adding them to the list, so if there’s conflict your scenario is likely to mess up.

    Find all the Eulmore grid on your list, keep the latest one if that’s the one you recently loaded with waypoint 14.
    but tick “Show on radar” in Eulmore to confirm all the waypoint on your map looks right before deleting others.

    Also i have NPC repair option // out, you might want to enable them and // out my self repair option.
    e.g.

    selectGrid(Eulmore)
    goToWaypoint(13)
    changeJob(Miner)
    repairNpc()
    changeJob(Botanist)
    repairNpc()

    goToWaypoint(12)
    changeJob(Miner)
    //repair()
    deliverCollectables()

    goToWaypoint(11)

    goToWaypoint(12)
    changeJob(Botanist)
    //repair()
    deliverCollectables()

    Thank you so much! It’s perfect now! Starting to understand this bot more.


    Cake
    Participant
    0

    Do you see the updated Eulmore grid? It contains an updated one including waypoint 14 for the NPC.
    I would suggest run section 13 to test out first to see if you have the right waypoint and also check if your keybinding is per below scenario functions: (test out with your NumPad to confirm in game)

    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 {})

    Those sendKeys used in my scenario includes:
    sendKey(\, 1)//select the closest NPC
    sendKey(NUM0, 1.5) //confirm, wait 1.5 sec
    sendKey(Shift+{down}, 1.5) //scroll down by 1, wait 1.5 sec
    sendKey(NUM8, 1) //scroll back up by 1, wait 1 sec
    sendKey(NUM6, 1.5) //switch option left/right, wait 1.5 sec
    sendKey(NUM., 1) //quit current menu, wait 1 sec

    PS. I’ve been using this most latest one attached for getting both gathering+20 and perception+20, been running fine overnights.
    The main change i made based on original White Scrip scenario is section 13 with additional waypoint and sendKeys functions to trade with NPC. Also changed NPC repair to self repair. Then I delayed the afk timing for section 1 a bit to allow additional time spent on trading with NPC in section 13 so it won’t break the loop.

    Thank you for this. But it doesn’t repair the gear at the NPC since I’m not lvl 70-80 on my crafters I cannot do selfrepair. It’s still targeting “Mowen”
    I will try to use your keybind and let you know.

    This is what I get. When it’s trying to repair at the NPC
    “DEBUG: Name is ambiguous. Count = 3. Grid: ‘Eulmore’”

    You have 3 grids with the name Eulmore delete 2 of them

    How do I delete that? Still kind of new to this bot…


    Cake
    Participant
    0

    Do you see the updated Eulmore grid? It contains an updated one including waypoint 14 for the NPC.
    I would suggest run section 13 to test out first to see if you have the right waypoint and also check if your keybinding is per below scenario functions: (test out with your NumPad to confirm in game)

    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 {})

    Those sendKeys used in my scenario includes:
    sendKey(\, 1)//select the closest NPC
    sendKey(NUM0, 1.5) //confirm, wait 1.5 sec
    sendKey(Shift+{down}, 1.5) //scroll down by 1, wait 1.5 sec
    sendKey(NUM8, 1) //scroll back up by 1, wait 1 sec
    sendKey(NUM6, 1.5) //switch option left/right, wait 1.5 sec
    sendKey(NUM., 1) //quit current menu, wait 1 sec

    PS. I’ve been using this most latest one attached for getting both gathering+20 and perception+20, been running fine overnights.
    The main change i made based on original White Scrip scenario is section 13 with additional waypoint and sendKeys functions to trade with NPC. Also changed NPC repair to self repair. Then I delayed the afk timing for section 1 a bit to allow additional time spent on trading with NPC in section 13 so it won’t break the loop.

    Thank you for this. But it doesn’t repair the gear at the NPC since I’m not lvl 70-80 on my crafters I cannot do selfrepair. It’s still targeting “Mowen”
    I will try to use your keybind and let you know.

    This is what I get. When it’s trying to repair at the NPC
    “DEBUG: Name is ambiguous. Count = 3. Grid: ‘Eulmore'”


    Cake
    Participant
    0

    Do you see the updated Eulmore grid? It contains an updated one including waypoint 14 for the NPC.
    I would suggest run section 13 to test out first to see if you have the right waypoint and also check if your keybinding is per below scenario functions: (test out with your NumPad to confirm in game)

    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 {})

    Those sendKeys used in my scenario includes:
    sendKey(\, 1)//select the closest NPC
    sendKey(NUM0, 1.5) //confirm, wait 1.5 sec
    sendKey(Shift+{down}, 1.5) //scroll down by 1, wait 1.5 sec
    sendKey(NUM8, 1) //scroll back up by 1, wait 1 sec
    sendKey(NUM6, 1.5) //switch option left/right, wait 1.5 sec
    sendKey(NUM., 1) //quit current menu, wait 1 sec

    PS. I’ve been using this most latest one attached for getting both gathering+20 and perception+20, been running fine overnights.
    The main change i made based on original White Scrip scenario is section 13 with additional waypoint and sendKeys functions to trade with NPC. Also changed NPC repair to self repair. Then I delayed the afk timing for section 1 a bit to allow additional time spent on trading with NPC in section 13 so it won’t break the loop.

    Thank you for this. But it doesn’t repair the gear at the NPC since I’m not lvl 70-80 on my crafters I cannot do selfrepair. It’s still targeting “Mowen”
    I will try to use your keybind and let you know.


    Cake
    Participant
    0

    I updated this new one running over night, it got me 31 Perception+20 materia fine and still ongoing when i woke up.

    I started using this but It doesn’t target the NPC to buy the materia and if it does it’s going into the wrong section.

    • This reply was modified 4 years, 9 months ago by  Cake.

    Cake
    Participant
    0

    Also, why isn’t it using the cordials? I put it on Hotbar 4 slot 3. Or do I have to specifically use it on Hotbar 6?

    You have to put it exactly where the scenario has it to be used. Otherwise, you can edit the line in each chapter to match your hotbars.

    How can I do that? Sorry, I’m still new to MiqoBot.

    Do what? Edit the lines? Literally change out the line where he has the cordials to be used (cant recall what it is, I’ve long edited it out) to match the location of your cordials. Since yours is on hotbar 4 slot 3, it should look something like sendIcon(4, 3, 1.5) instead of the 6, 3, 1.5

    Thank you so much!


    Cake
    Participant
    0

    Also, why isn’t it using the cordials? I put it on Hotbar 4 slot 3. Or do I have to specifically use it on Hotbar 6?

    You have to put it exactly where the scenario has it to be used. Otherwise, you can edit the line in each chapter to match your hotbars.

    How can I do that? Sorry, I’m still new to MiqoBot.

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