Forum Replies Created
-
AuthorPosts
-
Hello, I will try to help and start with the basics. From what it sounds like you are almost there. When Gathering with Miqo there are a few things you need for it to work properly. There is a great Gathering video as well, https://miqobot.com/forum/forums/topic/gathering-video-guide/
*Read through first, import the Generic Gathering Scenario, and then if you are confident with Navigation Grids proceed with the below.
1. Travel in-game to where you are gathering. Select the Gathering tab.
2. Select the Gathering Preset, I have found that having a separate Preset for each gathering slot 1-8 reduces the number of generic presets that are needed for general gathering. “Use Compass” & “Use Truth” will typically be the only thing you need to have checked here. Gather by name can be used for special nodes that have an item that moves slots, I typically have Timeworn populated here for timeworn maps. I don’t populate the Skills section since I use rotationIfGP in Scenario.
3. Select the Navigation Grid, this is the pathing that your character will use to go from point to point. Creating a grid can be tedious but learning how to make your own will set you apart and reduce the chance of getting caught using community grids. Use Show Gathering Nodes in the 3D Radar tab when creating a gathering grid, this will help you find your nodes. You can also filter by name in the 3D Radar tab if there are a lot of extra nodes about. The Help forums has a tutorial on how to create one, the instructions are very detailed and can be confusing due to that detail, https://miqobot.com/forum/forums/topic/help-navigation/.
3. Select the Scenario tab, select the Generic Gathering Scenario. Attached is a generic Scenario for Gathering, this can be imported clicking Share > Import and selecting the attached scenarion. Scenarios are the key to using Miqobot. Learning Scenarios will expand your Miqo use, you won’t be sorry. This scenario will use 2 different Gathering Rotations based on amount of GP available. What you don’t see here are the Grid and Gathering Presets, I select these manually in Gathering tab steps 2 & 3 before starting the scenario.
As stated before, learning Navigation Grids and Scenarios are key to a good Miqo experience. Please note the Scenario tab has a ? button for its help file.
I hope this helps and doesn’t confuse more.
- This reply was modified 7 months, 1 week ago by PinHead.
- This reply was modified 7 months, 1 week ago by PinHead.
Attachments:
You must be logged in to view attached files.Have you downloaded the newest version of Miqobot?
Are you using any Dalamud plugins for crafting? This can cause problems when using Miqobot.
- This reply was modified 1 year ago by PinHead.
January 6, 2022 at 4:11 pm in reply to: Feature Request: Ability to comment multiple lines in scenario editor #34999Thought I would add my 2cent. I enjoy Miqobot very much and enjoy helping the people in the community who also help themselves.
There are some excellent examples listed here and none are not worthy. However, with FFXIV becoming so large and with the next expansion on the horizon I am voting for QOL and the Scenario Engine updates.
My hopes and dreams tho… Gathering & Triple Triad updates.
I am also looking forward to the next Black Friday sale 😀
You have 2 separate PC’s and you imported to your boyfriends. Somewhere along the line he also created the same grid or imported it before and now you have 2 grids called “Il Mheg – The Woolen Way” on the boyfriends PC. It doesn’t know which one to use so it fails. Check to see which gris id the good one and delete the other.
Hello.
- All functions are well documented under the ? button on the Scenario tab.
Your Scenario:
You are missing the () in findFishYour Answers:
1. afkuntil(), workuntil() are your friends. I find using Eorzian time the easiest, remember to be mindful of am/pm component tho.
For example: Waiting AFK until 2:30 am ET is written afkuntil(02:30et)2. skipBadWeather() works, but takes a moment to kick in during scenario. If you use this you will always go to the destination & start fishing before the weather is counted and the chapter is skipped. I see no way around this. Below is an excerpt from one of my scenarios that uses skipbadweather().
workUntil(00:00et) goodWeather(Clear Skies) goodWeather(Fair Skies) goodWeather(Clouds) skipBadWeather() moochBlacklist(Ocean Cloud) fish()
3. Lots to ask here eh? Break this down into easier pieces and you will find it much more manageable.
a. Change your teleport() functions to teleportif(). Your example should work fine.b. Miqobot + Fish Eyes is a disaster. If I have to use Fish Eyes I am always at the keyboard evaluating its use. Point being Miqo will spam Fish Eyes all day and you will have 0 GP if you don’t use it properly. Using in conjunction with skipbadweather() is a GP disaster waiting to happen.
c. You should look at using fishpreset() for targeting single fish or my personal favorite moochpreset() for swapping presets based your mooch fish.
- This reply was modified 3 years, 5 months ago by PinHead.
Hi there. This isn’t too difficult to put together, let’s walk through shall we. Remember, the scenario functions list is available by clicking the ? button on the Scenario tab.
The following actions must be assigned hotkeys: Trust, Disengage, Engage, Desynthesis, Repair, Materia Extraction
I have a sendKey(ctrl+-) in the first chapter that consumes food before starting the Trust Dungeon. Put your food wherever but configure this hotkey properly.
This scenario contains 3 Chapters.
Chapter1
-Sets the trust dungeon
-Configure the dungeon options
-Eat food
-Wait for a moment before moving to the next chapterChapter2
-Start the trust dungeonChapter3
-Extract materia from gear
-Set the desynth list in the Crafting/Desynthesis tab. ***Please note that the Armoury Chest check must be set in the Desynth tab before starting the scenario. I wish this were saved in the list or configurable in scenario but it is not. Slight oversight by Miqo.***
-Start Desynthesis
-Repair gear
-Repeatall 9 times to maximize weekly quota- This reply was modified 3 years, 6 months ago by PinHead.
Attachments:
You must be logged in to view attached files. -
AuthorPosts