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 6 years, 1 month ago by dexter1912.