PinHead

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 57 total)
  • Author
    Posts
  • in reply to: Gathering Stops #41129
    PinHead
    PinHead
    Participant
    0

    Community grids are just that, created by the community. Making your own navigation grids is probably the best solution for you, not only that it reduces your chance of getting caught using community grids.

    in reply to: Miqobot not using Lay of the Land #41125
    PinHead
    PinHead
    Participant
    0

    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 2 weeks ago by PinHead PinHead.
    • This reply was modified 2 weeks ago by PinHead PinHead.
    Attachments:
    You must be logged in to view attached files.
    in reply to: Crafting bot randomly not using skills #40786
    PinHead
    PinHead
    Participant
    0

    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 5 months, 3 weeks ago by PinHead PinHead.
    in reply to: teleportnpc not working properly #39652
    PinHead
    PinHead
    Participant
    0

    Not a single person can take 5 minutes and test this? teleportnpc works in other places but still not working for me in Aleport for the Ferry Skipper.

    in reply to: How does Combat assist work as a Healer? #39645
    PinHead
    PinHead
    Participant
    0

    Do not use WHM after lv80 unless doing w/Squadrons/Trusts. Other players will figure you out real fast since none of the lv81+ spells are used in combat assist. Some of the spells are essential, I tried it once and luckily lagging out was my excuse.

    in reply to: Raw Star Quartz #38340
    PinHead
    PinHead
    Participant
    0

    If you have a script that works but you aren’t getting the right nodes then you should modify the navigation grid to fit the situation. No need to build a new script. This is a great learning opportunity.

    PinHead
    PinHead
    Participant
    0

    2 forward slashes will achieve your goal.

    //Script – Blah Blah
    //Uses the following:
    //Crystals, etc

    //Grid1
    grid(PlanetO)

    //Grid2
    grid(Planet1)

    in reply to: Voting (June 2 – June 9, 2021) #30385
    PinHead
    PinHead
    Participant
    2+

    Thought 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 😀

    in reply to: Need Scenario Help #30312
    PinHead
    PinHead
    Participant
    0

    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.

    in reply to: Gathering for dummies! #30311
    PinHead
    PinHead
    Participant
    0

    The best way to learn scenario scripting is to look at other scenarios and build your understanding through their use. Grid creation is difficult at first but once it “clicks” you will never look back.

    in reply to: Help Fishing Scenario #30309
    PinHead
    PinHead
    Participant
    0

    Hello.

      All functions are well documented under the ? button on the Scenario tab.

    Your Scenario:
    You are missing the () in findFish

    Your 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 2 years, 11 months ago by PinHead PinHead.
    in reply to: Dungeon / Desynth question #29768
    PinHead
    PinHead
    Participant
    1+

    No Worries. Miqo can be a bit daunting at first. I hope you got the answer you needed.

    Enjoy!

    in reply to: Dungeon / Desynth question #29764
    PinHead
    PinHead
    Participant
    1+

    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 chapter

    Chapter2
    -Start the trust dungeon

    Chapter3
    -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 2 years, 11 months ago by PinHead PinHead.
    Attachments:
    You must be logged in to view attached files.
    in reply to: Question about repeatAll() #29281
    PinHead
    PinHead
    Participant
    1+

    Like Xion said, using a repeatchapter() in 1, 2 & 3 would be your best bet. Remove chapter 4. Using a combined chapter 1 would be a mess.

    in reply to: Gathering Broken for Cloud Mica #29157
    PinHead
    PinHead
    Participant
    0

    Sounds like your Gathering Preset is configured to gather Lumythrite Sand and is listed above Cloud Mica in the Gather by Name list. Also, Gather by Name supersedes Slot#. Have you tried creating a blank Gather Preset and just use slot#?

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