gregye

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 44 total)
  • Author
    Posts
  • in reply to: Miqobot flagged as Trojan virus #5515
    gregye
    gregye
    Participant
    0

    Its totaly safe.
    Its stated somewhere that you av is probaly say that miqo is bad for you pc but as I sad its totaly save.

    in reply to: Food While Crafting #4712
    gregye
    gregye
    Participant
    0

    Sure but you would have to place your Food on your hotbar

    icon(x, y, 2.5)
    icon(x, y, 2.5)
    workFor(0:55)
    craft(max)
    repair()
    repeatChapter(100)

    x= Number of the hotbar
    y= Position on the hotbar
    2.5 is the delay

    in reply to: No Catnip #4672
    gregye
    gregye
    Participant
    0

    Will do that. Thanks for the awnser.

    in reply to: Error Randomly When Teleporting #4647
    gregye
    gregye
    Participant
    0

    Same for me. Havnt checked if its only for the 4.0 teleports or 2.x/3.x.

    in reply to: [Beta] Scenario Scripting Engine #4429
    gregye
    gregye
    Participant
    0

    You can use Food and other stuff with the Icon() command. For example if your Food is on your seconde hotbar and on the 8th Slot it would be Icon(2, 8, 3.0). The 3.0 is for 3 Seconds of delay.
    Now you only have to plan out how much time passes (workFor() or workUntil() ) and you are golden.

    in reply to: Legacy Controls Issue #3536
    gregye
    gregye
    Participant
    0

    The bot is not working atm due to 4.0 .

    in reply to: Presets? #3490
    gregye
    gregye
    Participant
    0

    Yes the bot starts “Empty” on presets but if you check our preset forum you will find a gathering preset of almost everything.
    Sure its a hazle to download every preset you wannt but that way the chance that every miqo bot user uses the same preset is unlikly and therefor its more save to use.
    Scenarios is the latest addidtion we got for Miqo (its 11 days old) so there wont be that much Scenarios ready to download.

    If you wannt to grind out something specific and there is no grid for it, and you are lazy or just not as experienced in creating grids, you can just ask ppl and im 100% sure someone will do it. Same for Scenarios.
    And to awnser your question, if you wannt to teleport you have to use scenarios if you just wannt to go to the location and then grind the stuff a grid is totaly fine.

    Ohh and sry for my bad english 😀

    in reply to: Beta Version #3485
    gregye
    gregye
    Participant
    1+

    Sure
    Beta only means that they could be some bugs but other then that with the 48 hour trail you can download any version you wannt including the beta version.

    in reply to: Scenario-Ephemeral-Cluster Farm #3480
    gregye
    gregye
    Participant
    0

    Only one thing I would add is repair() in chapter 13. Just in case 😀

    in reply to: Beta Version #3467
    gregye
    gregye
    Participant
    1+

    Just download the newest version and you have access too. 🙂

    • This reply was modified 6 years, 9 months ago by gregye gregye.
    in reply to: Well played, Miqobot. Well played. #3419
    gregye
    gregye
    Participant
    0

    The plus button where Miqo’s Avatar is.
    Press that and you find some additional options like here outfit.

    gregye
    gregye
    Participant
    0

    Ok so just as an example.
    Chapter 4 Line 6

    Your waypoint needs to be the last one in the line.

    Currently there is nothing for me on waypoint 18 so the script will stuck

    Change point 17 more to be more central and on the ground, so that you can see those blue lines from point 17.
    Now when miqo gets to 17 she will scan for the nearest and tuch it.

    Oh and consider adding a “land” function if she starts flying to the gatheringpoint.

    gregye
    gregye
    Participant
    0

    Wait lemme quick download the new version and check something.

    gregye
    gregye
    Participant
    0

    Hey
    So for your gatherTouch problem what I found out it helps being on the ground.
    Unless you edit this part it helped me.
    Have you managed to find out a way to play with timers and the repeatChapter so that you can perfectly time each window?

    in reply to: [Beta] Scenario Scripting Engine #3394
    gregye
    gregye
    Participant
    0

    If you mean those in Mor Dhona i would personaly do this in 2 chapters (for a better look)

    chapter 1
    //Cluster_BTN_1-5-9et
    teleportIf(Geisterzoll)//im playing on german client but this will work for you too
    job(BTN)
    gatherPreset()//put your preset-name here if you have one
    grid()//put your grid-name here
    waypoint()//if you work with a beacon put the beacon number here if not just put a number here withch is close to the stuff
    afkUntil(01:00et)
    gather(1)
    waypoint()//same as above
    afkUntil(05:00et)
    gather(1)
    waypoint()
    afkuntil(09:00et)
    gather()

    Chapter 2
    //Cluster_MIN_13-17-21et
    teleportIf(Geisterzoll)
    job(MIN)
    gatherPreset()//if you work with different ones else delet this line
    grid()//same
    waypoint()
    afkUntil(13:00et)
    gather(1)
    waypoint()
    afkUntil(17:00et)
    gather(1)
    waypoint()
    afkUntil(21:00et)
    gather(1)
    repeatAll()//put the number of runs here

    This way you can easy jump in to the scenario.
    Should be ready for copy-pasta.
    Ohh and make sure your grid is conectet to the aetheryte or delete the teleportIf line and walk manualy over.

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