Forum Replies Created
-
AuthorPosts
-
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 4 years, 2 months ago by Cake.
July 28, 2019 at 4:02 pm in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15974go 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.
July 27, 2019 at 2:59 pm in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15950Do 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 secPS. 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…
July 27, 2019 at 12:54 pm in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15944Do 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 secPS. 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'”July 27, 2019 at 10:09 am in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15941Do 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 secPS. 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.July 26, 2019 at 11:53 am in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15904I 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 5 years, 3 months ago by Cake.
July 24, 2019 at 12:27 am in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15835Also, 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!
July 24, 2019 at 12:08 am in reply to: [Scenario] Gatherer Scrip Farming (Yellow/Leveling + White) #15832Also, 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.
-
AuthorPosts