Lyfox

Forum Replies Created

Viewing 15 posts - 931 through 945 (of 2,266 total)
  • Author
    Posts
  • in reply to: Use a skill on hidden node only #15500
    Lyfox
    Lyfox
    Participant
    0
    {chamomile seeds}
    {pixie plum seeds}
    chamomile seeds
    pixie plum seeds
    shard
    Lyfox
    Lyfox
    Participant
    0

    This will work without NUM0:

    sendKey(NUM9, 1)

    Assuming you have default keybinds NUM7/NUM9 work like +1/-1 on quantity fields. Sending -1 will wrap around 0 to 99.

    in reply to: Old grid bug? #15460
    Lyfox
    Lyfox
    Participant
    0
    (4:16:04 PM) Scanning for shiny gathering nodes like '                         ' *.*

    You told Miqo to look for gathering nodes with 25 spaces in the name. Clear the name filter.

    in reply to: Crafting [Scenario Generator] #15431
    Lyfox
    Lyfox
    Participant
    0

    Hey Lyfox,

    when using scenario script

    job(GSM)
    recipe(Gold Ingot, 2)
    craft(2)

    ends up trying to craft ‘deepgold ingot’

    is there a way around this? is this part of the ‘antiDuplicate’ function of your script? has it been updated for new shb items?

    also any tips for custom delivery items? it uses the 1st entry instead of for the job im trying for so i end up just ‘favoriting’ the recipe in order for manual miqo craft rather than with scenario

    thanks again

    No update for shb yet sorry. Im working on it in my free time so it will take a while. Yes this is what the antiDuplicate function does. Should be recipe(Gold Ingot, 4) now.

    For custom deliveries it would be easier to make a separate scenario and just modify item names each week.

    solverPreset(fastest)
    job(GSM)
    
    craftCollect(on)
    
    recipe(Resistance Materiel,8)
    craft(6)
    recipe(Cloud Pearl,8)
    craft(6)
    
    craftCollect(off)
    in reply to: Crafting [Scenario Generator] #15398
    Lyfox
    Lyfox
    Participant
    0

    Ive seen it too yea. Sadly its not documented properly so it will take a while. Ill try to do it in my free time.

    in reply to: Gathering Hidden Nodes #15397
    Lyfox
    Lyfox
    Participant
    1+

    Its on your hotbar but you didnt assign a keybind for it. Assign either of these:
    – Keybind > System > scroll down > Switch to hotbar 2.
    – Keybind > Hotbar 2 > Slot 1-12.
    Take a look at the guide: https://miqobot.com/forum/forums/topic/help-keybinds/

    in reply to: Crafting [Scenario Generator] #15354
    Lyfox
    Lyfox
    Participant
    0

    Ahhh I see. So basically repeat the same scenario of 2-10 until I hit level 10?

    Yea pretty much. Though you dont get any bonus exp for filling crafting log the second time. So after crafting 2-10 once you can choose a simple recipe and just spam it until level 10.

    Hi guys. I did this and everytime I craft one item It goes to repair. can someone help me with one scenario with repair after 30 40 items? I cant made it. I’m pretty bad at this lol.

    Theres a setting on crafting tab under ‘repair after’. Seems like youve set it to 1. Change it to something else.

    in reply to: Crafting [Scenario Generator] #15352
    Lyfox
    Lyfox
    Participant
    0

    Yea ive tried that already. Teamcraft is coded in a very confusing way and i cant find any crafting data in their HTML so cant really parse it. Id gladly do it but need hints on how they store crafting data.
    Heres more details: https://miqobot.com/forum/forums/topic/crafting-scenario-generator/page/4/#post-6296

    Lyfox
    Lyfox
    Participant
    0

    There is section on it called “Scenario New Grid. Yet there is no New Grid imported into my Miqo. Again I think this is a symptom of a bug and doesn’t really have to much to do with the author of these scenario packs.

    Youre probably referring to ‘New Grid description’. Its under Othardian Plum. And theres indeed no Russet Popoto preset in the first scenario pack. Second version seems to have it fixed. Along with Raw Triplite.

    in reply to: Regarding Squadron Dungeons #15333
    Lyfox
    Lyfox
    Participant
    1+

    Level 60 dungeons are very bad for exp. And the Vault is only +5% faster than Sohm Al with +200% wipe rate. But yea Miqo team promised to support them all anyway.

    in reply to: Question about Macros #15236
    Lyfox
    Lyfox
    Participant
    3+

    For hidden mat use {} with gather by name. It will make Miqo use skills on that mat only. https://miqobot.com/forum/forums/topic/help-gathering/#gather-by-name-advanced

    {titanium ore}
    crystal

    in reply to: [Farming] Skins #15235
    Lyfox
    Lyfox
    Participant
    0

    Just make sure its not in your inventory. Put in chocobo bag or discard it doesnt matter.

    in reply to: Save Crafting sets #15219
    Lyfox
    Lyfox
    Participant
    0

    Input macro > Click overwrite.

    in reply to: workuntil Question #15195
    Lyfox
    Lyfox
    Participant
    0

    Swap the last two lines. This would work better.

    workUntil(23:15et)
    gather(9999)
    in reply to: [Farming] Skins #15189
    Lyfox
    Lyfox
    Participant
    2+

    Im just playing the game and having fun. Nothing special.

Viewing 15 posts - 931 through 945 (of 2,266 total)