Forum › Forums › Grids and Presets › Island Sanctuary – The complete experience
This topic contains 53 replies, has 23 voices, and was last updated by Astathan 6 months ago.
-
AuthorPosts
-
July 5, 2023 at 4:18 am #40536
Island Sanctuary – The complete experience.
The attached scenarios and grids can be used to help you at each stage of progression in Island Sanctuary – no matter where you are at currently.
You only need to import the one that suits your current needs, as everything you need for your current progression level will be part of each file package. When you unlock the next step, like flying or cave access, just import the next file when you’re ready – easy.
– If you don’t have flying unlocked, import the “Pre-Flying” file.
This will create a scenario named “Island Sanctuary – Foot”.– If you have flying unlocked, import the “Post-Flying” file.
This will create a scenario named “Island Sanctuary – Flying”.
– If you have access to caves, import the “Cave-Access” file.
This will create a scenario named “Island Sanctuary – Caves”.Notes:
– You can delete the old scenarios as you import the next one, you can also rename them to whatever you want.
– ALL scenarios begin outside of the Comfy Cabin, just use “Isle Return” and hit start.
– Set the “Isle Sprint” Duty Action to your hotbar – Miqobot will constantly be sprinting through waypoints by foot.
– Agave Plant and Crystal Banded Rock nodes are COMBINED as it is far more time effective to always gather these two nodes together.Index:
https://docs.google.com/spreadsheets/d/1qsUGCatUZ60pFvxo1-dRbZp1bznIS6MvMtQy-fJZRi0/edit#gid=0Above is an index for what each scenario and chapter pertains to, it’s colour coordinated into node types too and you can just ctrl+F search whatever item you’re after. There’s also some tips down the “Yellow” column so you can maximise your farming potential by reducing certain items for certain chapters.
Brown = Trees
Light Yellow = Ground nodes
Grey = Rock Nodes
Dark Green = Shrubs/Bushes etc
Blue = Ocean
Light green = Seeds
Orange = Special Scenario
Purple = Cave nodesPlease, if you have ANY issues – let me know. I will be updating any fixes etc with posts below. If I’m able to retain editing privileges I’ll just update this post. (: Happy farming.
P.S There was another thread by me in regards to my developments for this project. Please disregard it as it’s too messy to track.
- This topic was modified 1 year, 4 months ago by Mewo.
Attachments:
You must be logged in to view attached files.July 5, 2023 at 11:28 am #40543July 22, 2023 at 3:15 am #40596July 22, 2023 at 3:53 am #40597July 22, 2023 at 4:22 am #40598July 23, 2023 at 3:29 am #40601hi mewo thanks for the good scenario u are my new island hero π
=u= Thank you!
is there a way to repeat all the scenario from the start if there can u tell me how been trying to add return and repeat all from scenario functions but nothing works
I would personally not script an automated return in the chapters. The chapters are designed to loop certain focused nodes effectively. Unless you’re trying to have the scenario run chapter to chapter to gather everything from the island… Then you would have to remove the line repeatchapter(999) on every chapter and replace with a return line.
I’m not sure if miqobot identifies “isle return” because standard “return” will take you back to your home aetheryte rather than outside the comfy cabin. So you may need to instead hotkey “duty action 1/2” to a key and have miqobot use that key specifically instead. I would help craft this properly but my license expired and I’m not really in need of miqobot for the time being.
This is great, have used to get all those dumb laver and copper that Iβm always low on.
LOL I’m not even sure how you get low on laver since it’s a forced gather from seaweed! I had to keep selling the stuff.
July 23, 2023 at 11:04 am #40602hey again mewo i tried removing the line repeatchapter999 and its failing everytime i start the chapter its like miqo doesn’t recognize the new line which is isle return i also tried to mark duty action still didn’t use it i’m kinda lost with this i would appreciate the help if someone can tell me how to do it thank you in advance π
July 24, 2023 at 5:39 am #40605hey again mewo i tried removing the line repeatchapter999 and its failing everytime i start the chapter its like miqo doesnβt recognize the new line which is isle return i also tried to mark duty action still didnβt use it iβm kinda lost with this i would appreciate the help if someone can tell me how to do it thank you in advance π
Ah yeah this is what I tried to explain before but it’s kind of confusing.
As you know there are two types of “return” abilities here.
Return and Isle Return.
Isle Return is actually “Duty Action II” and is likely not recognized by miqobot that simply – even though miqobot recognizes Isle Sprint for some reason.In your game you need to go to actions and assign “Duty Action II” to a hotbar
– Remember where in the hotbar, which key etc (For example, if you put Duty Action II on F12).Instead of using the line return(), use the line sendkey().
Inside the parenthesis of sendkey(), type in the key that you have assigned to “Duty Action II”
– Using the earlier example of using F12 for “Duty Action II”, you would use sendkey(F12).Hopefully that works out for you.
This is a direct copy from the help Miqobot has on sendkey:
sendKey( key, seconds )
Send key into the game.
If seconds specified, it will delay scenario flow by given amount.Supported:
– alphanumeric keys
– punctuation keys (except comma and diacritics)
– F1-F12
– Num0-Num9
– Num-, Num*, Num/, Num.
– Ctrl / Alt / Shift (must be combined with ‘+’)
– cursor control keys (must be enclosed in {})Maximum delay is 10 seconds.
For longer delays use afkFor().
Aliases
key
Parameters
key – what to send
seconds – [optional] how long to delay
Examples
key(n)
key(f12)
key(num0)
key(ctrl+alt+num9, 2.5)
key({up})- This reply was modified 1 year, 3 months ago by Mewo.
July 24, 2023 at 1:06 pm #40609July 25, 2023 at 10:37 pm #40613July 25, 2023 at 10:57 pm #40614July 26, 2023 at 12:15 am #40617July 26, 2023 at 10:45 am #40622July 27, 2023 at 9:16 pm #40631July 27, 2023 at 10:58 pm #40632 -
AuthorPosts
You must be logged in to reply to this topic.