Forum › Forums › Grids and Presets › scenario help
This topic contains 6 replies, has 4 voices, and was last updated by Bobscrispyduck 6 years, 3 months ago.
-
AuthorPosts
-
October 17, 2018 at 3:02 pm #9088
trying to make a scenario with chapters for each type of crystal ( wind, water…etc) However it keeps using the first chapter’s grid for all the other chapters and im not sure why. I’m just starting out using the scenario aspect of miqo. Proly just some coding/typing error. here’s what i got
//Chapter 1
teleport(Falcon’s nest)
job(BTN)
grid(btn55-rainbow cotton)
selectGatherPreset(ice crystal)
gather(100)//Chapter 2
teleport(castrum oriens)
job(MIN)
grid(abanian alumen)
selectGatherPreset(wind crystal)
gather(100)//Chapter 3
teleport(cloudtop)
job(BTN)
grid(sesame seeds)
selectGatherPreset(lightning crystal)
gather(100)//Chapter 4
teleport(tailfeather)
job(BTN)
grid(stalk of ramie)
selectGatherPreset(fire crystal)
gather(100)//Chapter 5
teleport(ok’ zundu)
job(BTN)
grid(btn60-birch log)
selectGatherPreset(water crystal)
gather(100)repeatAll(50)
My gathering presets are all saved with the abilities I want to use at the node and gather by name. I also have all the grids edited to work from the teleport. It just keep using the rainbow cotton grid on every chapter. thanks for the help
….if this is an easy fix and just something silly I am not seeing, …I would also like to add a repair option. just not sure where or how to write it in there.
-
This topic was modified 7 years ago by
dexter1912.
October 17, 2018 at 5:45 pm #9090Gather preset contains rotation and grid both. Seems like you saved the same grid into each of your presets thats why it happens. So just select preset, select correct grid, click overwrite. Or simply swap functions in your scenario.
selectGatherPreset(wind crystal)
grid(abanian alumen)To repair use repair() or repairNpc().
October 17, 2018 at 10:38 pm #9097October 17, 2018 at 11:55 pm #9100October 20, 2018 at 6:47 pm #9227October 20, 2018 at 10:55 pm #9229July 8, 2019 at 6:14 am #14447 -
This topic was modified 7 years ago by
-
AuthorPosts
You must be logged in to reply to this topic.