spellure

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • in reply to: 9x Retainer Reassign Scenario #30223

    spellure
    Participant
    0

    (9:55:26 PM) Switch Control Settings to Legacy Type, please. :3

    what do i do?

    Just go to Character configuration And in the very front part that pops up the very first setting is “Movement Settings”, select the second radio button.

    • This reply was modified 2 years, 11 months ago by  spellure.
    in reply to: Status update on healer rotation changes #29854

    spellure
    Participant
    2+

    Adding the automatic pause for chat will literally change my entire life with this bot. I even went out of my way to buy the $5 chat plugin for the game to try to get around this. You are amazing. I am so thrilled. Wow.

    in reply to: 9x Retainer Reassign Scenario #29853

    spellure
    Participant
    1+

    I saw one of these earlier and made my own adjustments as i have 10 retainers. Here’s the code for the 10th if anyone’s feelin lazy:

    //key(f12, 1.0)  //target npc
    
    //select retainer 10
    //first key to awaken cursor
    key(num6, 0.5) //move right
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    
    //summon
    key(num0, 3.0) //confirm
    key(num0, 1.0) //confirm
    
    //select venture report
    key(num6, 0.5) //move right
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    key(num2, 0.25) //move down
    
    //view and reassign
    key(num0, 1.0) //confirm
    key(num4, 1.0) //move left
    key(num0, 1.0) //confirm
    key(num8, 1.0) //move up
    key(num2, 1.0) //move down
    key(num0, 1.0) //confirm
    key(num0, 1.0) //confirm
    
    //quit
    key({esc}, 1.0)  //close ui
    key(num0, 3.0)   //confirm
    in reply to: 9x Retainer Reassign Scenario #29851

    spellure
    Participant
    0

    The icon click is just there to click a random hotbar icon so the game doesn’t think you’re “afk”. I would change that to a hotbar slot that’s empty 🙂

    Mine is:

    key({esc}, 1.0)  //close ui
    
    afkFor(00:21)
    icon(10,1)
    afkFor(00:21)
    icon(10,1)
    afkFor(00:19)
    icon(10,1)
    
    repeatAll(100)
    • This reply was modified 3 years ago by  spellure.
    in reply to: Shadowbringers 5.58 – Issues & Feedback #29674

    spellure
    Participant
    0

    How can I provide more information regarding some weird behavior i’m experiencing? What kind of info is useful?

    Issue: My Astrologian literally only spams malefic in dungeons… no healing from what i’ve noticed before i’ve turned it off. I’ve checked and no blocked hotbars either, and it doesn’t have issues w/DPS classes. I haven’t tested WHM/SCH.

    in reply to: Blue Mage Support #28973

    spellure
    Participant
    0

    You’re specifically referring to leveling, which yeah just sums up to “be leveled up by someone”.

    What the OP was asking for was for role/skill support expansion. There’s plenty of guides out there for that, and i’m glad to share resources i have if anyone is interested.

    in reply to: Linking gathering grids ? #28941

    spellure
    Participant
    1+

    So you have: (Taking examples from the amazing diadem scenario elsewhere on the forum)

    Gathering grids: Created under the “Navigation” tab, used to tell miqobot where to go. You can program these/find them online and download them to tell miqo where to walk, how to walk or fly, and where there are things to find. You create waypoints and tell her where to go in your scenario.

    Skills (Gathering rotation/macro): This is where you tell miqobot what skills to use while gathering.

    Scenario: This is where you tell miqobot what to do, imagine that this is the master instructions list that builds from everything else in miqobot’s tabs. There’s individual chapters that the engine runs through in order to group up your commands, you can choose to use them or put everything in one chapter, just depends on you.

    Now putting all those terms together, here’s an excerpt of the diadem scenario:

    //The Diadem ⚒🌱
    
    gatherPreset(Mining âš’) // THIS IS HOW YOU SET WHAT "SKILLS" TO USE 
    grid(The Diadem ⚒🌱) // THIS IS HOW YOU CALL A "GATHERING GRID" 
    
    job(botanist) // THIS IS HOW YOU CHANGE JOBS
    
    startMateriaExtraction()
    
    job(Miner)
    
    startMateriaExtraction()
    
    //Food // ANYTHING THAT STARTS WITH "//" IS IGNORED BY MIQOBOT
    //icon(3, 1, 2)
    gather(18)
    randomWaypoint(578,282,24,184,284) // THIS IS HOW YOU TELL MIQOBOT WHERE TO GO IN YOUR "GATHERING GRID" YOU CAN EITHER DO "randomWaypoint(x,y,z)" OR "waypoint()" 
    gather(22) // THIS IS HOW YOU TELL MIQOBOT TO "GATHER" A QUANTITY OF ITEMS FROM THE GATHERING GRID YOU PICKED

    So you can change gathering presets and grids and everything as often as you want, you just have to tell miqobot when to do it in the scenario engine.

    in reply to: Blue Mage Support #28939

    spellure
    Participant
    0

    Yeah, it technically works but only uses specific spells.

    IMO i am strongly against prioritizing BLU support. It’s side content meant to be a fun distraction from the “main game”. It’s for memes and giggles, and it’s something to learn and figure out with plenty of guides out there to support. It’s not a core combat class and it’s not a grind like crafting, it’s definitely not something that should be prioritized over everything else on the roadmap. (I’d even opine that BLU isn’t content that should be touched by miqobot at all, since it’s legitimately not essential to any part of the game, but that’s just my opinion)

    (Also as a software dev, I just appreciate the constant backlog grooming that miqobot does while explaining to it’s customers how prioritization works, how resources are managed for development, and how saying you want X means you have to say “I want Y and Z pushed back by (x) Months”. Y’all are awesome!)

    in reply to: smoked chicken gathering scenario please #28351

    spellure
    Participant
    0

    You’re looking for miqocrafter: https://miqobot.com/forum/forums/topic/miqocrafter-craftinggathering-full-scenario-generator/

    Great tool – you select what you wanna craft and it generates the gathering and crafting scenarios for you. Only thing i’ve noticed is that i’ve had some issues with crafting long lists of items (not applicable to your scenario, and only happens if there’s a mix of pre-req crafts and actual crafts listed) so I also use this with the crafting scenario generator: https://miqobot.com/forum/forums/topic/crafting-scenario-generator/


    spellure
    Participant
    0

    Ah sorry I should’ve provided that grid fix since I also noticed that earlier today. @.@ Thank you for all your updates though, much appreciated!


    spellure
    Participant
    0

    Oh I think I found my own issue: It’s looking for “lv80 unspoiled” in the “Yellow scrips” gather preset, but i’m at a “lv75 unspoiled” instead… Let me figure out how to fix that…

    edit: Ok just go to the yellow gathering preset and change the node name to “lv 75” instead of “lv80” … i’mma test and see how this goes. I’m not smart enough to know if every yellow scrip node is lv 75 but uhh let’s see what happens?

    • This reply was modified 3 years, 2 months ago by  spellure.
    • This reply was modified 3 years, 2 months ago by  spellure.

    spellure
    Participant
    0

    So i’m testing it out and I seem to have so far gotten stuck in Il Mheg and in Lakeland (specifically chapter 3) – I’m hovering above the node and it gets stuck repeating this message over and over again on the “gather(1)” command.

    Any ideas?

    (12:46:42 PM) Destination reached!
    (12:46:42 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:42 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:42 PM) Going from 9 to 9 in 1 trips.
    (12:46:42 PM) 1 trip more..
    (12:46:42 PM) Destination reached!
    (12:46:42 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:42 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:42 PM) Going from 9 to 9 in 1 trips.
    (12:46:42 PM) 1 trip more..
    (12:46:42 PM) Destination reached!
    (12:46:42 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:42 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:43 PM) Going from 9 to 9 in 1 trips.
    (12:46:43 PM) 1 trip more..
    (12:46:43 PM) Destination reached!
    (12:46:43 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:43 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:43 PM) Going from 9 to 9 in 1 trips.
    (12:46:43 PM) 1 trip more..
    (12:46:43 PM) Destination reached!
    (12:46:43 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:43 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:43 PM) Going from 9 to 9 in 1 trips.
    (12:46:43 PM) 1 trip more..
    (12:46:43 PM) Destination reached!
    (12:46:43 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:43 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:43 PM) Going from 9 to 9 in 1 trips.
    (12:46:43 PM) 1 trip more..
    (12:46:43 PM) Destination reached!
    (12:46:44 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:44 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:44 PM) Going from 9 to 9 in 1 trips.
    (12:46:44 PM) 1 trip more..
    (12:46:44 PM) Destination reached!
    (12:46:44 PM) Scanning for shiny gathering nodes like ‘lv80 Unspoiled’ *.*
    (12:46:44 PM) I sense something far away (487, 132). I want to go take a look!
    (12:46:44 PM) Going from 9 to 9 in 1 trips.
    (12:46:44 PM) 1 trip more..


    spellure
    Participant
    0

    thanks, friend! I was in the middle of trying to do this myself. Much appreciated.

    in reply to: Botanist Job Quests Scenario – Levels 15-60 #27859

    spellure
    Participant
    0

    Wow you’re amazing, thank you! Putting them together would just be being way too nice xD They can figure it out themselves!

    in reply to: Some questions about Assist and healing… #27803

    spellure
    Participant
    0

    Yes, Healing with Miqo assist works well.

    Wow you’re amazing, thank you!

Viewing 15 posts - 16 through 30 (of 33 total)